Start a setup script

For now, it checks if the instance is ready, and if it is not starts the actual setup script.

Only the first actual step of the script, checking for native dependencies, is implemented.
This commit is contained in:
Bat
2018-06-19 14:08:44 +01:00
parent e8d62e150a
commit 54e2cea83b
4 changed files with 101 additions and 14 deletions
+1
View File
@@ -8,6 +8,7 @@ ammonia = "1.1.0"
array_tool = "1.0"
base64 = "0.9"
bcrypt = "0.2"
colored = "1.6"
comrak = "0.2"
dotenv = "*"
failure = "0.1"