Question about accessing singleton koha instance
I have: - Created a single Koha instance called "catalog". - Set catalog-intra to the same machine in /etc/hosts. - Set the generated VirtualHost in /etc/apache2/sites-enabled/catalog.conf to listen on 8080 as well as additionally telling Apache to listen on 8080. On accessing the administrative interface on 8080, I am prompted for a username and password, and been unable to log in as kohauser, with either the randomly password connected to koha.conf, or another manually specified password it is globally replaced with, or running from the command-line koha-password catalog. How can I get to the point of logging in as an administrator to the only instance through the 8080 administrative web interface? -- Christos Hayward
If this is a 'packages' install, you need to: $ sudo koha-shell catalog $ /usr/share/koha/bin/devel/create_superlibrarian.pl ... You need to pass create_superlibrarian.pl valid parameters. Is the instance initiated with data? Did you see the webinstaller? El mié., 27 nov. 2019 a las 14:56, Christos Hayward (< christos.hayward@gmail.com>) escribió:
I have:
- Created a single Koha instance called "catalog". - Set catalog-intra to the same machine in /etc/hosts. - Set the generated VirtualHost in /etc/apache2/sites-enabled/catalog.conf to listen on 8080 as well as additionally telling Apache to listen on 8080.
On accessing the administrative interface on 8080, I am prompted for a username and password, and been unable to log in as kohauser, with either the randomly password connected to koha.conf, or another manually specified password it is globally replaced with, or running from the command-line koha-password catalog.
How can I get to the point of logging in as an administrator to the only instance through the 8080 administrative web interface?
-- Christos Hayward _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz https://lists.katipo.co.nz/mailman/listinfo/koha
-- Tomás Cohen Arazi Theke Solutions (http://theke.io) ✆ +54 9351 3513384 GPG: B2F3C15F
I didn't see the webinstaller; I was going off of https://wiki.koha-community.org/wiki/Debian For create_superlibrarian.pl, what are appropriate arguments for the branchcode, categorycode, and cardnumber (for as many as are required)? Thanks, On Wed, Nov 27, 2019 at 12:07 PM Tomas Cohen Arazi <tomascohen@gmail.com> wrote:
If this is a 'packages' install, you need to:
$ sudo koha-shell catalog $ /usr/share/koha/bin/devel/create_superlibrarian.pl ...
You need to pass create_superlibrarian.pl valid parameters. Is the instance initiated with data? Did you see the webinstaller?
El mié., 27 nov. 2019 a las 14:56, Christos Hayward (< christos.hayward@gmail.com>) escribió:
I have:
- Created a single Koha instance called "catalog". - Set catalog-intra to the same machine in /etc/hosts. - Set the generated VirtualHost in /etc/apache2/sites-enabled/catalog.conf to listen on 8080 as well as additionally telling Apache to listen on 8080.
On accessing the administrative interface on 8080, I am prompted for a username and password, and been unable to log in as kohauser, with either the randomly password connected to koha.conf, or another manually specified password it is globally replaced with, or running from the command-line koha-password catalog.
How can I get to the point of logging in as an administrator to the only instance through the 8080 administrative web interface?
-- Christos Hayward _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz https://lists.katipo.co.nz/mailman/listinfo/koha
-- Tomás Cohen Arazi Theke Solutions (http://theke.io) ✆ +54 9351 3513384 GPG: B2F3C15F
-- Christos Hayward
participants (2)
-
Christos Hayward -
Tomas Cohen Arazi