kyle95wm
Phone Genius Owner
- Joined
- Apr 16, 2016
- Messages
- 520
- Reaction score
- 90
Hey everyone,
I just finished whipping up a couple of shell scripts that make use of the DigitalOcean API. This will make it so you don't have to go to the website to create your droplet but instead do it from the comfort of your own command-line
If anyone can review these scripts and suggest any ideas, go ahead. The Travis CI builds will not check these scripts. The reason for this is because it would involve me putting in my API key, which I am not comfortable with sharing with the public.
Here's the Linux script: https://github.com/kyle95wm/scripts/blob/master/incrediblepbx-do-create-linux.sh
Here's the OS X script: https://github.com/kyle95wm/scripts/blob/master/incrediblepbx-do-create-osx.sh
Any suggestions would be welcomed. Come to think of it, this script is universal for any application and not just Incredible. All these scripts do is create a droplet of your choice (image. size, region) and from there you can view the public IP and SSH into the dropout from there.
Thanks guys.
I just finished whipping up a couple of shell scripts that make use of the DigitalOcean API. This will make it so you don't have to go to the website to create your droplet but instead do it from the comfort of your own command-line
If anyone can review these scripts and suggest any ideas, go ahead. The Travis CI builds will not check these scripts. The reason for this is because it would involve me putting in my API key, which I am not comfortable with sharing with the public.
Here's the Linux script: https://github.com/kyle95wm/scripts/blob/master/incrediblepbx-do-create-linux.sh
Here's the OS X script: https://github.com/kyle95wm/scripts/blob/master/incrediblepbx-do-create-osx.sh
Any suggestions would be welcomed. Come to think of it, this script is universal for any application and not just Incredible. All these scripts do is create a droplet of your choice (image. size, region) and from there you can view the public IP and SSH into the dropout from there.
Thanks guys.