QNAP [ Tine 2.0 ] [ 2019.08.1 ] an open-source business software package covering the software categories groupware and CRM

  • Vague de SPAM

    Suite à une vague de spam sur le forum, les inscriptions sont temporairement limitées.

    Après votre inscription, un membre de l'équipe devra valider votre compte avant qu'il ne soit activé. Nous sommes désolés pour la gêne occasionnée et vous remercions de votre patience.

QoolBox

Représentant QNAP
2 Janvier 2014
10 748
185
173
51
France
www.qnap.com
Professionnel
Oui
qpkg_icon_80.gif


Source : https://github.com/tine20/tine20

Download : Apache73 required as dependency

https://www.qnapclub.eu/fr/qpkg/793

an open-source business software package covering the software categories groupware and Customer Relationship Management (CRM)

Main features:

Calendar
IMAP webmail client
Addressbook
CRM
Task management
Time tracker
Synchronisation with mobile devices
VoIP integration (click to dial)
Provisioning of Snom VoiP telephones
Course management for schools
Filemanager
CardDAV and CalDAV support
HumanResources
Inventory
LDAP and ActiveDirectory support

-- QPKG Inegration --

files are inside /opt/Tine2073/www
on first you need to edit /opt/Tine2073/www/config.inc.php
create a MySQL DB TINE2 (or another but you need change it in config.inc.php)

by default it is set like this :

Code:
<?php
return array(
'database' => array(
'host' => '127.0.0.1',
'dbname' => 'TINE2',
'username' => 'root',
'password' => 'admin',
'port' => '3306',
'adapter' => 'pdo_mysql',
'tableprefix' => 'tine20_',
),
'setupuser' => array(
'username' => 'tine20setup',
'password' => 'setup'
),
);

when all is ok start http://mynasip:31280/setup.php
and fill up the wizard (if wizard not display something wrong inside config.inc.php)

once all is created and setup correctly you can log with the admin pass you set on http://mynasip:31280