tryton-sao Web 客户端无法启动
tryton-sao web client doesn't start
我有一个问题,当我 运行 localhost:8000/index.html 启动 trytond server.I 安装了 trytond 服务器后,在浏览器中找不到页面successfully.I 还安装了 tryton-sao 网络客户端。(运行ning npm install 和 g运行t)。我做错了什么?
Trytond.conf
# /etc/tryton/trytond.conf - Configuration file for Tryton Server (trytond)
# This file contains the most common settings for trytond (Defaults
# are commented).
# For more information read
# /usr/share/doc/packages/trytond
[database]
# Database related settings
# The URI to connect to the SQL database (following RFC-3986)
uri = sqlite://
# (Internal default: sqlite:// (i.e. a local SQLite database))
# The path to the directory where the Tryton Server stores files.
# The server must have write permissions to this directory.
# (Internal default: /var/lib/trytond)
path = /var/lib/trytond
[jsonrpc]
# Settings for the JSON-RPC network interface
# The IP/host and port number of the interface
# (Internal default: localhost:8000)
# Listen on all interfaces (IPv4)
jsonpath_data = /var/tryton-sao-5b6089a3ffa3
listen = localhost:8000
# Listen on all interfaces (IPv4 and IPv6)
listen = localhost:8000
# The hostname for this interface
hostname = localhost
# The root path to retrieve data for GET requests
data = jsondata
timeout = 7000
根据你的配置,你必须运行tryton 3.8系列。
你在jsonrpc下的数据配置好像不对。它应该是这样的:
[jsonrpc]
listen = localhost:8000
data = /var/tryton-sao-5b6089a3ffa3
我有一个问题,当我 运行 localhost:8000/index.html 启动 trytond server.I 安装了 trytond 服务器后,在浏览器中找不到页面successfully.I 还安装了 tryton-sao 网络客户端。(运行ning npm install 和 g运行t)。我做错了什么?
Trytond.conf
# /etc/tryton/trytond.conf - Configuration file for Tryton Server (trytond)
# This file contains the most common settings for trytond (Defaults
# are commented).
# For more information read
# /usr/share/doc/packages/trytond
[database]
# Database related settings
# The URI to connect to the SQL database (following RFC-3986)
uri = sqlite://
# (Internal default: sqlite:// (i.e. a local SQLite database))
# The path to the directory where the Tryton Server stores files.
# The server must have write permissions to this directory.
# (Internal default: /var/lib/trytond)
path = /var/lib/trytond
[jsonrpc]
# Settings for the JSON-RPC network interface
# The IP/host and port number of the interface
# (Internal default: localhost:8000)
# Listen on all interfaces (IPv4)
jsonpath_data = /var/tryton-sao-5b6089a3ffa3
listen = localhost:8000
# Listen on all interfaces (IPv4 and IPv6)
listen = localhost:8000
# The hostname for this interface
hostname = localhost
# The root path to retrieve data for GET requests
data = jsondata
timeout = 7000
根据你的配置,你必须运行tryton 3.8系列。 你在jsonrpc下的数据配置好像不对。它应该是这样的:
[jsonrpc]
listen = localhost:8000
data = /var/tryton-sao-5b6089a3ffa3