And I forgot to start apache:
/etc/init.d/postgresql initdb # if never called
/etc/init.d/postgresql start
/etc/init.d/omniNames start
/etc/init.d/fred-server start
/etc/init.d/httpd start
/etc/init.d/fred-webadminserver start
then you can test epp client and register some contact, nsset and
domain:
fred-client -d "create_contact TEST_CONTACT
'test' test(a)nic.cz Street
City 123000 CZ"
fred-client -d "create_nsset TEST_NSSET
((a.test.cz
(111.111.111.111)), (b.test.cz (111.111.111.111))) TEST_CONTACT"
fred-client -d "create_domain test.cz
TEST_CONTACT passwd TEST_NSSET"
you can check unix whois after register something:
whois -h localhost TEST_CONTACT
whois -h localhost TEST_NSSET
whois -h localhost test.cz
you can check web whois throug web browser:
http://localhost/whois
you can check administration interface (superuser/superuser123):
http://localhost:18456
you cen check zone generation (this create file db.cz):
genzone_client --zonedir=. cz
Regards,
Jaromir