Re: a Trytond service

2017-09-10 Thread Catonano
2017-09-09 12:39 GMT+02:00 Christopher Baines : > On Fri, 8 Sep 2017 21:42:24 +0200 > Catonano wrote: > > > I'm trying to write a service for Trytond > > > > There are tons of things i don't know/understand > > > > But this is the first one: > > > > The Tryton manual states that I need to indicat

Re: a Trytond service

2017-09-09 Thread Christopher Baines
On Fri, 8 Sep 2017 21:42:24 +0200 Catonano wrote: > I'm trying to write a service for Trytond > > There are tons of things i don't know/understand > > But this is the first one: > > The Tryton manual states that I need to indicate a "data directory" > to the daemon and that such directory shou

Re: a Trytond service

2017-09-09 Thread Hartmut Goebel
Am 08.09.2017 um 21:42 schrieb Catonano: > My idea was that Tryton would have used a postgres managed by the > omonimous service, so my user and my home folder shouldn't be > concerned, here I suggest making the service more flexible to allow using a sqlite database, as this would be far enough fo

Re: a Trytond service

2017-09-09 Thread Hartmut Goebel
Am 08.09.2017 um 21:42 schrieb Catonano: > "The directory where Tryton stores files and so the user running > trytond must have write access on this directory. > Default: The db folder under the user home directory running trytond." I assume this "path" is for the sqlite database. Did you ask the

a Trytond service

2017-09-08 Thread Catonano
I'm trying to write a service for Trytond There are tons of things i don't know/understand But this is the first one: The Tryton manual states that I need to indicate a "data directory" to the daemon and that such directory should be: "The directory where Tryton stores files and so the user run