workflow4metabolomics / w4m-vm

Virtual machine for Workflow4Metabolomics Galaxy platform.
http://workflow4metabolomics.org/
1 stars 2 forks source link

service galaxy start after ova boot ? #15

Closed fgiacomoni closed 7 years ago

fgiacomoni commented 8 years ago

After vm producing with the vagrant method, it's easy to export the vm in a OVA format. When deploying the ova new instance on VirtualBox:

fgiacomoni commented 8 years ago

I found in the Vagrantfile... "# TODO make a script for starting/stoping Galaxy as a service/daemon. Start automatically at startup of vm."

pkrog commented 8 years ago

If you use the debug-vagrant branch, Galaxy should start automatically. You can use the Ant file (build.xml), if facilitates life. Do not forget to upgrade your box with vagrant: vagrant box update. Then run ant clean followed by either ant dev or ant prod. I'll look at the azerty issue.

pkrog commented 7 years ago

Done