X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=INSTALL.ubuntu.lucid;h=e569f3b8da1e19a70ac6b314ece7fdcd1d44a012;hb=975aea1372de1def413ad02330916942e4160533;hp=0ee096ed244a0b25f7b6be893723c3a5a2602bad;hpb=38dafd23debf173111bc55b5c0d741be1c909bb6;p=srvgit diff --git a/INSTALL.ubuntu.lucid b/INSTALL.ubuntu.lucid index 0ee096ed24..e569f3b8da 100644 --- a/INSTALL.ubuntu.lucid +++ b/INSTALL.ubuntu.lucid @@ -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