Good morning I am setting up a new instance of Koha on my own server, a VPS situation with Debian 10. I have gone through the steps, edited /etc/koha/koha-sites.conf and have tried to experiment with editing /etc/hosts, but to no avail. I have also set up a subdomain with the place that manages my DNS and have looked all over the webs for examples of doing what I am trying to do. No success yet I could use a little guidance. I know many people in this group will have implementations of koha on various public facing server situations. thank you -- Jesse A Lambertson Libraries and Technical Services About Me <https://about.me/jesse.lambertson>
I have gone through the steps, edited /etc/koha/koha-sites.conf and have tried to experiment with editing /etc/hosts, but to no avail.
You don't say in your message exactly what the problem is, or what errors you're seeing. Please send more details, including the version of Koha you're installing. -- Owen -- Web Developer Athens County Public Libraries (740) 737-6006 https://www.myacpl.org
Hello I am using the newest stable (20.11) debian 10 SSHing into that server Have DNS for the domain managed at wordpress (.phantomlandscapes.com) the dB has been created, but the site is empty I have installed mysql rather than the mariadB option /etc/koha/koha-sites.conf has been edited, changing the domain to ", phantomlandscapes.com" and changed the suffix for the staff view to "-staff" But when I run: sudo koha-plack --enable library I get an error saying "failed to load external entity "/etc/koha/sites/library/koha-conf.xml" sed: can't read : No such file or directory" And of course, just trying to open the URL: library-staff.phantomlandscapes.com just resolves to phantomlandscapes.com Why is the 'site' not populating with data, the DNS issues may be another problem' thank you On Tue, May 25, 2021 at 2:35 PM Owen Leonard <oleonard@myacpl.org> wrote:
I have gone through the steps, edited /etc/koha/koha-sites.conf and have tried to experiment with editing /etc/hosts, but to no avail.
You don't say in your message exactly what the problem is, or what errors you're seeing. Please send more details, including the version of Koha you're installing.
-- Owen
-- Web Developer Athens County Public Libraries (740) 737-6006 https://www.myacpl.org
-- Jesse A Lambertson AALL/TS-SIS | ALA/CORE Service Libraries and Technical Services About Me <https://about.me/jesse.lambertson>
On 28/05/21 6:46 am, Jesse A Lambertson wrote:
Hello
I am using the newest stable (20.11)
debian 10 SSHing into that server
Have DNS for the domain managed at wordpress (.phantomlandscapes.com)
the dB has been created, but the site is empty I have installed mysql rather than the mariadB option
/etc/koha/koha-sites.conf has been edited, changing the domain to ", phantomlandscapes.com" and changed the suffix for the staff view to "-staff"
But when I run: sudo koha-plack --enable library I get an error saying
"failed to load external entity "/etc/koha/sites/library/koha-conf.xml" sed: can't read : No such file or directory"
hi Jesse you will need to run 'koha-create' after changing /etc/koha/koha-sites.conf $ sudo koha-create --create-db library ...where 'library' is the name of your koha instance this command creates the config files under /etc/koha/sites/library
On 28/05/21 8:46 am, Mason James wrote:
hi Jesse you will need to run 'koha-create' after changing /etc/koha/koha-sites.conf
$ sudo koha-create --create-db library
...where 'library' is the name of your koha instance
this command creates the config files under /etc/koha/sites/library
more info here... https://wiki.koha-community.org/wiki/Koha_on_Debian#Create_a_Koha_instance
I am finally getting back to this The issue, in part, is that when I run: $ sudo koha-create --create-db libraryname # replacing libraryname with the name of my library.. I am getting the message that my library, which is called, 'library', already exists. Like I mentioned before, the dB has already been created, and the the site is listed, but is empty of files. */etc/koha/sites/library* is empty, there are no configuration files in this directory. Should I perhaps delete this empty directory and run: $ *sudo koha-create --create-db* again? thank you On Thu, May 27, 2021 at 3:49 PM Mason James <mtj@kohaaloha.com> wrote:
On 28/05/21 8:46 am, Mason James wrote:
hi Jesse you will need to run 'koha-create' after changing
/etc/koha/koha-sites.conf
$ sudo koha-create --create-db library
...where 'library' is the name of your koha instance
this command creates the config files under /etc/koha/sites/library
more info here...
https://wiki.koha-community.org/wiki/Koha_on_Debian#Create_a_Koha_instance
-- Jesse A Lambertson AALL/TS-SIS | ALA/CORE Service Libraries and Technical Services About Me <https://about.me/jesse.lambertson>
participants (3)
-
Jesse A Lambertson -
Mason James -
Owen Leonard