Skip to content
This repository was archived by the owner on Oct 19, 2018. It is now read-only.

Commit f1a97c5

Browse files
committed
updated README
1 parent 3be125d commit f1a97c5

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

README.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Even if you are an experienced Rails developer there are some advantages to doin
2525

2626
Once you are comfortable with Hyperloop, transitioning your app back to your normal development environment is as easy as doing a git pull of your saved repo.
2727

28-
**If you want to go ahead as setup hyperloop on your development machine follow the [instructions here:](https://github.com/ruby-hyperloop/rails-clone-and-go)
28+
**If you want to go ahead as setup hyperloop on your development machine follow these [instructions.](https://github.com/ruby-hyperloop/rails-clone-and-go)**
2929

3030
Continue for Cloud9 setup:
3131

@@ -47,17 +47,27 @@ Select the "Ruby on Rails" template type, and
4747

4848
Create Your Workspace!
4949

50-
**Step 3: Run the Setup Script**
50+
**Step 3: Choose Your Branch
51+
52+
The hyperloop clone and go repo has two branches: `master` and `thin`. If you are running on the default Cloud9 512MB workspace
53+
then you should switch the `thin` branch before proceeding. This will use a lot less resources (but will be using polling
54+
instead of ActionCable) for push communications. To checkout the `thin` branch run
55+
```bash
56+
git checkout thin
57+
```
58+
in the terminal (bash) window.
59+
60+
**Step 4: Run the Setup Script**
5161

5262
Once your workspace is created you should see a readme displayed. Just follow the directions and run
5363

5464
`bin/setup` in the terminal window to complete the initialization process.
5565

56-
**Step 4: Fire Up The Server**
66+
**Step 5: Fire Up The Server**
5767

5868
On cloud9 use the run command (along the top nav bar), otherwise in a terminal window run `./bin/hyperloop`
5969

60-
**Step 5: Visit the App**
70+
**Step 6: Visit the App**
6171

6272
On Cloud9 you can see the App running right in the IDE window by clicking on "preview" in the top nav bar, otherwise visit localhost:3000 in your browser.
6373

0 commit comments

Comments
 (0)