|
|
@ -118,6 +118,7 @@ |
|
|
|
For Etherpad-Lite support: |
|
|
|
For Etherpad-Lite support: |
|
|
|
<ul> |
|
|
|
<ul> |
|
|
|
<li>Etherpad::API</li> |
|
|
|
<li>Etherpad::API</li> |
|
|
|
|
|
|
|
<li>LWP::Protocol::https</li> |
|
|
|
</ul> |
|
|
|
</ul> |
|
|
|
</li> |
|
|
|
</li> |
|
|
|
<li> |
|
|
|
<li> |
|
|
@ -189,13 +190,26 @@ yum install epel-release</pre> |
|
|
|
The following command will install everything required to run VROOM |
|
|
|
The following command will install everything required to run VROOM |
|
|
|
<pre> |
|
|
|
<pre> |
|
|
|
yum install git tar wget httpd mod_ssl openssl mariadb-server \\ |
|
|
|
yum install git tar wget httpd mod_ssl openssl mariadb-server \\ |
|
|
|
'perl(DBI)' 'perl(DBD::mysql)' 'perl('Array::Diff)' \\ |
|
|
|
'perl(DBI)' \\ |
|
|
|
'perl(Mojolicious)' 'perl(Mojolicious::Plugin::I18N)' 'perl(Mojolicious::Plugin::Mail)' \\ |
|
|
|
'perl(DBD::mysql)' \\ |
|
|
|
'perl(Crypt::SaltedHash)' 'perl(Etherpad::API)' 'perl(LWP::Protocol::https)' \\ |
|
|
|
'perl(Array::Diff)' \\ |
|
|
|
'perl(Sesion::Token)' 'perl(Mojolicious::Plugin::Database)' \\ |
|
|
|
'perl(Mojolicious)' \\ |
|
|
|
'perl(Mojolicious::Plugin::StaticCompressor' 'perl(Mojolicious::Plugin::RenderFile)' \\ |
|
|
|
'perl(Mojolicious::Plugin::I18N)' \\ |
|
|
|
'perl(Email::Valid)' 'perl(File::Temp)' 'perl(Excel::Writer::XLSX)' 'perl(Locale::Maketext::Lexicon)' \\ |
|
|
|
'perl(Mojolicious::Plugin::Mail)' \\ |
|
|
|
'perl(Config::Simple)' 'perl(Session::Token)' 'perl(DateTime)'</pre> |
|
|
|
'perl(Mojolicious::Plugin::Database)' \\ |
|
|
|
|
|
|
|
'perl(Mojolicious::Plugin::StaticCompressor' \\ |
|
|
|
|
|
|
|
'perl(Mojolicious::Plugin::RenderFile)' \\ |
|
|
|
|
|
|
|
'perl(Crypt::SaltedHash)' \\ |
|
|
|
|
|
|
|
'perl(Etherpad::API)' \\ |
|
|
|
|
|
|
|
'perl(LWP::Protocol::https)' \\ |
|
|
|
|
|
|
|
'perl(Sesion::Token)' \\ |
|
|
|
|
|
|
|
'perl(Email::Valid)' \\ |
|
|
|
|
|
|
|
'perl(File::Temp)' \\ |
|
|
|
|
|
|
|
'perl(Excel::Writer::XLSX)' \\ |
|
|
|
|
|
|
|
'perl(Locale::Maketext::Lexicon)' \\ |
|
|
|
|
|
|
|
'perl(Config::Simple)' \\ |
|
|
|
|
|
|
|
'perl(Session::Token)' \\ |
|
|
|
|
|
|
|
'perl(DateTime)'</pre> |
|
|
|
</p> |
|
|
|
</p> |
|
|
|
|
|
|
|
|
|
|
|
<h3 id="c7_clone_git"> |
|
|
|
<h3 id="c7_clone_git"> |
|
|
|