Created
August 22, 2012 19:13
-
-
Save dhilipsiva/3428491 to your computer and use it in GitHub Desktop.
Diaspora install
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl -L get.rvm.io | bash -s stable --auto | |
sudo apt-get install build-essential libxslt1.1 libxslt1-dev libxml2 ruby-full mysql-server libmysqlclient-dev libmysql-ruby libssl-dev libopenssl-ruby libcurl4-openssl-dev imagemagick libmagickwand-dev git-core redis-server libffi-dev libffi-ruby rubygems libsqlite3-dev libpq-dev libreadline5 openjdk-7-jre nodejs | |
sudo apt-get install ruby-rvm | |
rvm gemset create 'global' | |
rvm install ruby-1.8.7-p370 | |
rvm use ruby-1.8.7-p370@global | |
sudo service mysql start | |
gem install bundler --no-ri --no-rdoc | |
sudo ln -s /var/lib/gems/1.8/bin/bundle /usr/local/bin/bundle |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment