NodeOS-Legacy / node-init

Obsolete, using nodeos-init instead
MIT License
16 stars 1 forks source link

How to setup NodeOS #2

Closed SherlockOy closed 10 years ago

SherlockOy commented 10 years ago

I'm so excited about your work and what you have done is really awesome. I am a beginner of Computer Science, may not be that professional, but I'm interested about OS. So I open this issue to ask for help about how to setup the whole NodeOS on a virtual machine or a real machine. Looking forward to your reply, thank you. :-)

EndangeredMassa commented 10 years ago

If you are still looking for this information, you can find it on this blog post on node-os.com.

If you have docker installed, you should be able to run nodeos with:

sudo docker run -i -t nodeos/nodeos
SherlockOy commented 10 years ago

Thank you , that's really helpful