diff --git a/tryton-server.README.SUSE b/tryton-server.README.SUSE index 31a4e6a..4ef7adf 100644 --- a/tryton-server.README.SUSE +++ b/tryton-server.README.SUSE @@ -55,16 +55,9 @@ Preparing the database Tryton uses a Relational Database Management System (RDBMS) to store data. The preferred RDBMS for Tryton is PostgreSQL. -You have to setup this database manually. Here is a short explanation how to -achieve this. +The following steps guide you through the setup: -We can distinguish two scenarios, to which the following description will reference: - - 1) the database is created manually (recommended for productive environments) - - 2) the database shall be created from the Tryton client (recommended for test) - - * In both cases, make sure PostgreSQL is running: + * Make sure PostgreSQL is running: > systemctl status postgresql @@ -138,7 +131,7 @@ Now you are ready to connect with a client, e.g. tryton-client. Creating the database for Tryton -------------------------------- -For manual creation of the database, the folowing steps are to be performed: +For manual creation of the database, the following steps are to be performed: * Creating the database: @@ -156,7 +149,9 @@ For manual creation of the database, the folowing steps are to be performed: > /usr/bin/trytond-admin -c /etc/tryton/trytond.conf --all -d mydb Note: Use the database name you chose in the previous step (here as default: - mydb). You will be asked for the admin password for this database. For the first time, log in to the newly initialized database with user admin and password as set during initialization. + mydb). You will be asked for the admin password for this database. + For the first time, log in to the newly initialized database with user 'admin' + and password as set during initialization. As result you will have a bare Tryton database with the base modules installed. diff --git a/trytond-4.2.7.tar.gz b/trytond-4.2.7.tar.gz deleted file mode 100644 index 221458b..0000000 --- a/trytond-4.2.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a7eddb7abe0e60cefc17b6d530b99e86daeb7a46e28e252d3c409d3bd1a3b8fe -size 587824 diff --git a/trytond-4.2.8.tar.gz b/trytond-4.2.8.tar.gz new file mode 100644 index 0000000..6ac50cf --- /dev/null +++ b/trytond-4.2.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b91506915f1cc42cf8c68c95e99a517141e04cb46340007ad32bfc2fc1bd9cbc +size 587926 diff --git a/trytond.changes b/trytond.changes index 3d85a78..68eb4d5 100644 --- a/trytond.changes +++ b/trytond.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Dec 5 20:19:55 UTC 2017 - axel.braun@gmx.de + +- Version 4.2.8 - Bugfix Release + ------------------------------------------------------------------- Thu Nov 9 06:05:31 UTC 2017 - axel.braun@gmx.de diff --git a/trytond.spec b/trytond.spec index df1cf93..d39c341 100644 --- a/trytond.spec +++ b/trytond.spec @@ -20,7 +20,7 @@ %define majorver 4.2 %define base_name tryton Name: trytond -Version: %{majorver}.7 +Version: %{majorver}.8 Release: 0 Summary: An Enterprise Resource Planning (ERP) system