Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
public:start [2018-08-29 12:44:51]
rihohiiepuu
public:start [2023-09-17 09:38:58] (current)
rihohiiepuu [Getting started]
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: 2018-08-29 12:44:51
  • by rihohiiepuu