Dear all,

I am trying to get Tryton installed under Ubuntu 14.04 running in a 
virtualbox. 
I have already a lot of applications running in this virtualbox such as 
ODOO - OpenERP and SugarCRM. 

I have postgresql up and running . Works already for openerp and for 
sugarcrm.

Now I downloaded the tryton-3.4.3.tar.gz and trytond-3.4.2.tar.gz. 

I extracted trytond-x.x.x.tar.gz and tryton-x.x.x.targ.gz to directory 
/var/www/tryton
Now I have the directories /var/www/tryton/trytond and 
/var/www/tryton/tryton

I ran "sudo python setup.py install" in the folder TRYTOND which gave me 
some problems with lxml.

This I managed to solve by installing lxml seperately.

and thereafter ran the install of trytond again which worked.

I now can start the trytond server:

VirtualBox:/var/www/tryton/trytond-3.4.3/bin$ trytond
[Thu Apr 02 07:31:14 2015] INFO:trytond.server:using default configuration
[Thu Apr 02 07:31:14 2015] INFO:trytond.server:initialising distributed 
objects services
[Thu Apr 02 07:31:15 2015] INFO:trytond.server:starting JSON-RPC protocol 
on localhost:8000

But when I go in a browser to localhost:8000, I can see the message 404 in 
the terminal window.
127.0.0.1 - - [02/Apr/2015 07:31:40] code 404, message File not found
127.0.0.1 - - [02/Apr/2015 07:31:41] code 404, message File not found

So it looks as if I need to do a lot more, which I started with:

*DIRECTORIES*
I created following directories:
Trytond log directory: /var/log/trytond

Trytond pid directory: /var/run/trytond/trytond.pid


*TRYTOND.CONF*
The trytond.conf is not part of the tar-file. Apparently I need to create 
it manually.
It is not clear where it needs to be stored. I created a folder /etc in the 
directory /var/www/tryton/trytond/
I stored the trytond.conf in that folder

when I start the server again and go to the browser I still get the same 
message

VirtualBox:/var/www/tryton/trytond-3.4.3/bin$ trytond -c 
/var/www/tryton/trytond-3.4.3/etc/trytond.conf
[Thu Apr 02 07:35:16 2015] INFO:trytond.server:using 
/var/www/tryton/trytond-3.4.3/etc/trytond.conf as configuration file
[Thu Apr 02 07:35:16 2015] INFO:trytond.server:initialising distributed 
objects services
[Thu Apr 02 07:35:16 2015] INFO:trytond.server:starting JSON-RPC protocol 
on localhost:8000
127.0.0.1 - - [02/Apr/2015 07:35:25] code 404, message File not found


Bottom line my question is whether there is anyone who has gone through the 
same setup and has documented this , and is willing to share this with me 
and others ?


regards
Danny


Reply via email to