X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=INSTALL.ubuntu;h=815a4e682a1ce3a6d562b542776eada0b0d5cb80;hb=c2015c710355a0ab81306515a70af29e6aef3504;hp=21788836670f3757bc6ebc27bad252569da1c306;hpb=9d85befee729ecce8e8f51e7d464f1d9b06dc690;p=koha.git diff --git a/INSTALL.ubuntu b/INSTALL.ubuntu index 2178883667..815a4e682a 100644 --- a/INSTALL.ubuntu +++ b/INSTALL.ubuntu @@ -9,7 +9,7 @@ Original author: Joshua Ferraro Modified for Ubuntu by: Chris Nighswonger (cnighswonger AT foundations DOT edu) Feedback/bug reports: Koha Developer's List: -http://lists.koha.org/mailman/listinfo/koha-devel +http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel This document last modified: 19 May 2010 @@ -31,7 +31,7 @@ Your locale should be set to UTF-8, as should Apache2 and MySQL 5. This step is VERY IMPORTANT for a UNICODE compliant system. Please read over the following document carefully: -http://wiki.koha.org/doku.php?id=encodingscratchpad +http://wiki.koha-community.org/wiki/Encoding_and_Character_Sets_in_Koha You can verify your system locale by typing the following command: @@ -52,13 +52,13 @@ Run the following command to update your system: 1.4.1 Option A: Download Koha via Git (optional) $ sudo apt-get install git-core git-email - $ git clone git://git.koha-community.org/pub/scm/koha.git kohaclone + $ git clone git://git.koha-community.org/koha.git kohaclone $ cd kohaclone $ git checkout -b myinstall origin Note: for more information about Git, please see the Koha Git Usage Guide: - http://wiki.koha.org/doku.php?id=en:development:git_usage + http://wiki.koha-community.org/wiki/Version_Control_Using_Git 1.4.2 Option B: Download Koha from http://download.koha-community.org @@ -156,6 +156,8 @@ When the configuration is completed CPAN will install the Perl modules. /etc/perl/XML/SAX/ParserDetails.ini + You will need to move the entire section for '[XML::LibXML::SAX::Parser]' to the bottom of the ini file. + 2.4 Install DBD::mysql Perl module In order to handle UTF-8 correctly, Koha requires at least version 4.004 @@ -255,7 +257,7 @@ If not running named virtual hosts (The default koha installation does not use n Run the following commands: - $ sudo a2enmod rewrite + $ sudo a2enmod rewrite deflate $ sudo a2ensite koha $ sudo apache2ctl restart @@ -366,14 +368,35 @@ NOTE: This job should be setup under the kohauser (the default is 'koha'). UPGRADE ======= -If you are upgrading from a previous installation of Koha 3, you can +If you are running in another language other than english, please +switch to english before doing the upgrade, the templating system has +changed and the templates will need to be regenerated. +Once you have upgraded, please regenerate your templates in your +chosen languages. + +If you are upgrading from a previous installation of Koha 3.x, you can use the following: + ./koha_perl_deps.pl -u -m # to identify new Perl dependencies + +Install any missing modules +IMPORTANT: Koha 3.4.x uses Template::Toolkit, this must be installed +before the webinstaller can run + + sudo apt-get install libtemplate-perl + perl Makefile.PL --prev-install-log /path/to/koha-install-log make make test sudo make upgrade +Koha 3.4.x no longer stores items in biblio records so as part of the +upgrade you will need to do the following two steps, they can take a +long time (several hours) to complete for large databases + + misc/maintenance/remove_items_from_biblioitems.pl --run + misc/migration_tools/rebuild_zebra.pl -b -r + Uninstall Instructions ============================= 1) Stop Services: @@ -403,7 +426,7 @@ Tested on the following operating environments Installer Bug reports ===================== -Please log any installer bug reports at http://bugs.koha.org +Please log any installer bug reports at http://bugs.koha-community.org Other Notes =====================