tryton

Starting Tryton server with docker-compose file

醉酒当歌 提交于 2019-12-13 08:30:34
问题 I am trying to link an external postgres to tryton/tryton from docker hub. docker-compose.yaml version: '3.7' services: tryton-postgres: image: postgres ports: - 5432:5432 environment: - POSTGRES_PASSWORD=password - POSTGRES_DB=tryton restart: always gnuserver: image: tryton/tryton:4.6 links: - tryton-postgres:postgres ports: - 8000:8000 depends_on: - tryton-postgres entrypoint: /entrypoint.sh trytond when i ssh into the container and run trytond-admin --all -d tryton it seems to be looking

Tryton client doesn't connect via Internet port 8000

送分小仙女□ 提交于 2019-12-12 04:43:50
问题 I have Tryton ERP working locally on a VM, functioning correctly. However, the client cannot connect to it via internet. nmap reports port 8000 to be "closed", that is, nothing is listening there. ~# nmap -PN -p 8000 <IP> Starting Nmap 5.21 ( http://nmap.org ) at 2014-03-05 12:29 EST Nmap scan report for <IP> Host is up (0.00017s latency). PORT STATE SERVICE 8000/tcp closed http-alt However, my trytond.conf file looks correct, having jsonrpc = *:8000 and the database connection parameters. (A

Tryton ERP MySQL installation

此生再无相见时 提交于 2019-12-11 18:32:55
问题 I'm trying to install Tryton ERP with MySQL as the database. It's not quite clear what you are meant to do. From the config documentation you simply supply the uri to the database under the [database] section: [database] uri = mysql://user:pass@localhost:3306 However running trytond -v -c /home/user/.config/tryton/3.8/tryton.conf does not seem to get it working. When trying to access the 127.0.0.1:8050 where I've got Tryton running, I simply get 127.0.0.1 - - [23/Nov/2015 16:55:10] code 404,