Add new dependencies in the doc

for redis and perl(Mojo::Redis2)
This commit is contained in:
Daniel Berteaud 2015-08-06 18:24:11 +02:00
parent 6b9b6a8d86
commit 8dd6b4293a
1 changed files with 5 additions and 1 deletions

View File

@ -217,6 +217,9 @@
<li>
Mojolicious::Plugin::StaticCompressor
</li>
<li>
Mojo::Redis2
</li>
<li>
Crypt::SaltedHash
</li>
@ -346,7 +349,7 @@ yum install epel-release</pre>
<p>
The following command will install everything required to run VROOM
<pre>
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)' \\