Accepting request 447389 from Application:ERP:Tryton:Factory
1 OBS-URL: https://build.opensuse.org/request/show/447389 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/trytond?expand=0&rev=4
This commit is contained in:
parent
c868e035d2
commit
929816d721
@ -5,6 +5,7 @@ How to get it running (Without reading the instructions)
|
||||
========================================================
|
||||
|
||||
You have already installed the package trytond and found this documentation. Good.
|
||||
|
||||
1) Log in as root and start the database
|
||||
#su
|
||||
#systemctl start postgresql
|
||||
@ -30,10 +31,14 @@ Save your input.
|
||||
#nano /etc/tryton/trytond.conf
|
||||
uncomment super_pwd
|
||||
|
||||
6) start gnuhealth/trytond:
|
||||
6) start trytond:
|
||||
#systemctl start trytond
|
||||
Now the Tryton Server is running. You need a client to connect to it
|
||||
|
||||
7) Open the tryton client:
|
||||
7) Install the tryton client:
|
||||
#zypper in tryton
|
||||
|
||||
8) Open the tryton client:
|
||||
#tryton
|
||||
go to 'manage profiles' -> add -> name it 'localhost' -> Host: localhost
|
||||
-> you should now see a button to create a database
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6ba8596bbb3b86fd5cd4087dda0087fa11255195ea3565f0ecf8390251d61e6d
|
||||
size 579694
|
3
trytond-3.8.9.tar.gz
Normal file
3
trytond-3.8.9.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0f1f6de1e6765c8dc2797251c7096b51ebba02473570318c96a6a2428be7c31c
|
||||
size 579853
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 18 01:01:12 UTC 2016 - axel.braun@gmx.de
|
||||
|
||||
- version 3.8.9
|
||||
* Sanitize path in file_open (CVE-2016-1242) bsc#1016886
|
||||
* Prevent read of user password hash (CVE-2016-1241) bsc#1016885
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 18 19:06:22 UTC 2016 - axel.braun@gmx.de
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
%define majorver 3.8
|
||||
%define base_name tryton
|
||||
Name: trytond
|
||||
Version: %{majorver}.8
|
||||
Version: %{majorver}.9
|
||||
Release: 0
|
||||
Summary: An Enterprise Resource Planning system
|
||||
License: GPL-3.0+
|
||||
|
Loading…
Reference in New Issue
Block a user