[Koha-devel] Install master on debian jessie

2015-09-15 Thread Tajoli Zeno
Hi to all, i'm try to install git master version on debian jessie. I installed modules using repo deb http://debian.koha-community.org/koha stable main [unstable doesn't work now] using the commands: sudo apt-get install koha-deps sudo apt-get install koha-perldeps sudo apt-get install liblog-l

Re: [Koha-devel] Install master on debian jessie

2015-09-15 Thread Michael Hafen
You probably need to make sure there is a 'Require all granted' for the directory that the Koha git is in. On Tue, Sep 15, 2015 at 9:32 AM, Tajoli Zeno wrote: > Hi to all, > > i'm try to install git master version on debian jessie. > > I installed modules using repo > deb http://debian.koha-comm

Re: [Koha-devel] Install master on debian jessie

2015-09-15 Thread Liz Rea
Anything outside of the /var/www directory will need a directory directive similar to: Options Indexes FollowSymLinks AllowOverride None Require all granted in Apache 2.4. I stuck mine in apache2.conf, but I think you can stick it in conf-available, which you would then