This video should get you up and running with Diaspora on
Mac OS X and Ubuntu
The steps are simple. Just copy and paste the code provided.
The lines are below and here:
http://cameronbriar.com/diaspora
check out these sites is you have any questions/interests:
diasporatest.com
joindiaspora.com
github.com/diaspora/diaspora
fsdiaspora.com
___________________________________________________
INSTALLING DIASPORA* ON MAC AND UBUNTU
STEP 1 - BUILD TOOLS
Mac OS X - Need to download XCode from developer.apple.com
Ubuntu - COPY
sudo apt-get install build-essential libxslt1.1 libxslt1-dev libxml2
STEP 2 - RUBY
Mac OS X - Already Installed ( type 'irb' into terminal and f.o.f.y. )
Ubuntu - COPY
sudo apt-get install ruby-full
STEP 3 - MONGODB
Mac OS X - COPY
ruby -e "$(curl -fsSL https://gist.github.com/raw/323731/in...
brew install mongo
sudo mkdir -p /data/db
sudo chmod -Rv 777 /data/
Ubuntu - COPY
(* Depending on your version... change 10.10 to 10.04 if needed)
sudo apt-add-repository 'deb http://downloads.mongodb.org/distros/... 10.10 10gen'
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv 7F0CEB10
sudo apt-get update
sudo apt-get install mongodb-server
STEP 4 - OPENSSL
ALREADY INSTALLED
STEP 5 - IMAGEMAGICK
Mac OS X - COPY
brew install imagemagick
Ubuntu - COPY
sudo apt-get install imagemagick libmagick9-dev
STEP 6 - GIT
Mac OS X - COPY
sudo gem update --system
Ubuntu - COPY
sudo add-apt-repository ppa:maco.m/ruby
sudo apt-get update
sudo apt-get install rubygems
STEP 7 - BUNDLER
Mac OS X and Ubuntu - COPY
sudo gem install bundler
STEP 8 - GET DIASPORA* CODE
Mac OS X and Ubuntu - COPY
git clone http://github.com/diaspora/diaspora.git
STEP 9 - CREATE SYMBOLIC LINK
Mac OS X and Ubuntu - COPy
cd diaspora
sudo ln -s /var/lib/gems/1.8/bin/bundle /usr/local/bin/bundle
STEP 10 - BUNDLE INSTALL
Mac OS X and Ubuntu - COPY
bundle install
In the video, I had to run this twice on Ubuntu
STEP 11 - MONGO IS RUNNING?
Mac OS X - COPY
mongod
Ubuntu - COPY
service mongodb start
STEP 12 - RUN DIASPORA*
Mac OS X and Ubuntu - COPY
./script/server
STEP 13 - OPEN INTERNET BROWSER
and go to http://0.0.0.0:3000
ENJOY :) Please subscribe.