From 8e6ded2a83365ef226dbde36525b48110d70822c Mon Sep 17 00:00:00 2001 From: Martin Lensment Date: Thu, 11 Dec 2014 15:43:38 +0200 Subject: [PATCH] Readme cleanup --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index 9deef8323..e5a99bd5b 100644 --- a/README.md +++ b/README.md @@ -102,8 +102,6 @@ Note: Its best to go with two virtual hosts, one for test and one for dev, then you don't have to worry about quitting the dev appserver for running tests (because of colliding ports). -For plain TCP EPP configuration, see below (may be useful for debugging purposes). - sudo a2ensite epp_ssl sudo service apache2 restart @@ -161,10 +159,6 @@ To see internal errors while testing EPP unicorn -E test -p 8989 rake spec:epp -Visual testing ---- -* For visual testing, install this [application](https://github.com/mlensment/epp-tester) - Apache mod_epp testing/debugging --------------------------------