|
SetupAndStart
IntroductionInstall Trytonsee the OS specific page. 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 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.
I found that the default password of the user admin is admin. There was no prompt for a password. To nitpick, the --no-adduser argument really should be replaced with --no-createrole.
The password is asked when you click on "File>Database>New Database"
when i try to login, it says me:
Traceback (most recent call last):
AttributeError?: 'dict' object has no attribute 'append'OS: Ubuntu 11 DB: PostgreSQL 9 Tryton 2.0.1 I don't know what to do...
Please report issue on the bugtracker.
Hi,
How does one stop the trytond program from running?