Created
December 10, 2012 23:35
-
-
Save p5150j/4254339 to your computer and use it in GitHub Desktop.
Patrick Ortell-local set-up
This file contains hidden or 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
| ~cd almMngt | |
| #cd into the application directory | |
| ~ rails s | |
| #start server | |
| ~rake db:migrate | |
| #migrating the database | |
| #then wait to see the generated url for the application...as this is running locally on port 3000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment