added tiny intro for Readme

This commit is contained in:
Priit Tamboom 2014-07-01 10:42:28 +03:00
parent f7c037baa7
commit 653fbb608a

View file

@ -1,6 +1,9 @@
Domain Registry Domain Registry
=============== ===============
Full stack registry system desingned for a top-level domain (TLD) management.
Installation Installation
------------ ------------
@ -24,12 +27,14 @@ Usual Rails 4 app installation, rvm and bundler are your friends.
cd mod_epp-1.10 cd mod_epp-1.10
Patch mod_epp for Rack. Beacause Rack multipart parser expects specifically Patch mod_epp for Rack. Beacause Rack multipart parser expects specifically
formatted content boundaries, the modepp needs to be modified before building: formatted content boundaries, the mod_epp needs to be modified before building:
wget https://github.com/internetee/registry/raw/master/doc/patches/mod_epp_1.10-rack-friendly.patch wget https://github.com/internetee/registry/raw/master/doc/patches/mod_epp_1.10-rack-friendly.patch
patch < mod_epp_1.10-rack-friendly.patch patch < mod_epp_1.10-rack-friendly.patch
apxs2 -a -c -i mod_epp.c apxs2 -a -c -i mod_epp.c
Enable ssl:
sudo a2enmod proxy_http sudo a2enmod proxy_http
sudo mkdir /etc/apache2/ssl sudo mkdir /etc/apache2/ssl
sudo openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout /etc/apache2/ssl/apache.key -out /etc/apache2/ssl/apache.crt sudo openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout /etc/apache2/ssl/apache.key -out /etc/apache2/ssl/apache.crt
@ -178,3 +183,4 @@ This needs a static greeting file, so you will have to make /var/www writable.
mkdir epp mkdir epp
Copy the files from $mod_epp/examples/cgis to /usr/lib/cgi-bin/epp Copy the files from $mod_epp/examples/cgis to /usr/lib/cgi-bin/epp