This guide assumes a docker installation of Hyku. If you are not using docker, you may need to adjust the commands accordingly.
To manage your tenants, you'll want to have at least one superadmin user. This user must be a "global" user (i.e. not specific to a tenant)
After navigating to the Hyku main dashboard, you can create this user by clicking Administrator Login in the footer, of the homepage. Then click Sign up to create a new user.
To grant superadmin privileges to a user, you can run the following command:
docker compose exec rake hyku:superadmin:grant[[email protected]]
Click on the Get Started link on the Hyku dashboard, where you will be prompted to create your first tenant.
By default, the tenant will be created as "private" which will require users to provide HTTP Basic Auth credentials to access the site. You can change this setting in the tenant settings.
The default credentials are:
- Username:
samvera
- Password:
hyku
Bulkrax is enabled by default and CSV, OAI and XML importers can be used in the admin dashboard or through the command line API. More info about configuring and using bulkrax can be found here