X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=INSTALL.ubuntu;h=23214ae98e883783b9729fc0481943954ccff350;hb=6e2260c7398fca567c6c78d49eef280be74d1d8c;hp=3a33799be31700be4f8aca108825355317087579;hpb=f9299b1a76b7c6195e7abcc689127e78ce26701c;p=koha_fer diff --git a/INSTALL.ubuntu b/INSTALL.ubuntu index 3a33799be3..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