ngcloud is coming soon
Bootstrap scripts are available as a docker image. Simply pull the image and run the image by mounting your ssh and aws credentials directory.
docker pull ngcloud/creator # or docker pull quay.io/ngcloud/creator
docker run --rm -it --name ngcloud-creator -v ~/.aws:/home/ngcloud/.aws -v ~/.ssh:/home/ngcloud/.ssh ngcloud/creatorContinue with the cloud creation from within the docker bash shell
cd ~/bootstrap/scripts
# vi aws-setup.sh and configure
./aws-setup.sh create # Get a coffee or two
./aws-setup.sh bastion # Save the config without any change to proceed./aws-setup.sh iam-authdocker pull ngcloud/azure-creator
docker run --rm -it --name ngcloud-creator -v ~/.azure:/home/ngcloud/.azure ngcloud/azure-creatorFor users not willing to use the creator docker image follow the instructions in power users to setup your computer or vm
We use Discord for chat. GitHub issues is also best.