Khepri is a process manager similar to foreman, but built as an electron-based gui app.
You will need the following things properly installed on your computer.
git clone git://github.com/mnutt/khepri.git
cd khepri
yarn
yarn start
ember electron
- On Mac: edit ~/Library/Application Support/khepri/data/config.json to add your apps.
ember test
ember test --server
yarn run lint:hbs
yarn run lint:js
yarn run lint:js -- --fix
ember build
(development)ember build --environment production
(production)
- Build packages:
ember electron:package
- Build archives/installers:
ember electron:make
Khepri was inspired by Monu and uses portions of its RPC and process group code.
See LICENSE.md