Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upported Mojolicious setup to bash, added app.conf, added stop.sh for symmetry #1244
Conversation
msmith-techempower
reviewed
Dec 1, 2014
| HYPNOTOAD=$(${PERL_HOME}/bin/carton exec which hypnotoad) | ||
| ${PERL_HOME}/bin/carton exec ${PERL_HOME}/bin/perl ${HYPNOTOAD} -s ${TROOT}/app.pl | ||
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
msmith-techempower
Dec 1, 2014
Member
There is no need for a stop.sh file; the meganuke branch uses a testrunner user and forcibly kills any/all processes started by that user via sudo killall -s 9 -u testrunner instead of calling a configured stop. You can delete this file safely.
msmith-techempower
Dec 1, 2014
Member
There is no need for a stop.sh file; the meganuke branch uses a testrunner user and forcibly kills any/all processes started by that user via sudo killall -s 9 -u testrunner instead of calling a configured stop. You can delete this file safely.
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
msmith-techempower
Dec 1, 2014
Member
The bash_profile.sh can have a PATH environment variable set in it, but the setup.sh does not have access to it (or the usual home directory and a few others).
You can still set the PATH variable if you need something to be in it, but you will want to do it in your setup.sh file now.
|
The You can still set the PATH variable if you need something to be in it, but you will want to do it in your |
jberger commentedNov 26, 2014
No description provided.