-
Notifications
You must be signed in to change notification settings - Fork 527
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
Fix up chronos install instructions for AWS linux #165
Conversation
@@ -426,8 +424,9 @@ Install [Node](http://nodejs.org/) first. On OSX, try `brew install node`. | |||
|
|||
Next, try | |||
|
|||
start up zookeeper, mesos master, and mesos slave(s) |
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.
This is a description that should go outside this code block. Could this be moved into the line above?
Next, start up ZooKeeper, Mesos Master, and Mesos Slave(s)
|
||
##### Build and Install Mesos | ||
Make sure you're using java 7: `sudo alternatives --config java` |
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.
Capitalize projects where needed. "java" should be "Java".
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.
done
made the fixes suggested by @ssorallen
Thanks, this is great 👍 |
Fix up chronos install instructions for AWS linux
👍 |
With these changes, chronos spins up happily on a standard issue aws linux ami. Thanks @florianleibert for your help!