X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=INSTALL.ubuntu;h=23214ae98e883783b9729fc0481943954ccff350;hb=6b4512d5c40b552a45fced0f48635af355d55efa;hp=64845c9ce39a4a22e1be58cfd54818c396498c09;hpb=ce5e2429db712951724156c8c7bc7a417bd4d42d;p=koha_fer diff --git a/INSTALL.ubuntu b/INSTALL.ubuntu index 64845c9ce3..23214ae98e 100644 --- a/INSTALL.ubuntu +++ b/INSTALL.ubuntu @@ -52,7 +52,7 @@ 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 @@ -257,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 @@ -371,6 +371,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