cloudsidedev / appside

Multitenant environment automation.
http://cloudside.ch
GNU Affero General Public License v3.0
38 stars 7 forks source link

Initial bootstrap #63

Open ivomarino opened 7 years ago

ivomarino commented 7 years ago

we want to implement some kind of bootstrapping feature which allows devs to easily get-started with AppFlow. The idea is that:

so we run something like utils/bootstrap.sh <tenant> <env> [<ssh-username>] <host> and this script will:

we could also directly provide a public key or similar. In other words we want to just run a command with three parameters and everything get's setup on order to be ready to use AppFlow and deploy applications on a remote blank VM.