Stephen Arsenault
Stephen Arsenault
just a verification which is good to have because if someone is using the same deployment-playbook to deploy multiple nodes, they might be going from bootnode to validator and there...
I will get working on this, I tried ansible-private-key or something and didn't work, but I will use that option instead of additional os config.
Should there be cloud service specific instructions? Azure has you create a sudo user while deploying, but the two I used (DigitalOcean & Vultr) have you log in with root...
When there are multiple keypairs in ~/.ssh, it's possible to tell ansible-playbook which one to use by providing --private-key option with full path to the private key, e.g. ansible-playbook -i...
@phahulin Please verify the Non-AWS guides to see if this issue can be closed, thank you.
alright, this part of the wiki was copied from the previous. I will change this around, completely forgot about this issue.
Do you have your non-root user added to the docker group? Also, h-m-m after install is owned by root:root. I have an additional group I created for root tools that...
So, I figured out that 1) Need to chmod u+x the script to make it executable 2) The PHP container hasn't allowed me to mount a volume whether with `-v`...
I am using a debian based linux, ubuntu. I tried each and every way and the only way I was allowed was after making the file executable. The php image...
What command did you use to launch the container?