Confirmed users
16
edits
No edit summary |
|||
Line 75: | Line 75: | ||
==Virtual Appliance== | ==Virtual Appliance== | ||
You can download a Virtual Box VM for Minion '''[[https://boily.me/assets/minion-730-x86_64.ova here]]''' | 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: | Developers: |