mhulse / vagrant-latmp

Vagrant LA(T)MP Stack: CentOS 7 + Apache HTTP + Apache Tomcat + MySQL + PHP + Python + Ruby + Node.js
Apache License 2.0
3 stars 3 forks source link

On second "up", tomcat/apache not starting automatically #28

Open mhulse opened 7 years ago

mhulse commented 7 years ago

Not sure why. Need to make sure this option to auto start the two is turned on properly in the sh file.

mhulse commented 6 years ago

I think I need to have a provisioner shell script that always runs and restarts any web service like tomcat, apache, etc.

https://stackoverflow.com/questions/28216410/how-to-start-mailcatcher-when-booting-vagrant-box

mhulse commented 5 years ago

image

So yes, provisioner script would be nice.