Mudanças entre as edições de "Fengoffice"

De MochilaWiki
Ir para navegaçãoIr para pesquisar
 
Linha 1: Linha 1:
 
página do projeto
 
página do projeto
 
* http://fengoffice.com/web/index.php
 
* 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>
  
== pós-instalação ==
 
sed -i 's\en_us\pt_br\g' /var/www/fengoffice/config/config.php
 
  
 
== repositório oficial ==
 
== repositório oficial ==
Linha 21: 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 19h24min 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