jeyboy/TView
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
1) chooce folder 2) git clone git@github.com:jeyboy/TView.git TView 3) sudo apt-get install postgresql sudo apt-get install pgadmin3 4) sudo -u postgres psql postgres Set a password for the "postgres" database role using the command: \password postgres and give your password when prompted. The password text will be hidden from the console for security purposes. Type Control+D to exit the posgreSQL prompt. 5) cd TVie 6) bundle install 7) rake db:create 8) rake db:migrate 9) rake data:reset_admin 10) rails s