Re: [Koha] Question about values for create_surperlibrian.pl

2019-11-28 Thread Jonathan Druart
Hello Christos, After you installed Koha via the debian packages you should see the webinstaller. At the end of the install process there is a tool that will guide you through different steps to create a library, a patron's category, and a superlibrarian user. If you have not done the installation

Re: [Koha] Question about values for create_surperlibrian.pl

2019-11-28 Thread Christos Hayward
Are you talking about this step? If so, I can't log in yet because I don't know a username and password. Access the web interface You will need to have your DNS set up for this. The default hostnames are: - *libraryname*.*domain* for the public interface - *libraryname*-intra.*domain* for

Re: [Koha] Question about values for create_surperlibrian.pl

2019-11-28 Thread Christos Hayward
Where are values for branches.branchcode or categories.categorycode available? An ack(-grep) in /etc/koha for branches, branchcode, and categorycode did not turn up information scent. On Thu, Nov 28, 2019 at 2:38 AM Jonathan Druart < jonathan.dru...@bugs.koha-community.org> wrote: > Hello Christo

Re: [Koha] Question about values for create_surperlibrian.pl

2019-11-28 Thread Jonathan Druart
Forget about that script, you should not need it. Either you went through the web installer process and you created a library, patron's category and user, or you are seeing the login form to start the installation, and so you will find the credential in your $KOHA_CONF file, which should point to

Re: [Koha] Question about values for create_surperlibrian.pl

2019-11-28 Thread Christos Hayward
I already tried manually setting username and password in /etc/koha/sites/catalog/koha-conf.xml, and have not yet been able to log in either with credentials in the koha-conf.xml or zebra.passwd. Is it wrong to manually change the credentials? Are there ways I might not be able to log in when I us

Re: [Koha] Question about values for create_surperlibrian.pl

2019-11-28 Thread Katrin Fischer
You should not manually change those as they are also the credentials for the database. You would need to change the database permissions accordingly. On 28.11.19 16:17, Christos Hayward wrote: I already tried manually setting username and password in /etc/koha/sites/catalog/koha-conf.xml, and h

Re: [Koha] Question about values for create_surperlibrian.pl

2019-11-28 Thread Christos Hayward
P.S. I tried those things and failed to ever log in before asking the list. I genuinely do not understand how to get an /etc/koha/sites/catalog/koha-conf.xml and/or /etc/koha/sites/catalog/zebra.passwd and log in after either obtaining or setting a username and password. Can you help me pass this

Re: [Koha] Question about values for create_surperlibrian.pl

2019-11-28 Thread Katrin Fischer
Hi Christos, maybe it would be easiest to start with a new instance. Usually it works like Jonathan described. The initial login into the web installer is done with the password found in koha-conf.xml. There you create the user to use Koha with in the 'onboarding' process. Katrin On 28.11.19 1

Re: [Koha] Question about values for create_surperlibrian.pl

2019-11-28 Thread Christos Hayward
P.S. A *find / -name koha-conf.xml* only turns up */root/koha-conf.xml* (a backup copy I made before fiddling with the files), and a ** tag which contains populated **,**, and ** tags, alongside similar tags for an "*authorityserver*" ID and a commented out *PUBLICSERVER* entry. I tried the default

Re: [Koha] Question about values for create_surperlibrian.pl

2019-11-28 Thread Katrin Fischer
The right user and pass combination is in the section with the db_scheme and database name. I think you might be looking in the wrong spot. If you haven't run the web installer yet, there will be no tables in your database and creating a user won't work. Katrin On 28.11.19 18:37, Christos Hayw

[Koha] Deletion of books from purchase suggestion

2019-11-28 Thread vinod mishra
Hello Can we restrict patrons to delete the record of those books which is recommended by him/her but now it is available/ordered?. It will help to maintain the records of the requester permanently in the system. Presently system allows patrons to delete the books online which they have request alt