Skip to content

Commit

Permalink
added test script file
Browse files Browse the repository at this point in the history
  • Loading branch information
GilGald committed Jan 5, 2017
1 parent 12db54d commit c633b03
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deployment_templates/cloudshell_es_install_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ setup_supervisor() {
echo -e '\n[program:cloudshell_execution_server]\ndirectory='$execution_server_path'\ncommand=/bin/bash -c "/usr/bin/mono QsExecutionServerConsoleConfig.exe /s:'$cs_server_host' /u:'$cs_server_user' /p:'$cs_server_pass' /esn:'$es_name' && /usr/bin/mono QsExecutionServer.exe console"\nenvironment=MONO_IOMAP=all\n' >> /etc/supervisord.conf
}

exit 20


# Install Python pip
yum-complete-transaction -y --cleanup-only
yes | yum install epel-release
Expand Down

0 comments on commit c633b03

Please sign in to comment.