Fengoffice

De MochilaWiki
Ir para navegaçãoIr para pesquisar

página do projeto

dependencias

apt install wkhtmltopdf imagemagick ghostscript xpdf catdoc php5-xmlrpc php5-curl \
php5-imap php5-gd php5-mysql apache2 mysql-server unzip libapache2-mod-php5

instalando

cd /usr/src/
wget https://ufpr.dl.sourceforge.net/project/opengoo/fengoffice/fengoffice_3.5.1.5/fengoffice_3.5.1.5.zip
unzip fengoffice_3.5.1.5.zip -d /var/www/html/
chown -R www-data\: /var/www/html

em /etc/apache2/sites-available/000-default.conf insira

     <Directory /var/www/html>
       Options Indexes FollowSymLinks MultiViews
           DirectoryIndex index.php
           AllowOverride All
           Order allow,deny
           Allow from all
     </Directory>


repositório oficial

mirror