Skip to content
This repository was archived by the owner on Apr 25, 2023. It is now read-only.

Create AWS image for easy deployment of a basic drogulus node in "the cloud" #34

Open
ntoll opened this issue Aug 4, 2015 · 4 comments
Assignees
Milestone

Comments

@ntoll
Copy link
Owner

ntoll commented Aug 4, 2015

Because people want / need an easy way to make this work and try it out. Should also investigate other cloud based hosting solutions.

@HaMster21
Copy link

This may be easier with Docker Compose where you may script together three drogulus instances that see each other in the network and people start a fourth one to play around with. There may be similar ways to do it with rkt

@ntoll
Copy link
Owner Author

ntoll commented Aug 5, 2015

Agreed.

Also, I want an easy way for people to simply create a drogulus node that could join the public "swarm" of nodes on the open internet (as it were).

Having said that... it should just be as simple as:

$ pip install drogulus
...
$ drogulus keygen
...
$ drogulus start xxx.xxx.xxx.xxx

...to start a node (assuming you have Python 3.4+ installed and xxx.xxx.xxx.xxx is an IP address of a known node on the public "swarm").

@kunthar
Copy link

kunthar commented Aug 5, 2015

google compute engine has container cluster function. we are using coreos
anf happy with it. you can check our repo zetaops/zcloud
On Aug 5, 2015 11:11 PM, "Nicholas Tollervey" [email protected]
wrote:

Agreed.

Also, I want an easy way for people to simply create a drogulus node that
could join the public "swarm" of nodes on the open internet (as it were).

Having said that... it should just be as simple as:

$ pip install drogulus
...
$ drogulus keygen
...
$ drogulus start xxx.xxx.xxx.xxx

...to start a node (assuming you have Python 3.4+ installed and
xxx.xxx.xxx.xxx is an IP address of a known node on the public "swarm").


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

@ntoll
Copy link
Owner Author

ntoll commented Aug 8, 2015

@kunthar again, thanks for the heads up... ;-)

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

No branches or pull requests

3 participants