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:
parent
e7be6ce126
commit
8b4ff476e9
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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 =
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user