Update MacInstallation.md
This commit is contained in:
parent
069548ef66
commit
f0650bb16f
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,5 @@
|
||||||
install homebrew
|
install homebrew
|
||||||
|
|
||||||
\curl -sSL https://get.rvm.io | bash -s stable --rails
|
\curl -sSL https://get.rvm.io | bash -s stable --rails
|
||||||
|
|
||||||
rvm install 1.9.3 --with-gcc=clang
|
rvm install 1.9.3 --with-gcc=clang
|
||||||
|
@ -28,13 +29,12 @@ copy the database.yml.default file and rename it database.yml
|
||||||
make sure the username and password match the POSTGRES username and password you set
|
make sure the username and password match the POSTGRES username and password you set
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
http://nodejs.org/ hit install, download, open, install
|
http://nodejs.org/ hit install, download, open, install
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
rake db:create
|
rake db:create
|
||||||
rake db:schema:load
|
rake db:schema:load
|
||||||
rake db:fixtures:load
|
rake db:fixtures:load
|
||||||
rails s
|
rails s
|
||||||
|
|
||||||
( to start the server)
|
( to start the server)
|
||||||
|
|
Loading…
Reference in a new issue