11 Commits

Author SHA1 Message Date
dandds
ae909117f4 use honcho to manage multiple dev processes 2018-10-15 11:38:34 -04:00
Patrick Smith
d9d4e493d9 Compile assets before starting server 2018-08-06 10:00:59 -04:00
Devon Mackay
2b95291f93 Update script to use global header and no trap
The server script should just give a clean, foreground execution of the
app.
A second script has been added to a dev server launch to try to get a
backgrounding wrapper in place.
2018-07-10 10:55:28 -04:00
Devon Mackay
71965eaeaf Add abililty to use system python
Moving virtual environments between systems is problematic... and
unnecessary when creating container images. These modifications allow
the ability to install app dependencies into the system python, and use
that instead of a virtual environment.
2018-07-01 19:15:40 -04:00
Brian Duggan
d6bb02da66 Also store child pid 2018-06-18 11:35:22 -04:00
Brian Duggan
ca1c53edfd reap child processes 2018-06-18 11:25:48 -04:00
richard-dds
2c849fd01a Update script/server to use pipenv 2018-06-04 22:36:20 -04:00
Devon Mackay
a2f69005ed Just being picky; I like to consisently use braces for bash vars 2018-05-30 15:18:02 -04:00
Devon Mackay
2c2ffea1a2 Ensure any command line parameters are passed on to the app 2018-05-30 15:15:08 -04:00
Devon Mackay
62c36cd516 Add virtual environment activation 2018-05-30 15:10:31 -04:00
Devon Mackay
5eae33b44f First pass at Scripts to Rule Them All 2018-05-25 14:37:12 -04:00