Created
February 2, 2015 14:26
-
-
Save cheezedigital/12739c16a3a91a59478f to your computer and use it in GitHub Desktop.
work flow
This file contains 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
in the terminal, please do. | |
change directories into cls, which is done like this: | |
cd project_name, and the output should be | |
Desktop$ cd project_name which in this case is cls, so it'll read something like: | |
Desktop$ cd cls | |
cls(master)$ | |
once in the directory cls, please bundle the dependencies like so: | |
cls(master)$ bundle install | |
next up, start the mysql server like: | |
cls(master)$ mysql.server start | |
....SUCCESS! | |
cls(master)$ | |
next up: start the rails server | |
cls(master)$ rails s | |
head over to your browser of choice and type | |
localhost:3000 in the address bar | |
in the meantime, let me know if you have any further questions. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment