Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 310 Bytes

README.rdoc

File metadata and controls

10 lines (8 loc) · 310 Bytes

1) get clone github.com/JinglingGate/blog.git 2) cd blog 3) rvm use ruby-2.1 4) bundle install 5) rake db:create (need to change user in config/database.yml to your postgres user before you can db:create) 6) rake db:migrate 7) rails server

Also start your server: postgres -D /usr/local/var/postgres