Fengoffice: mudanças entre as edições

De MochilaWiki
Ir para navegaçãoIr para pesquisar
Sem resumo de edição
Sem resumo de edição
 
(2 revisões intermediárias pelo mesmo usuário não estão sendo mostradas)
Linha 1: Linha 1:
página do projeto
* http://fengoffice.com/web/index.php
== dependencias ==
<source lang="bash">
apt install wkhtmltopdf imagemagick ghostscript xpdf catdoc php5-xmlrpc php5-curl \
php5-imap php5-gd php5-mysql apache2 mysql-server unzip libapache2-mod-php5
</source>
== instalando ==
== instalando ==
wget -c http://pub.nkosi.org/fengoffice/fengoffice_1.6.1.zip
<source lang="bash">
unzip fengoffice_1.6.1.zip -d /var/www
cd /usr/src/
chown -R www-data\: /var/www/fengoffice
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
</source>
 
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>




Linha 16: Linha 37:
== mirror ==
== mirror ==
* http://pub.nkosi.org/fengoffice/
* http://pub.nkosi.org/fengoffice/
* baseado em [[Opengoo]]
* baseado em [[Opengoo]]
* http://www.fengoffice.com/web/wiki/doku.php/installation:server_reqs#hardware_requirements

Edição atual tal como às 16h24min de 18 de março de 2018

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