My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
SetupAndStart  
Configuration and first start of Tryton
Featured, Phase-Deploy
Updated Dec 23, 2009 by cedkrier@gmail.com

Introduction

Install Tryton

see 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 file

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

Start tryton

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

Create a database

  • Cancel login window
  • Click on File>Database>New Database
  • Fill the form and click on Create
  • Login with the user "admin"
Comment by nic...@gmail.com, Nov 18, 2008

what is the password of the user "admin" ?

Comment by nic...@gmail.com, Nov 18, 2008

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

Comment by twellman@gmail.com, Apr 13, 2011

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.

Comment by project member cedkrier@gmail.com, Apr 14, 2011

The password is asked when you click on "File>Database>New Database"

Comment by dauren.n...@gmail.com, Jun 30, 2011

when i try to login, it says me:

Traceback (most recent call last):

File "/trytond/protocols/netrpc.py", line 47, in run
res = dispatch(host, port, 'NetRPC', msg)
File "/trytond/protocols/dispatcher.py", line 127, in dispatch
res = getattr(obj, method)(cursor, user, args, kargs)
File "/trytond/model/modelstorage.py", line 363, in search_read
fields_names.append('id')
AttributeError?: 'dict' object has no attribute 'append'

OS: Ubuntu 11 DB: PostgreSQL 9 Tryton 2.0.1 I don't know what to do...

Comment by project member cedkrier@gmail.com, Jun 30, 2011

Please report issue on the bugtracker.

Comment by td_ken...@yahoo.com, Mar 9, 2012

Hi,

How does one stop the trytond program from running?


Sign in to add a comment
Powered by Google Project Hosting