6eab245ddd
-Changes in port: -Change depends of django to django-1.3.x version only -Add options for make 'noc' with GMPY and PEP8 modules -Remove creating user anf group from pkg-install script and use bsd.port.mk mechanism. -Autogenerate PLIST file from MANIFEST file in distribution. PR: ports/156809 Submitted by: Stanislav A Svirid <count@211.ru> (maintainer) Approved by: itetcu (mentor)(implicit)
16 lines
507 B
Text
16 lines
507 B
Text
**********************************************************************
|
|
|
|
Enable NOC in /etc/rc.conf with the following line:
|
|
|
|
noc_enable="YES"
|
|
|
|
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
|
|
run following commnds under user '%%NOCUSER%%':
|
|
cd %%NOCDIR%%
|
|
./scripts/post-update
|
|
|
|
**********************************************************************
|