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

De MochilaWiki
Ir para navegaçãoIr para pesquisar
(Nova página: http://pub.nkosi.org/fengoffice/fengoffice_1.6.1.zip repositório oficial: * http://ufpr.dl.sourceforge.net/project/opengoo/opengoo/fengoffice_1.6.1/upgrade_1.6.1.zip * http://ufpr.dl...)
 
 
(3 revisões intermediárias pelo mesmo usuário não estão sendo mostradas)
Linha 1: Linha 1:
http://pub.nkosi.org/fengoffice/fengoffice_1.6.1.zip
+
página do projeto
 +
* http://fengoffice.com/web/index.php
  
repositório oficial:
+
== 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 ==
 +
<source lang="bash">
 +
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
 +
</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>
 +
 
 +
 
 +
== repositório oficial ==
 
* http://ufpr.dl.sourceforge.net/project/opengoo/opengoo/fengoffice_1.6.1/upgrade_1.6.1.zip
 
* http://ufpr.dl.sourceforge.net/project/opengoo/opengoo/fengoffice_1.6.1/upgrade_1.6.1.zip
 
* http://ufpr.dl.sourceforge.net/project/opengoo/opengoo/fengoffice_1.6.1/fengoffice_1.6.1.zip
 
* http://ufpr.dl.sourceforge.net/project/opengoo/opengoo/fengoffice_1.6.1/fengoffice_1.6.1.zip
Linha 10: Linha 35:
 
* http://ufpr.dl.sourceforge.net/project/opengoo/plugins/progressbar/progressbar_1.1.zip
 
* http://ufpr.dl.sourceforge.net/project/opengoo/plugins/progressbar/progressbar_1.1.zip
  
 +
== mirror ==
 +
* 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