blob: 8da17e05daaffafc38c2fb20589d2ad0b93819d9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
**********************************************************************
Enable NOC in /etc/rc.conf with the following line:
noc_enable="YES"
Configuration defaults are available in %%NOCDIR%%/etc as *.defaults
files. Copy them to *.cfg files where required and
edit to suit your needs.
Don't forget create DB in postgresql (see Documentation for NOC).
and run createlang after createdb:
createlang plpgsql noc
After create db (or if you updating from previous version) please
don't forget run following commnds under user '%%NOCUSER%%':
cd %%NOCDIR%%
./scripts/post-update
**********************************************************************
|