Create engine kubernetes stack
[infra/stack/kubernetes.git] / playbooks / roles / package / files / install.sh
diff --git a/playbooks/roles/package/files/install.sh b/playbooks/roles/package/files/install.sh
new file mode 100755 (executable)
index 0000000..a5c1ccb
--- /dev/null
@@ -0,0 +1,11 @@
+#!/bin/bash
+
+# TODO (fdegir): This script could be enhanced to provide full installation functionality
+# by parsing arguments and executing actual engine deploy.sh with the arguments but left for later
+echo "Info  : Dependencies are extracted to $DESTINATION_FOLDER"
+echo "Info  : Please navigate to $DESTINATION_FOLDER/git/engine/engine folder and issue deployment command"
+echo "        You can get help about the engine usage by issuing command ./deploy.sh -h"
+echo "        Do not forget to specify PDF and IDF file locations using -p and -i arguments!"
+echo "Info  : Done!"
+
+# vim: set ts=2 sw=2 expandtab: