summaryrefslogtreecommitdiff
path: root/devel/py-trytond/MESSAGE
blob: 351cbfc078174e747d87a74b7b40a6aa8f22ea7f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
===========================================================================
$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;
===========================================================================