My favorites | Sign in
Logo
                
Search
for
Updated Nov 20, 2009 by cedkr...@gmail.com
Labels: Featured, Phase-Deploy
SetupAndStart  
Configuration and first start of Tryton

Introduction

Install Tryton

see InstallationMercurial.

Setup a Database and User System

$ sudo su postgres -c "createuser --createdb --no-adduser -P tryton"
$ sudo useradd tryton

Start trytond

$ cd ~/workspace/tryton-dist/trytond
$ sudo su tryton -c "bin/trytond"

Configuration file

The configuration file of the server is in etc/trytond.conf

Start tryton

$ cd ~/workspace/tryton-dist/tryton
$ ./bin/tryton

Create a database


Comment by nickwe, Nov 18, 2008

what is the password of the user "admin" ?

Comment by nickwe, Nov 18, 2008

gloups, the password of the user "admin" is the one chosen at the precedant step while creating the database.


Sign in to add a comment
Hosted by Google Code