-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update README.md #950
Update README.md #950
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,11 +33,12 @@ This is a quick installation for use with the cloud environment https://c9.io - | |
|
||
1. If you have a GitHub account, visit https://c9.io and log in with the GitHub button. | ||
2. Fork this repository to your own GitHub account, creating a `yourname/plots2` project. | ||
3. Name your project, then enter `yourname/plots2` in the "Clone from Git or Mercurial URL" field, and press **Create Workspace** | ||
3. Name your project, then enter `yournameplots2` 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 run `rails s -b $IP -p $PORT` when it's done. | ||
6. You're done! Go to the URL shown! | ||
|
||
5. Enter your username when prompted, run bundle install. | ||
6. To set up the database run 'rake db:setup'. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I believe @ryzokuken is correct that this step should be run in install_cloudnine.sh, but that script is failing, probably due to lack of a There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Confirmed -- a change was made in 67dc936#diff-a3e84a54cf5d4cea38c7b29a7dd76ac8L9 that broke this. Adding the |
||
6. Run `rails s -b $IP -p $PORT` when it's done. | ||
7. You're done! Go to the URL shown! | ||
|
||
==== | ||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi, just reading through the changes carefully, "yourname/plots2 does not work with symbols" -- was that in reference to the workspace name? I had meant it to be for the "Git or Mercurial URL", so what about expanding it to: