Starting TLS failed
LDAP: couldn't connect to LDAP server

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

public:start [2018-08-29 09:44:51] rihohiiepuupublic:start [2024-09-06 08:26:14] (current) – external edit 127.0.0.1
Line 1: Line 1:
-====== Getting started on ROKSNET ======+====== Getting started (**Deprecated**) ======
  
   - 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 /etc/apt/sources.list.d/pgdg.list
 +</code>
 +add line:
 +<code bash>
 +deb http://apt.postgresql.org/pub/repos/apt/ precise-pgdg main
 +</code>
 +Add key
 +<code bash>
 +wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo apt-key add -
 +</code>
 +
 +<code bash>
 +apt-get update
 +apt-get install postgresql-9.3
 +</code>
 +
 +For ubuntu 14.04 LTS
 <code>apt-get install postgresql-9.3</code> <code>apt-get install postgresql-9.3</code>
  
Line 388: Line 407:
  
 === Python example === === Python example ===
-Source code of example: {{ :public:docs:roksnet:pyxadapterlib_1.7.tgz |}} +Source code of example: [[https://github.com/Roksnet/Python-adapter-example|https://github.com/Roksnet/Python-adapter-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.
  
  • public/start.1535535891.txt.gz
  • Last modified: 2024-09-06 08:26:12
  • (external edit)