Koha/debian/docs
Jared Camins-Esakov 297d22459f Bug 6913: More options for koha-create and koha-remove
This commit makes koha-create more flexible by adding a number of command-line
and configuration options.

The biggest change is to add support for pre-determined MySQL credentials using
a file in /etc/koha/passwd (for security reasons, if you use this feature, make
sure the file is not world-readable). The configuration file has the following
format:
instance:user:password:database
The database is optional, but the other two are both required if you want to
specify MySQL credentials. If no credentials are specified for a given instance,
the standard koha_instance username and an auto-generated password are used.

The following additional command line options are now available:
* --use-db - use a pre-existing database, see also --database
* --database - specify the name of the mysql database (still defaults to
  koha_instance)
* --passwdfile - specify a custom (Koha) passwd file for MySQL credentials

The following additional variables are now available (for use in
koha-sites.conf or a custom config file):
* OPACPORT (previously added but not documented) - port on which the OPAC
  should be served
* OPACPREFIX - prefix for the OPAC's virtual host
* OPACSUFFIX - suffix for the OPAC's virtual host

This commit also adds the --keep-mysql option to koha-remove, which, if
specified, will prevent koha-remove from deleting the database or MySQL user
when removing an instance.

Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
2012-02-02 09:15:20 +01:00
..
koha-common.xml Bug 4877 - Add DocBook for missing manual pages 2011-11-24 10:47:33 +01:00
koha-create-dirs.xml Bug 4877 - Add DocBook for missing manual pages 2011-11-24 10:47:33 +01:00
koha-create.xml Bug 6913: More options for koha-create and koha-remove 2012-02-02 09:15:20 +01:00
koha-disable.xml Bug 4877 - Add DocBook for missing manual pages 2011-11-24 10:47:33 +01:00
koha-dump-defaults.xml Bug 4877 - Add DocBook for missing manual pages 2011-11-24 10:47:33 +01:00
koha-dump.xml Bug 4877 - Add DocBook for missing manual pages 2011-11-24 10:47:33 +01:00
koha-email-disable.xml Bug 4877 - Add DocBook for missing manual pages 2011-11-24 10:47:33 +01:00
koha-email-enable.xml Bug 4877 - Add DocBook for missing manual pages 2011-11-24 10:47:33 +01:00
koha-enable.xml Bug 4877 - Add DocBook for missing manual pages 2011-11-24 10:47:33 +01:00
koha-foreach.xml Bug 4877 - Add DocBook for missing manual pages 2011-11-24 10:47:33 +01:00
koha-list.xml Bug 4877 - Add DocBook for missing manual pages 2011-11-24 10:47:33 +01:00
koha-mysql.xml Bug 4877 - Add DocBook for missing manual pages 2011-11-24 10:47:33 +01:00
koha-rebuild-zebra.xml Bug 4877 - Add DocBook for missing manual pages 2011-11-24 10:47:33 +01:00
koha-remove.xml Bug 6913: More options for koha-create and koha-remove 2012-02-02 09:15:20 +01:00
koha-reset-passwd.xml Bug 4877 - Add DocBook for missing manual pages 2011-11-24 10:47:33 +01:00
koha-restart-zebra.xml Bug 4877 - Add DocBook for missing manual pages 2011-11-24 10:47:33 +01:00
koha-restore.xml Bug 4877 - Add DocBook for missing manual pages 2011-11-24 10:47:33 +01:00
koha-start-zebra.xml Bug 4877 - Add DocBook for missing manual pages 2011-11-24 10:47:33 +01:00
koha-stop-zebra.xml Bug 4877 - Add DocBook for missing manual pages 2011-11-24 10:47:33 +01:00
koha-upgrade-schema.xml Bug 4877 - Add DocBook for missing manual pages 2011-11-24 10:47:33 +01:00
koha-upgrade-to-3.4.xml Bug 4877 - Add DocBook for missing manual pages 2011-11-24 10:47:33 +01:00
LEEME.Debian Bug 7197 - add a Spanish readme file to the packages 2011-12-14 15:38:04 +01:00