|
SetupAndStart
Configuration and first start of Tryton
IntroductionInstall TrytonSetup 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 fileThe configuration file of the server is in etc/trytond.conf Start tryton$ cd ~/workspace/tryton-dist/tryton $ ./bin/tryton Create a database
|
Sign in to add a comment
what is the password of the user "admin" ?
gloups, the password of the user "admin" is the one chosen at the precedant step while creating the database.