Accepting request 556566 from Application:ERP:Tryton:Factory
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/556566 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/trytond?expand=0&rev=14
This commit is contained in:
parent
865ad62dfb
commit
660be872af
@ -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.
|
||||
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a7eddb7abe0e60cefc17b6d530b99e86daeb7a46e28e252d3c409d3bd1a3b8fe
|
||||
size 587824
|
3
trytond-4.2.8.tar.gz
Normal file
3
trytond-4.2.8.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b91506915f1cc42cf8c68c95e99a517141e04cb46340007ad32bfc2fc1bd9cbc
|
||||
size 587926
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user