Recently, I stated that cloud deployment of an OriginTrail incentivized node exhibited lower risk than any other deployment method (for reference see here). Yet, many users otherwise inexperienced in cloud computing may find it difficult to deploy an OriginTrail node on the cloud.聽
I will be releasing a platform-specific setup, rather than providing all setups simultaneously, as I have had feedback that the latter option causes confusion. 聽
I would like to point out something before we begin. It is not necessary to deploy the testnet node on the cloud. I do believe, however, for anyone unfamiliar with the process, the time to get started on becoming familiar with these setups is now. When real tokens are being staked, you'll want the confidence that only experience can bring, or you may age much faster than your friends, worrying about if you have a proper set up.聽
Let's begin.聽
While the server is initializing, you should see something like the following image.
When the server has completed initialization, you should be able to access the droplet, and it should look something like the following image.
$ sudo usermod -aG docker $USER
Provide the following command:
$ docker run hello-world
If Docker has been successfully set up, you should be provided the following response from Docker's Hello, World! sequence.
Provide the following command:
$ 聽docker run -it -d --network host --name otnode --mount source=otnode-vol,destination=/ot-node origintrail/ot-node聽
Be patient with this step, and wait until you are provided the following response from the console.
Provide the following command:
$ 聽docker start otnode聽
Provide the following command:
$ docker ps
If the node setup has been successful, you should be provided a status from Docker, stating something very similar to the following.
This completes the section concerning cloud deployment with Digital Ocean.