I am trying to install the DateTime machine on a Linux server. Unfortunately, this Linux server has some restricted network access policy that prevents me from using the CP
One solution I use at work is to have a development server with perlbrew, one Perl + modules and the app per app and all this in a git repo.
On the production machines access to the git repository is all that's needed to deploy the app and switch between versions using tags.