[Koha] Koha on VPS?

Mason James mtj at kohaaloha.com
Fri May 28 08:46:09 NZST 2021



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


More information about the Koha mailing list