Revision [2062]

This is an old revision of coccaregistry made by JulianDemarchi on 2009-07-20 21:37:04.

 

My third attempt for a TLD registry system to run .geek and .free.

My journeys with cocca registry. Thanks Luke!

Guide I used is at - http://www.coccaregistry.net/images/stories/espresso/quick-install.pdf

I start of with a base install of debian squeeze. I then installed postgresql-8.3 using apt-get install postgresql-8.3. The system now needs java. I first tried apt-get install openjdk-6-jdk, but this gave me dependancy errors. I had to run apt-get -f install to fix(I am using a XEN guest as my test system). Download the Debian resin package from http://www.caucho.com/download/resin_4.0.0-i386.deb, and install it using dpkg -i.

Copy contents of /etc/resin/conf to /usr/local/resin/conf. Edit /usr/local/resin/conf/resin.xml and find references to 127.0.0.1 and change to your IP address. Issue /etc/init.d/resin start. To test resin is working, point your browser to http:<your-ip-address>:6600 , if you get a resin error page congrats. If not, issue the command /usr/local/resin/bin/resin.sh and troubleshoot the error you get.

Now Download http://downloads.cocca.org.nz/Registrar.war into /usr/local/resin/webapps.



Old
Java JDK needs to be installed (6_u14 as of 20/07/09) from http://java.sun.com/javase/downloads/index.jsp. Install the JDK like this sh ./jdk-6u14-linux-i586.bin --prefix=/usr/.
There are no comments on this page.
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki