forked from publiclab/plots2
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update README.md for new Cloud9 process (publiclab#1046)
* Update README.md * Update README.md
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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! | ||
|