Changes

Jump to navigation Jump to search
980 bytes added ,  12:12, 17 June 2016
Line 33: Line 33:  
* apt-get install fail2ban
 
* apt-get install fail2ban
 
* apt-get install sudo
 
* apt-get install sudo
 +
 +
* apt-get install build-essential
 +
* apt-get install git
 +
    
==== Users ====
 
==== Users ====
Line 40: Line 44:     
==== Product Opener dependencies ====
 
==== Product Opener dependencies ====
 +
 +
===== exim =====
 +
 +
* apt-get install exim4
 +
* dpkg-reconfigure exim4-config
 +
** Internet Site mail is sent by smtp 
 +
** 127.0.0.1
    
===== MongoDB =====
 
===== MongoDB =====
Line 89: Line 100:     
apt-get install nginx
 
apt-get install nginx
 +
 +
 +
==== Product Opener ====
 +
 +
===== Libraries =====
 +
 +
* apt-get install zlib1g-dev
 +
 +
===== Perl modules =====
 +
 +
apt-get install libwww-perl libimage-magick-perl libxml-encoding-perl libtext-unaccent-perl libmime-lite-perl libcache-memcached-fast-perl libjson-perl libclone-perl  libgraphviz-perl libmime-lite-perl libcrypt-passwdmd5-perl libencode-detect-perl libgraphics-color-perl libbarcode-zbar-perl libxml-feedpp-perl libmongodb-perl liburi-find-perl libxml-simple-perl
 +
 +
Some modules seem not to have Debian packages and must be built using CPAN:
 +
 +
<pre>
 +
cpan
 +
install URI::Escape::XS
 +
install Encode::Punycode
 +
install GraphViz2
 +
install HTML::Defang
 +
install Algorithm::CheckDigits
 +
install Geo::IP
 +
install Image::OCR::Tesseract
 +
DateTime::Format::Mail
 +
DateTime::Format::CLDR
 +
DateTime::Locale
 +
</pre>

Navigation menu