-
Notifications
You must be signed in to change notification settings - Fork 0
How to setup server
agrinevich edited this page Jan 9, 2023
·
4 revisions
Install:
- git (to pull updates from github)
- rsync (to deploy)
- sqlite3
- nginx
- certbot (for SSL)
- perl dependencies.
You can install perl dependencies in one of the following ways:
A) as Debian modules (recommended - easy to remove):
- libconst-fast-perl
- libdbd-sqlite3-perl
- libdbi-perl
- libplack-perl
- libtest-compile-perl
- libtext-xslate-perl
- libpath-tiny-perl
- libconfig-tiny-perl
- libfile-copy-recursive-perl
- libnumber-bytes-human-perl
- libarchive-zip-perl
- starman
B) as CPAN modules:
in project dir run 'cpanm --installdeps . --cpanfile cpanfile'
but no way to remove modules if you need.