Hi All, Is there a way or a trigger that we can use to set the staff client to staff maintenance mode, like "Opac Maintenance." Sheldon -- View this message in context: http://koha.1045719.n5.nabble.com/Staff-Maintenance-Mode-tp5747360.html Sent from the Koha-general mailing list archive at Nabble.com.
Greetings, If Koha is the only thing on your server, why not just turn off apache as you make server command-line tweaks? $ sudo service apache2 stop Start it again when you are finished $ sudo service apache2 start That's assuming that you want to kick the staff and opac clients out at the same time. :) GPML, Mark Tompsett -----Original Message----- From: sheldon_tappin Sent: Thursday, March 21, 2013 11:18 AM To: koha@lists.katipo.co.nz Subject: [Koha] Staff Maintenance Mode Hi All, Is there a way or a trigger that we can use to set the staff client to staff maintenance mode, like "Opac Maintenance." Sheldon -- View this message in context: http://koha.1045719.n5.nabble.com/Staff-Maintenance-Mode-tp5747360.html Sent from the Koha-general mailing list archive at Nabble.com. _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
On 22 March 2013 04:27, Mark Tompsett <mtompset@hotmail.com> wrote:
Greetings,
If Koha is the only thing on your server, why not just turn off apache as you make server command-line tweaks? $ sudo service apache2 stop
Start it again when you are finished $ sudo service apache2 start
That's assuming that you want to kick the staff and opac clients out at the same time. :)
If you are using the packages you can do koha-disable instancename then koha-enable instancename When you are ready, that will give you a maintenance page, not just a site down :) Chris
participants (3)
-
Chris Cormack -
Mark Tompsett -
sheldon_tappin