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 the staff interface where: - *libraryname* is the name provided to koha-create - *domain* is the value of *DOMAIN* that you set in /etc/koha/koha-sites.conf If you want to change the hostname details of the instance, you can edit /etc/apache2/sites-enabled/*libraryname*.conf and restart Apache. Open a web browser, and point it to your staff interface, by going to http://*libraryname*-intra.*domain*, or whatever you manually configured. When you see the login for the Koha installer, the username and password are in the *koha-conf.xml* file for the instance. You can view the password with: $ sudo koha-passwd libraryname On Thu, Nov 28, 2019 at 2:38 AM Jonathan Druart < [email protected]> wrote: > 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 it does not make sense to create an > user. > > branchcode is one value from branches.branchcode, categorycode from > categories.categorycode > > Regards, > Jonathan > > > Le jeu. 28 nov. 2019 à 00:33, Christos Hayward > <[email protected]> a écrit : > > > > For a new installation, does the following make sense? > > > > create_superlibrarian.pl --userid ________ --password ________ > --branchcode > > main --categorycode main --cardnumber 1 > > > > If some or all of the --branchcode, --categorycode, or --cardnumber > values > > are not what a beginner wants, what should I be supplying? > > > > (Or how can I found out what I should be supplying?) > > > > -- > > Christos Hayward > > _______________________________________________ > > Koha mailing list http://koha-community.org > > [email protected] > > https://lists.katipo.co.nz/mailman/listinfo/koha > -- Christos Hayward _______________________________________________ Koha mailing list http://koha-community.org [email protected] https://lists.katipo.co.nz/mailman/listinfo/koha

