Create engine kubernetes stack
[infra/stack/kubernetes.git] / playbooks / roles / package / files / install.sh
1 #!/bin/bash
2
3 # TODO (fdegir): This script could be enhanced to provide full installation functionality
4 # by parsing arguments and executing actual engine deploy.sh with the arguments but left for later
5 echo "Info  : Dependencies are extracted to $DESTINATION_FOLDER"
6 echo "Info  : Please navigate to $DESTINATION_FOLDER/git/engine/engine folder and issue deployment command"
7 echo "        You can get help about the engine usage by issuing command ./deploy.sh -h"
8 echo "        Do not forget to specify PDF and IDF file locations using -p and -i arguments!"
9 echo "Info  : Done!"
10
11 # vim: set ts=2 sw=2 expandtab: