,-----.,--. ,--. ,---. ,--.,------. ,------.
' .--./| | ,---. ,--.,--. ,-| || o \ | || .-. \ | .---'
| | | || .-. || || |' .-. |`..' | | || | \ :| `--,
' '--'\| |' '-' '' '' '\ `-' | .' / | || '--' /| `---.
`-----'`--' `---' `----' `---' `--' `--'`-------' `------'
-----------------------------------------------------------------
Welcome to your Rails project on Cloud9 IDE!
To get started, just do the following:
- Run the project with the "Run Project" button in the menu bar on top of the IDE.
- Preview your new app by clicking on the URL that appears in the Run panel below (https://peerteacherapp-k4sr4.c9users.io/).
Happy coding! The Cloud9 IDE team
To deploy to Heroku:
- Add your recent changes: git add -A
- Commit the staged changes: git -commit -m "Commit message."
- (Optional) Push the commit to the repository: git push
- Push the commit to Heroku: git push heroku
- Reset the database: heroku run rake db:reset db:migrate
- (Optional) If you have anything in the seeds.rb file and want to seed the database run this command: heroku run rake db:seed
- Open the Heroku website