From 8dd6b4293ab389343ef72169e5e67972760016f6 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Thu, 6 Aug 2015 18:24:11 +0200 Subject: [PATCH] Add new dependencies in the doc for redis and perl(Mojo::Redis2) --- templates/default/documentation.html.ep | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/templates/default/documentation.html.ep b/templates/default/documentation.html.ep index c6ada2b..5524add 100644 --- a/templates/default/documentation.html.ep +++ b/templates/default/documentation.html.ep @@ -218,6 +218,9 @@ Mojolicious::Plugin::StaticCompressor
  • + Mojo::Redis2 +
  • +
  • Crypt::SaltedHash
  • @@ -346,7 +349,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 \\
    +yum install git tar wget httpd mod_ssl openssl mariadb-server redis \\
                 'perl(DBI)' \\
                 'perl(DBD::mysql)' \\
                 'perl(Array::Diff)' \\
    @@ -356,6 +359,7 @@ yum install git tar wget httpd mod_ssl openssl mariadb-server \\
                 'perl(Mojolicious::Plugin::Database)' \\
                 'perl(Mojolicious::Plugin::StaticCompressor' \\
                 'perl(Mojolicious::Plugin::RenderFile)' \\
    +            'perl(Mojo::Redis2)' \\
                 'perl(Crypt::SaltedHash)' \\
                 'perl(Etherpad)' \\
                 'perl(Sesion::Token)' \\