X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=INSTALL.ubuntu.lucid;h=e569f3b8da1e19a70ac6b314ece7fdcd1d44a012;hb=e9f8f44dd4a042cfe6dd042adbd2dafcf49f60a9;hp=7ad39da9f16a104487251c458b789689c24267b9;hpb=7475c9dd476cb4343583e2778efd5b05495ba8c6;p=koha_fer diff --git a/INSTALL.ubuntu.lucid b/INSTALL.ubuntu.lucid index 7ad39da9f1..e569f3b8da 100644 --- a/INSTALL.ubuntu.lucid +++ b/INSTALL.ubuntu.lucid @@ -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: @@ -45,7 +45,7 @@ IMPORTANT: You _MUST_ follow all the steps outlined there for 1.3.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 @@ -191,7 +191,7 @@ named virtual hosts.), comment out the following line: Run the following commands: - $ sudo a2enmod rewrite + $ sudo a2enmod rewrite deflate $ sudo a2ensite koha $ sudo apache2ctl restart @@ -305,6 +305,7 @@ UPGRADE If you are upgrading from a previous installation of Koha 3, you can use the following: + ./koha_perl_deps.pl -u -m # to identify new Perl dependencies perl Makefile.PL --prev-install-log /path/to/koha-install-log make make test