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

This is the best place for community developers to publish their genius work. Your Apps enrich the QNAP Turbo NAS.
Post Reply
User avatar
QNAP_Stephane
Experience counts
Posts: 4802
Joined: Wed Mar 27, 2013 1:00 am

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

Post by QNAP_Stephane »

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 Integration --

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: Select all

<?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
---------------------------------------------------------------------------------------------------------------------------

Find all QPKG in the MyQnap.org repository https://www.myqnap.org
join our discord server for any inquiry related to qpkg - https://discord.gg/4fPxHSWKQW

----------------------------------------------------------------------------------------------------------------------------
Post Reply

Return to “Community Apps”