From 8be7c154b59ccf458488e4fdb99797a007045dff2662ba4562c43eb39a4c6a66 Mon Sep 17 00:00:00 2001 From: Axel Braun Date: Sun, 15 Dec 2019 11:39:42 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/Application:ERP:GNUHealth:Factory/trytond?expand=0&rev=78 --- tryton-server.README.SUSE | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/tryton-server.README.SUSE b/tryton-server.README.SUSE index edbf72e..2497dd7 100644 --- a/tryton-server.README.SUSE +++ b/tryton-server.README.SUSE @@ -162,21 +162,6 @@ As result you will have a bare Tryton database with the base modules installed. See: http://doc.tryton.org/4.2/trytond/doc/topics/configuration.html - -Installation of the Webfrontend for tryton (sao) from package -------------------------------------------------------------- - -For most openSUSE Flavours tryton-sao is packed. You can install it with - > zypper install tryton-sao - -You need to edit /etc/tryton/trytond.conf. Installation of tryton-sao follows the -standards for nodejs-installations, so the path is within the node-modules: - -In the section [web], set the path: - root = /usr/lib/node-modules/tryton-sao - -Now restart trytond. - Installation of the Webfrontend for tryton (sao) from source ------------------------------------------------------------ @@ -199,7 +184,7 @@ Last but not least, edit /etc/tryton/trytond.conf In the section [web], set the path: root = /srv/tryton-sao/package -Now restart trytond. +Now restart trytond (or gnuhealth). Upgrade