chainpoint / chainpoint-gateway

Chainpoint Gateway
https://chainpoint.org
Apache License 2.0
27 stars 12 forks source link

Easy Node Setup CLI #3

Closed serdarozturk closed 4 years ago

serdarozturk commented 7 years ago

make easy-setup

  1. create .env with build-config
  2. ask tnt address
  3. lookup ip address, if not true, write your own public ip address
  4. docker up
  5. setup completed

no need to edit with vim or nano.

grempe commented 6 years ago

Thanks for this PR. While this provides some good functionality I'd like to see it be a bit more full featured before we merge something like this in.

cc: @filoozom

Some suggestions:

Once created, and packaged as a no-dependency binary, this command line tool should be able to be pulled down into another context with a simple wget/curl of a single file.

If either you or @filoozom are interested in continuing on this I'd be happy to setup a new repo for this, or talk through the details of usage and packaging with you.

Thanks!

filoozom commented 6 years ago

I'd gladly pick this up if @serdarozturk doesn't want to. Send me the link to the new repo once it's set up. 😉

filoozom commented 6 years ago

By the way, here's the repo for the CLI if someone has comments: https://github.com/filoozom/chainpoint-node-cli.

jacohend commented 4 years ago

Thanks. We've incorporated this idea into our new init process.