Changes

Jump to: navigation, search

Security/Projects/Minion

834 bytes added, 11:27, 2 August 2013
Virtual Appliance
==Virtual Appliance==
You can download a Virtual Box VM for Minion '''[[https://boily.me/assets/minion-730-x86_64.ova here]]'''
 
Once you have imported and started the VM, you can SSH into the VM with the following username and password:
username: vagrant
password: vagrant
 
Yes. This is a Vagrant VM. You can actually create one yourself from scratch using [https://github.com/yeukhon/minion-bootstrap]. Note this script is still in its early adoption stage so there might be bugs.
 
Proceed from login, you can find .bash_aliases contains several useful aliases.
 
Do '''startsuper''' to start all the servers and workers. You can check supervisor managed processes by typing '''super status'''. This part is explained in [https://github.com/yeukhon/minion-bootstrap#aliases]
 
Finally, if this is your first time, you can setup your database:
 
$ benv && minion-db-init
 
'''benv''' just enters the backend's virtualenv.
 
and then navigate to http://<vm_ip>:8080
 
Developers:
Confirm
16
edits

Navigation menu