From 9a38ec1dea9ced7ff76ddec39da31a56d9b9f05e Mon Sep 17 00:00:00 2001 From: Martin Lensment Date: Fri, 27 Mar 2015 15:59:39 +0200 Subject: [PATCH] Readme update --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 218c439cff..7ee4da7853 100644 --- a/README.md +++ b/README.md @@ -49,8 +49,10 @@ Manual demo install and database setup: Patch mod_epp for Rack. Beacause Rack multipart parser expects specifically 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 + wget https://raw.githubusercontent.com/domify/registry/master/doc/patches/mod_epp_1.10-frame-size.patch patch < mod_epp_1.10-rack-friendly.patch + patch < mod_epp_1.10-frame-size.patch sudo apxs2 -a -c -i mod_epp.c Enable ssl: