From b3fbfb07170572da83f0b0685f6b7897baff583f Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Wed, 4 Sep 2019 22:37:19 +0200 Subject: [PATCH] setup howto --- README.rst | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/README.rst b/README.rst index aa709a6..89b7d8d 100644 --- a/README.rst +++ b/README.rst @@ -199,6 +199,31 @@ Caching is disabled when a file named ``nocache`` is found in the directory. Setup ===== +Basic setup +=========== +#. You need a web server (Apache) with PHP. + + Using nginx, lighttpd or others is possible, but you need to translate + the redirects in the ``www/.htaccess`` file into their respective format. + +#. Clone the Git repository of this noxon-gateway software:: + + $ git clone https://git.cweiske.de/noxon-gateway.git + +#. Configure your network's DNS server/router, see the "Hosts" section. + +#. Point your web server's (virtual host) document root to the ``www`` + directory. + + Let your web server handle the domain names. + +#. Open http://gatekeeper.my-noxon.net/ in your browser. + You should see the noxon gateway software. + + If your browser supports XSLT, you will not see XML, but clickable HTML + links. + + Hosts ===== The following hosts must point to your server and be handled -- 2.30.2