Let's fire up the application on the cloud9 servers
Click on the Run Project
button at the top of the screen
This will print some stuff little Ruby on Rails
tab at the bottom of your screen and stay running in there forever, printing more stuff every time you visit a page in your app.
Look for a little rectangular tool tip box in the lower right hand corner of the screen. It should say something like "Cloud9 Help Your code is running at http://suggestotron-yourusername.c9user.io" and click on that link.
This will open a new browser tab where you can see your web app actually running!
It should look something like this:
You can stop your app from running by pressing the Stop
button with the red square next to it.
The Run Project
button will start your application running on the public cloud9 server just like Heroku will be running it on their servers. While this is running, others can also access the site to provide feedback if you share the address with them.
This provides a very simple means to see your changes before you commit and push them to Heroku.
Go on to Add the project to a git repository