![]() |
|
go ahead... be a heretic | |
PerlMonks |
Plack/PSGI Application Deploymentby expandstudios (Acolyte) |
on May 23, 2016 at 01:45 UTC ( #1163825=perlquestion: print w/replies, xml ) | Need Help?? |
expandstudios has asked for the wisdom of the Perl Monks concerning the following question: Hey guys, I am in the process of porting an old CGI based web app to PSGI. I am just seeking some clarification about how to best configure my environment for hot deployment / CI. Environment (so far)
Here is what I want to be able to do:
Where I am really looking for guidance is how to best configure the server/application on the CentOS machine so that it will start on boot and can easily be managed (start/stop/graceful restart). Once I have that in place I can automate my deployment fairly easily using various tools. I just can't get my head around how to use Server::Starter properly in this instance. Thanks in advance! Russ
Back to
Seekers of Perl Wisdom
|
|