+ Reply to Thread
Results 1 to 8 of 8

Thread: Diaspora* Bundle Code Issues

  1. #1
    Join Date
    Sep 2010
    Posts
    15

    Diaspora* Bundle Code Issues


    Login and make this sponsor ad go away
    Register for a free account
    Ive been following the procedures on how to install Diaspora from <a href="https://github.com/diaspora/diaspora"CODE</a> and everything was running smoothly until....I get to the running the bundle section. I know that after
    Code:
    git clone https://github.com/diaspora/diaspora.git
    I know that after that I must type into the terminal
    Code:
    cd diaspora
    to be in its directory. After that I typed
    Code:
    bundle install
    and it went smoothly. When that is done I type in
    Code:
    bundle exec thin start
    which is where my troubles start.

    At first I got "Could not find rake-0.8.7 in any of the sources" so then I typed
    Code:
    sudo gem install rake
    It installed find so then once again I typed
    Code:
    bundle exec thin start
    then I got "Could not find abstract-1.0.0 in any of the sources" so once I again I typed
    Code:
    sudo gem  install abstract
    The same goes for active support. Once again I tried
    Code:
    bundle exec thin start
    and this time I got "Could not find builder-2.1.2 in any of the sources." I cant seem to get any further from there. Any help?
    Last edited by jhc8; 09-16-2010 at 11:29 PM.

  2. Sponsors Sponsors help keep this site free for you to use.
    Join Date
    Always
    Posts
    Many
  3. #2
    Strange, you should have all of those gems. I would try starting from scratch.

  4. #3
    Join Date
    Sep 2010
    Posts
    15
    Originally Posted by Mollusk
    Strange, you should have all of those gems. I would try starting from scratch.
    I guess I will start from scratch after posting this.

  5. #4
    Join Date
    Sep 2010
    Posts
    15
    I just ran it from scratch and again I still have the same problem. I must be missing something but I dont know what. Would you mind sharing the steps you took when you installed it? That way I can tell what Ive been doing wrong.

  6. #5
    I am stuck at the very end as well. I'm getting this when I try to start the service:

    Code:
    jonathan@ubuntu:~/diaspora$ sudo bundle exec thin start
    https://github.com/BadMinus/devise.git (at master) is not checked out. Please run `bundle install`
    I have run bundle install multiple times and each time it appears to run without error. I am going to continue to try to work it out tonight and see if I can sort it out.
    Last edited by jonny colfax; 09-17-2010 at 06:31 AM.

  7. #6
    Join Date
    Sep 2010
    Posts
    15
    Im still trying to figure it out too. Ive restarted the whole procedure multiple times still without any luck. Im getting really annoying but Im not gonig to stop until I get it working.

  8. #7
    Join Date
    Sep 2010
    Posts
    7
    I'm not certain as I had another problem with my install at the same time, but try
    Code:
    sudo bundle install
    This may by OS dependent.

  9. #8
    Join Date
    Sep 2010
    Posts
    15
    Finally! I now have Diaspora* working!!!! I believe
    Code:
    sudo
    in from of
    Code:
    bundle install
    and
    Code:
    bundle exec thin start
    helped A LOT! Everything seems to be going great except that my username is [email protected]

+ Reply to Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts