Koha/debian/docs
Liz Rea 87e4ecacc5
Bug 24340: allow koha-sip --disable inst
To test:

- Enable sip for your testing instance
 sudo koha-sip --enable inst
- Start sip for your testing instance
 sudo koha-sip --start inst
- Verify it is running
 ps ax |grep sip -> you should see processes
- Disable sip for your testing intance
 sudo koha-sip --disable inst
- Verify that the following has happened:
 * SIP is no longer running for your instance - no SIP processes
 * SIP Cannot be started for the instance because it is not enabled.

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
2020-02-12 16:09:35 +00:00
..
koha-common.xml Bug 22238: Remove koha-*-sip scripts in favor of koha-sip 2019-02-11 18:30:10 +00:00
koha-create-dirs.xml
koha-create.xml Bug 19465: Document koha-create --elasticsearch-server option switch 2019-12-23 11:29:58 +00:00
koha-disable.xml
koha-dump-defaults.xml
koha-dump.xml
koha-elasticsearch.xml
koha-email-disable.xml
koha-email-enable.xml
koha-enable.xml
koha-foreach.xml
koha-indexer.xml Bug 23400: Add --status to koha-indexer 2019-10-08 14:33:27 +01:00
koha-list.xml
koha-mysql.xml
koha-mysqlcheck.xml
koha-plack.xml
koha-rebuild-zebra.xml
koha-remove.xml
koha-reset-passwd.xml
koha-restore.xml
koha-run-backups.xml
koha-shell.xml
koha-sip.xml Bug 24340: allow koha-sip --disable inst 2020-02-12 16:09:35 +00:00
koha-sitemap.xml
koha-translate.xml
koha-upgrade-schema.xml
koha-upgrade-to-3.4.xml
koha-zebra.xml
LEEME.Debian