Update README.textile
This commit is contained in:
parent
27490278a6
commit
5b3b5b1ccb
@ -45,7 +45,7 @@ h2. (Optional) Email Setup
|
|||||||
Set your domain, user_name, and password in config/environment.rb
|
Set your domain, user_name, and password in config/environment.rb
|
||||||
Also set your password reset link in app/controllers/mailer.controller.rb line 14 (and uncomment the line)
|
Also set your password reset link in app/controllers/mailer.controller.rb line 14 (and uncomment the line)
|
||||||
|
|
||||||
h1. Installation on clean install of Ubuntu 10.10
|
h1. Installation on clean install of Ubuntu 10.10 and 11.10
|
||||||
|
|
||||||
Start Terminal
|
Start Terminal
|
||||||
|
|
||||||
@ -55,10 +55,10 @@ sudo apt-get install aptitude
|
|||||||
sudo aptitude update
|
sudo aptitude update
|
||||||
sudo aptitude install build-essential git-core curl
|
sudo aptitude install build-essential git-core curl
|
||||||
|
|
||||||
bash < <( curl http://rvm.beginrescueend.com/releases/rvm-install-head )
|
bash < <(curl -s https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer )
|
||||||
echo '[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm"' >> ~/.bashrc
|
echo '[[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm" # Load RVM function' >> ~/.bash_profile
|
||||||
|
|
||||||
. ~/.bashrc
|
source .bash_profile
|
||||||
|
|
||||||
sudo aptitude install mysql-server libmysqlclient-dev libmysql-ruby
|
sudo aptitude install mysql-server libmysqlclient-dev libmysql-ruby
|
||||||
sudo aptitude install libssl-dev libopenssl-ruby libxslt1.1 libxslt1-dev libxml2 libxml2-dev rubygems
|
sudo aptitude install libssl-dev libopenssl-ruby libxslt1.1 libxslt1-dev libxml2 libxml2-dev rubygems
|
||||||
|
Loading…
Reference in New Issue
Block a user