This readme document describes the necessary steps to install and use the XCoLab's Maintenance dialog web page.
The maintenance dialogue is meant to be used with a httpd instance that is used as a reverse proxy (e.g. for a tomcat server). It works by sitting in the standard web root and by disabling the reverse proxy during maintenance.
- httpd2 (for another web server instructions may vary)
- php >= 5.4
- Make the contents of the src folder accessible at the root of your web server.
index.php
should be accessible viahttp(s)://example.com/index.php
.
- Enable and disable the maintenance dialogue by using the
enableMaintenance.sh
anddisableMaintenance.sh
script in thescrips
folder. - If applicable, send maintenance emails using the
sendEmail.sh
script in thescripts
folder.