From 8b4ff476e9ab16e60a3c964f571e02d402b2615d74958b3c2bef0b632e971372 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Sat, 1 Oct 2016 22:09:45 +0000 Subject: [PATCH] Accepting request 432162 from Application:ERP:Tryton:Factory update of documentation and conf file OBS-URL: https://build.opensuse.org/request/show/432162 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/trytond?expand=0&rev=2 --- tryton-server.README.SUSE | 8 ++++---- trytond.changes | 5 +++++ trytond.conf | 2 +- trytond.conf.example | 2 +- 4 files changed, 11 insertions(+), 6 deletions(-) diff --git a/tryton-server.README.SUSE b/tryton-server.README.SUSE index 6d74eac..398c1fd 100644 --- a/tryton-server.README.SUSE +++ b/tryton-server.README.SUSE @@ -35,7 +35,7 @@ We can distinguish two scenarios, to which the following description will refere to local all all trust - Restart the server for the changes to take effect. + Restart the database-server for the changes to take effect. * Creating the database user: @@ -85,7 +85,7 @@ Preparing the Tryton server * If the Tryton server is listening on external interfaces, it is highly recommended to enable SSL for the connection. - Note: See https://code.google.com/p/tryton/wiki/InstallationonopenSUSE#Setting_up_SSL_communication_with_the_Tryton_server + Note: See https://github.com/mbehrle/tryton/blob/wiki/InstallationonopenSUSE.md#Setting_up_SSL_communication_with_the_Tryton_server for a description to set up certificates * Restarting trytond: @@ -104,7 +104,7 @@ Now you are ready to connect with a client, e.g. tryton-client. Creating the database for Tryton -------------------------------- -For case 1, manual creation of the database, the folowing steps are to be performed: +For case 1, manual creation of the database, the following steps are to be performed: * Creating the database: @@ -217,4 +217,4 @@ Now, you're finished with the system setup. Please be aware of the following thi * Only the same major version of Tryton client and Tryton server can connect. - -- Axel Braun Tue, 17 Jan 2016 + -- Axel Braun Wed Sep 28 18:35:02 UTC 2016 diff --git a/trytond.changes b/trytond.changes index f06893e..3017f73 100644 --- a/trytond.changes +++ b/trytond.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Sep 28 18:53:35 UTC 2016 - axel.braun@gmx.de + +- update of trytond.conf and README.SUSE + ------------------------------------------------------------------- Wed Aug 31 06:15:53 UTC 2016 - axel.braun@gmx.de diff --git a/trytond.conf b/trytond.conf index 7dae930..9caae23 100644 --- a/trytond.conf +++ b/trytond.conf @@ -66,7 +66,7 @@ path = /var/lib/tryton #listen = 0.0.0.0:8000 # # Listen on all interfaces (IPv4 and IPv6) -#listen = [::]:8000 +listen = [::]:8000 # The hostname for this interface #hostname = diff --git a/trytond.conf.example b/trytond.conf.example index 9148d24..8c51cc5 100644 --- a/trytond.conf.example +++ b/trytond.conf.example @@ -101,7 +101,7 @@ listen = 0.0.0.0:8000 # print crypt.crypt(getpass.getpass(), \ # "".join(random.sample(string.ascii_letters + string.digits, 8)))' # Example password with 'admin' -#super_pwd = jkUbZGvFNeugk +super_pwd = jkUbZGvFNeugk [email] # Mail settings