You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 19, 2018. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+14-4Lines changed: 14 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ Even if you are an experienced Rails developer there are some advantages to doin
25
25
26
26
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.
27
27
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)**
29
29
30
30
Continue for Cloud9 setup:
31
31
@@ -47,17 +47,27 @@ Select the "Ruby on Rails" template type, and
47
47
48
48
Create Your Workspace!
49
49
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**
51
61
52
62
Once your workspace is created you should see a readme displayed. Just follow the directions and run
53
63
54
64
`bin/setup` in the terminal window to complete the initialization process.
55
65
56
-
**Step 4: Fire Up The Server**
66
+
**Step 5: Fire Up The Server**
57
67
58
68
On cloud9 use the run command (along the top nav bar), otherwise in a terminal window run `./bin/hyperloop`
59
69
60
-
**Step 5: Visit the App**
70
+
**Step 6: Visit the App**
61
71
62
72
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.
0 commit comments