Mahesh T Pai wrote:
> MJ Ray writes:
> > using koha_perl_deps.pl which does show what is required and
> > what is optional. Splitting debian.packages in two would be
> > a bigger job and I'm not sure if it's worthwhile, but have a
> > go if you think it is.
>
> How about a .deb metapackage a
MJ Ray writes:
> using koha_perl_deps.pl which does show what is required and
> what is optional. Splitting debian.packages in two would be
> a bigger job and I'm not sure if it's worthwhile, but have a
> go if you think it is.
How about a .deb metapackage as a part of the koha tarball, whi
Mahesh T Pai wrote:
> I would certainly appreciate if the dependencies were grouped by
> "absolutely required"; and "X is required if you enable (or want
> functionality kX) kX", where kX is an option within Koha.
I've submitted a patch for INSTALL.debian which will suggest
using koha_perl_deps.pl
On 20 Jun 2011 18:16, "Mahesh T Pai" wrote:
>
> aj...@maxenna.com writes:
>
> > Initially I added the following lines to ports.conf.
> >
> > Listen 80
> > Listen 8080
> > NameVirtualHost*:80
> > NameVirtualHost*:8080
>
> "NameVirtualHost" is not configuration to be set in ports.conf
>
> It sh
aj...@maxenna.com writes:
> Initially I added the following lines to ports.conf.
>
> Listen 80
> Listen 8080
> NameVirtualHost*:80
> NameVirtualHost*:8080
"NameVirtualHost" is not configuration to be set in ports.conf
It should be set in koha-httpd.conf; and the installer would have done
it
Hi Ajesh,
I experience the exactly the same problems as described in the points 1 and
2. Have you solved it and how?
Sincerly Alen
--
View this message in context:
http://koha.1045719.n5.nabble.com/Koha-3-4-on-Ubuntu-tp4333084p4503118.html
Sent from the Koha - Discuss mailing list archive at Na
Please, create a new mail thread for each topic you want to discuss,
with a proper subject, so people interested in that specific topic
knows in its mailbox what it is about.
regards
To+
On Mon, Apr 25, 2011 at 11:29 AM, wrote:
> Hi All,
>
> Thanks to everyone for the support so far.
>
> I ha
Hi All,
Thanks to everyone for the support so far.
I have successfully installed Koha3.4.0 on Ubuntu.
I have a query. Is there a starter's guide available(any links or pdf's).
Like how to start using Koha step by step. Something that might be a
little simpler than
http://koha.org/documentat
On Sun, Apr 24, 2011 at 4:03 AM, wrote:
>
> Initially I added the following lines to ports.conf.
>
> Listen 80
> Listen 8080
> NameVirtualHost*:80
> NameVirtualHost*:8080
Spaces are needed between 'NameVirtualHost' and the rest of the lines
(i.e. *:80)
NameVirtualHost *:80
NameVirtualHost *:8080
You are much better off using the INSTALL files that come in the tarball,
INSTALL.ubuntu in your case.
That error you are getting looks like you haven't set up the mysql user to
match the username and password you chose when running perl Makefile.PL
Chris
On 24 Apr 2011 19:50, wrote:
> Proceedin
Proceeding further and after carefully executing the last few steps
mentioned at
http://wiki.koha-community.org/wiki/Koha_on_Ubuntu
when I try to open http://127.0.1.1:8080/, I am seeing this
***
Software error:
Access denied for user 'k
Initially I added the following lines to ports.conf.
Listen 80
Listen 8080
NameVirtualHost*:80
NameVirtualHost*:8080
Then on executing the command
>> sudo apache2ctl restart
*
Syntax error on line 10 of /etc/apache2/ports.conf:
Invalid command
Hi,
On Apr 22, 2011, at 10:43 AM, aj...@maxenna.com wrote:
> I am not sure why, could somebody let me know why I am getting this error.
In addition to double-checking the steps that Arturo mentioned, if Koha is the
only web app on your server, you may also want to disable the default site:
sudo
Looks like you need this commands :
sudo ln -s /etc/koha/koha-httpd.conf /etc/apache2/sites-available/koha
*
# sudo gedit /etc/apache2/ports.conf
*
*add*
*
*
Listen 80
Listen 8080
NameVirtualHost*:80
NameVirtualHost*:8080
*
then
# sudo a2enmod rewrite
# sudo a2enmod deflate
# sudo a2ensi
14 matches
Mail list logo