Skip to content
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

Docs don't walkthrough the basic Docker install #6

Open
gigafone opened this issue Nov 30, 2015 · 3 comments
Open

Docs don't walkthrough the basic Docker install #6

gigafone opened this issue Nov 30, 2015 · 3 comments

Comments

@gigafone
Copy link

Could you please add some basic docs showing the basic steps to get up and running with Docker?

I setup Docker on my Mac using homebrew (with brew install docker and brew install docker-machine) and all seems well. docker run hello-world works.

The next logical thing to do seems to be to run:

source script/build.sh

(But got the error shown at #5.)

After that, I'm not sure if/when I need to use/run run-container.sh and/or run-peers.sh. Could you add some docs about this? Sorry if I overlooked something.

@MichaelDrogalis
Copy link
Contributor

@gigafone We added the Dockerfile automatically for users who are already familiar with Docker. If you're new to Docker, you might want to stick with running the jar yourself from a Bash script or similar. We'll get some instructions up for new Docker users soon, though. Thanks for the feedback!

@MichaelDrogalis
Copy link
Contributor

Also, to answer your more immediate question, you want to fire off run-peers.sh when you're ready to start your peer processes. That would be the script you're interested in to make your Onyx cluster come to life.

@lbradstreet
Copy link
Member

By the way, there's a bug in run-peers.sh. See:
onyx-platform/onyx-template@ca9d34c#diff-914d93ff6f9f8005b11c6d51bb88e6c1L10

It's an extra quotation mark.

Once that's fixed, and you've rebuilt via build.sh,
call: script/run-container.sh

On 1 December 2015 at 23:50, Michael Drogalis [email protected]
wrote:

Also, to answer your more immediate question, you want to fire off
run-peers.sh when you're ready to start your peer processes. That would
be the script you're interested in to make your Onyx cluster come to life.


Reply to this email directly or view it on GitHub
#6 (comment)
.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants