Skip to content

Commit

Permalink
Update README.md for new Cloud9 process (publiclab#1046)
Browse files Browse the repository at this point in the history
* Update README.md

* Update README.md
  • Loading branch information
jywarren authored Dec 1, 2016
1 parent f31dc00 commit cceee24
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ Please read and abide by our [Code of Conduct](https://publiclab.org/conduct); o

This is a quick installation for use with the cloud environment https://c9.io - for more standard, full instructions, see below.

1. If you have a GitHub account, visit https://c9.io and log in with the GitHub button. (Cloud9 now requires an invite unless you enter a credit card. Email [email protected] to ask for a free invite!)
2. Fork this repository to your own GitHub account, creating a `yourname/plots2` project.
3. Name your project, then enter `yournameplots2` in the "Clone from Git or Mercurial URL" field, and press **Create Workspace**
1. Cloud9 now requires an invite unless you enter a credit card, but there's a workaround -- email [email protected] to ask for a free invite to get an account!
2. On GitHub, fork this repository to your own GitHub account, creating a `yourname/plots2` project.
3. Name your project, then, on https://c9.io, enter `https://github.com/<your-github-username>/plots2.git` in the "Clone from Git or Mercurial URL" field, and press **Create Workspace**
4. In the command line prompt at the bottom of the page, type `. ./install_cloudnine.sh` and press enter.
5. Enter your username when prompted, and let it set things up.
6. Run `rails s -b $IP -p $PORT` when it's done, or `rake test` to run your tests!
Expand Down

0 comments on commit cceee24

Please sign in to comment.