e30b53ad7d
that I submitted upstream. Fix variable expansion in trytond's MESSAGE.
13 lines
536 B
Text
13 lines
536 B
Text
===========================================================================
|
|
$NetBSD: MESSAGE,v 1.2 2017/01/10 23:07:41 rodent Exp $
|
|
|
|
Getting started with Tryton:
|
|
|
|
0. Modify the stock configuration file and setup your database connection;
|
|
|
|
1. Create the database, roles, schemas, etc. depending on your backend;
|
|
|
|
2. Run: trytond-admin${PYVERSSUFFIX} -c ${PKG_SYSCONFDIR}/tryton/trytond.conf -d $YOURDB --all
|
|
|
|
3. Start trytond: ${RCD_SCRIPTS_DIR}/trytond start;
|
|
===========================================================================
|