You can clone it and install it:
$ git clone http://github.com/chfw/Minion.git
$ cd Minion
$ python setup.py installAfter installation, you can evalute it from current Minion directory:
$ minion public/
* Running on http://0.0.0.0:3000/ (Press CTRL+C to quit)Please then visit http://localhost:3000/statics/minion.html to send commands.
After you have finished previous two steps, please run this docker command:
$ docker build -t minion .Once the image was built, please run it:
$ docker run -p 4000:3000 minionPlease then visit http://localhost:4000/statics/minion.html to send commands.
Note
You may need to run those commands with sudo prefix.
Yehua and moban are used as the scaffolding tool to create the initial commit in 2 seconds.
