Say I have a standalone Dancer web browser. I can deploy it to the host by running make dist, getting tarball, then installing it via cpanm or similar. However, I cannot find how to manage this deployment. When I just uninstall the application and then install the application in another place, it looks like it is installing the application modules. However, the script application, various html files and templates, environment configuration files are not installed on the local file system.
What is the correct way to go from webapp to system a -> tarball -> webapp on system b?
Edit:
Sorry, I had to clarify that I understand that I can do all this manually. I am simply surprised that there is no quick way to complete the installation with a few commands or indicate in the application where, in his opinion, various components can be installed.
Since I use cpanm for the most part, this simplifies things in system B, since I can just extract it to a directory, change it, run "cpanm". and it installs the dependencies and application modules in the system library.
However, this leads to the presence of application modules both in <> / lib / and in the installation path of the perllib system. It also means that the user needs a little understanding of perl.
I think I'm just trying to find out if things have changed since What is the best system for installing a Perl web application? was asked three years ago. With all the achievements of the modern modern level of Perl, it seems that this is a problem that could now be dealt with.
perl dancer
Oesor
source share