freebsd-ports/finance/trytond/files/pkg-message.in
Wen Heping 9c1d653785 - Create gid and uid for tryton daemon and use them via USERS and GROUPS variables at Makefile
- Install the existing rc.d script (define USE_RC_SUBR at Makefile)
- Define the command_interpreter variable at the rc.d script (stop and status commands need it)
- Create needed directories at trytond_prestart (rc.d script) with appropriate gid and launch install once
- Rename option OPENSSL -> PYOPENSSL
- Make use of configuration and sample file (both for the port and for the package)

PR:		171716
Submitted by:	bsam@, Matthias Petermann <matthias@d2ux.net>(via Email)
2012-09-18 00:57:12 +00:00

15 lines
402 B
Text

POST-INSTALL CONFIGURATION FOR TRYTOND
==================================================
Before you start the trytond server, you should:
1) Install a PostgreSQL server.
2) Use the configuration file %%PREFIX%%/etc/trytond.conf
to customize the daemon.
For more information, see the DOCUMENTATION:
http://www.tryton.org/documentation.html
====================================================