Starting TLS failed
LDAP: couldn't connect to LDAP server
Differences
This shows you the differences between two versions of the page.
public:start [2018-08-29 09:44:51] – rihohiiepuu | public:start [2024-09-06 08:26:14] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Getting started | + | ====== Getting started |
- Install **Security Server** and setup **Trust Services**: | - Install **Security Server** and setup **Trust Services**: | ||
Line 244: | Line 244: | ||
6. Install postgreSQL | 6. Install postgreSQL | ||
+ | For ubuntu 16.04 LTS | ||
+ | <code bash> | ||
+ | vi / | ||
+ | </ | ||
+ | add line: | ||
+ | <code bash> | ||
+ | deb http:// | ||
+ | </ | ||
+ | Add key | ||
+ | <code bash> | ||
+ | wget --quiet -O - https:// | ||
+ | </ | ||
+ | |||
+ | <code bash> | ||
+ | apt-get update | ||
+ | apt-get install postgresql-9.3 | ||
+ | </ | ||
+ | |||
+ | For ubuntu 14.04 LTS | ||
< | < | ||
Line 388: | Line 407: | ||
=== Python example === | === Python example === | ||
- | Source code of example: | + | Source code of example: |
The example contains library and two examples. Installation instructions are in included in the package. | The example contains library and two examples. Installation instructions are in included in the package. | ||