diff --git a/templates/default/documentation.html.ep b/templates/default/documentation.html.ep index 42400cd..07c5468 100644 --- a/templates/default/documentation.html.ep +++ b/templates/default/documentation.html.ep @@ -94,12 +94,13 @@
  • A webserver supporting HTTPS and reverse proxying, including websocket reverse proxying (Apache can do this with mod_proxy_wstunnel)
  • The following perl modules
  • +
  • The following perl modules are optional + +
  • It's also advised to run VROOM on a systemd powered distribution (simply because that's what I use and I include service units for VROOM). For the same reason, I recommend running Apache as webserver (others like Nginx probably work too, but I provide configuration sample only for Apache) @@ -168,6 +174,7 @@ yum install epel-release The following command will install everything required to run VROOM
     yum install git tar wget httpd mod_ssl openssl mariadb-server \\
    +           'perl(DBI)' 'perl(DBD::mysql)' \\
                'perl(Mojolicious)' 'perl(Mojolicious::Plugin::I18N)' 'perl(Mojolicious::Plugin::Mail)' \\
                'perl(Crypt::SaltedHash)' 'perl(Etherpad::API)' 'perl(LWP::Protocol::https)' \\
                'perl(Sesion::Token)' 'perl(Mojolicious::Plugin::Database)' \\