Skip to content
This repository was archived by the owner on Mar 24, 2026. It is now read-only.

ported Mojolicious setup to bash, added app.conf, added stop.sh for symmetry#1244

Merged
msmith-techempower merged 1 commit intoTechEmpower:meganukefrom
jberger:meganuke_mojo
Dec 16, 2014
Merged

ported Mojolicious setup to bash, added app.conf, added stop.sh for symmetry#1244
msmith-techempower merged 1 commit intoTechEmpower:meganukefrom
jberger:meganuke_mojo

Conversation

@jberger
Copy link
Copy Markdown
Contributor

@jberger jberger commented Nov 26, 2014

No description provided.

…ymmetry

PATH variable doesn't seem to work

carton handles PATH on its own

use hypnotoad with explicit perl interpreter

need carton full path to hypnotoad

updated dependencies
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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
Copy link
Copy Markdown
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.

@msmith-techempower msmith-techempower merged commit 3e8383c into TechEmpower:meganuke Dec 16, 2014
msmith-techempower added a commit that referenced this pull request Dec 16, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants