From b508611d19d26563bb77d270205ad2c7799006aa Mon Sep 17 00:00:00 2001 From: kinseyost Date: Sat, 17 Sep 2016 16:00:15 +0000 Subject: [PATCH] Adds instructions for running server on cloud9 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index bf6d169..cbe40de 100644 --- a/README.md +++ b/README.md @@ -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.