Installing Koha 16.x on Debian 8.5
I am trying to reinstate our library after upgrading server to Debian 8.5 with Plesk 12.5 panel, I follow the instruction provided here https://wiki.koha-community.org/wiki/Koha_on_Debian I have done the steps, but Install the Database If you are planning to run MySQL on the same server that Koha is on, then run: $ sudo apt-get install mysql-server I am assuming that we have already have mySQL server so I do not need this. When I run this # sudo koha-create --create-db library I get User library-koha already exists. I have not created user yet and this is a fresh install. I do not see /etc/apache2/sites-enabled/*library*.conf and I do not see /etc/koha/sites/library/koha-conf.xml Is there any solution to this please? How can I totally remove Koha and do a fresh start?
Try to remove the user: deluser library-koha Regards, Jonathan 2016-06-18 15:59 GMT+01:00 MHE I.T. Admin (DRR) <admin@mhe-krg.org>:
I am trying to reinstate our library after upgrading server to Debian 8.5 with Plesk 12.5 panel,
I follow the instruction provided here
https://wiki.koha-community.org/wiki/Koha_on_Debian
I have done the steps, but
Install the Database
If you are planning to run MySQL on the same server that Koha is on, then run:
$ sudo apt-get install mysql-server
I am assuming that we have already have mySQL server so I do not need this.
When I run this
# sudo koha-create --create-db library
I get
User library-koha already exists.
I have not created user yet and this is a fresh install.
I do not see /etc/apache2/sites-enabled/library.conf and I do not see
/etc/koha/sites/library/koha-conf.xml
Is there any solution to this please? How can I totally remove Koha and do a fresh start?
_______________________________________________ Koha-devel mailing list Koha-devel@lists.koha-community.org http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
participants (2)
-
Jonathan Druart -
MHE I.T. Admin (DRR)