Koha/install_misc
Tomas Cohen Arazi 2999014d28 Bug 9267 - Ubuntu 12.04 install docs broken
Current install instructions are broken in the (1.6) step. On amd64
architectures it breaks the whole dependency tree, pulling i386 packages.

This patch replaces the 'dpkg --set-selections' combo and replacess some spaces
for tabs in one line.

This should be cherry-picked for other releases that have 12.04 install instructions
as the problem is related to multiarch.

Regards
To+

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Signed-off-by: Elliott Davis <elliott@bywatersolions.com>
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
2013-03-07 09:46:55 -05:00
..
debian.packages Bug 8784 - Missing files in debian.packages list 2012-11-08 12:38:20 -05:00
environment_Makefile.PL Bug 7818: update miscellaneous installer scripts 2012-06-09 11:43:59 +02:00
install_koha_on_fresh_debian Bug 8519 - Make koha-index-daemon run on startup 2012-12-07 09:19:18 -05:00
README.fr.install_koha_on_fresh_debian Bug 5370: Fix all the references to koha.org 2010-11-08 09:41:49 +13:00
README.install_koha_on_fresh_debian add script to install koha on a fresh debian. 2008-05-30 11:38:18 -05:00
ubuntu-pkg-check.sh Bug 8478 - Update Ubuntu related files Updated installation instructions, cleaned up ubuntu-pkg-check.sh, renamed ubuntu*.packages files more consistently, updated files to include missing libraries, corrected incorrect libraries (yaz3->yaz4, mysqlclient v16 to v18, dropped the dev version of the client). 2012-09-05 11:01:04 +02:00
ubuntu.10.04.packages Bug 8749 - Missing Ubuntu library files in ubuntu.*.packages 2012-10-29 18:17:58 +01:00
ubuntu.10.10.packages Bug 8749 - Missing Ubuntu library files in ubuntu.*.packages 2012-10-29 18:17:58 +01:00
ubuntu.12.04.packages Bug 9267 - Ubuntu 12.04 install docs broken 2013-03-07 09:46:55 -05:00
ubuntu.packages Bug 8749 - Missing Ubuntu library files in ubuntu.*.packages 2012-10-29 18:17:58 +01:00
UpgradeBackup.pm replace references to defunct info email address 2010-06-25 05:18:44 -04:00

if you
- just installed a fresh debian etch
- want to install koha
- don't want to strugle with apt configuration, weird dependancies conflit,
  and cpan install modules
this script does it for you

note:
    french doc. is more detailled for the moment (i apologize).

warning:
    Even if etch is always prefered, this script installs some lenny packages. 
    If you don't want to mix distribs for any reason, please don't use this script.

required:
	locales have to be allready configured configured

recommends:

	 .
	/!\ koha needs a local MTA. By default, courier-mta will be installed.
	    I recommend postfix but i won't decide for you (the choice of the MTA
	    relies on too many parameters).

	if you want to know the alternatives, type
	aptitude search '~Dprovides:mail-transport-agent'

go:
	- edit the first lines of the script to set some environement variables
	  (you can also use export to set variables out of the script)
	- from the shell, type
		sh install_koha_from_on_fesh_etch [install flags]

		flags are
		t: install koha from release or beta tarballs (default is git)
		b: install koha from beta tarballs (default is git)
		c: debian is still configured. It means that you exactly know the
		    required sources and the script asumes that those sources are
		    configured

	- answer to the questions

it's ready to use ...

TODO:
- improve this documentation