Skip to content

Commit

Permalink
Adds instructions for running server on cloud9
Browse files Browse the repository at this point in the history
  • Loading branch information
kinseyost committed Sep 17, 2016
1 parent e2bad25 commit b508611
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@ bundle install
```
rails server
```
Or in cloud9
```
rails s -b $IP -p $PORT -e c9development
```

## Navigating this tutorial
[Most of the commits](https://github.com/kinseyost/ruby-tutorial/commits/master) represent a lesson, to follow along go through each of the commits to see what the lesson entails. Most of them are explained pretty well through the commit message.
Expand Down

0 comments on commit b508611

Please sign in to comment.