Closed znewman01 closed 10 years ago
I think you can fix this by:
--nodaemon
or --configuration /etc/supervisord.conf
options. Plus, change start on
to vagrant mounted
, as described here.After verifying that this works (vagrant reload
, then test if the site loads on http://localhost:4000), modify develop/provision.sh
to do the two steps above automatically on provision, then test again after a vagrant halt
, vagrant destroy
and vagrant up
.
When I try removing the /etc/init.d/supervisor I get rm: cannot remove `supervisor': Permission denied.
you might need to use sudo
with command. guide
Thanks! It worked.
great! let me know if you have any questions about putting it in the script, or git/github workflow to get it merged in upstream
On Tue, Feb 11, 2014 at 11:53 AM, samw7823 notifications@github.com wrote:
Thanks! It worked.
Reply to this email directly or view it on GitHubhttps://github.com/adicu/adicu.github.com/issues/259#issuecomment-34774485 .
This is because supervisord starts before the shared /vagrant folder is mounted and gives up.
Fix this by either