Skip to content
This repository has been archived by the owner on Apr 10, 2023. It is now read-only.

Latest commit

 

History

History
44 lines (23 loc) · 759 Bytes

noid-configure.md

File metadata and controls

44 lines (23 loc) · 759 Bytes

NOID Setup

Back: MINT Setup

1) Create directory for NOID on apache web directory

in this case /var/www/html

mkdir /var/www/html/nd

2) Creates an executable copy of the noid script

cp -p /usr/local/bin/noid /var/www/html/nd

3) Add following in apache config file and restart apache

ScriptAliasMatch ^/nd/noidu(.*) "/var/www/html/nd/noidu$1"

/etc/init.d/httpd restart

4) Go to "nd" directory

cd /var/www/html/nd

5) Create NOID database

noid dbcreate .reedeedeedk

mkdir kt5

mv NOID kt5/

ln noid noidu_kt5

You can now mint identifier.

http://domainname.com/nd/noidu_kt5?mint+1

To see more detail on NOID. Visit

http://search.cpan.org/~jak/Noid-0.423/noid

Next: Cronjobs