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
This commit is contained in:
Dominique Leuenberger 2016-10-01 22:09:45 +00:00 committed by Git OBS Bridge
parent e7be6ce126
commit 8b4ff476e9
4 changed files with 11 additions and 6 deletions

View File

@ -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 <axel.braun@gmx.de> Tue, 17 Jan 2016
-- Axel Braun <axel.braun@gmx.de> Wed Sep 28 18:35:02 UTC 2016

View File

@ -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

View File

@ -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 =

View File

@ -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