Skip to content

AevumDecessus/docker-openbiblio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Docker + Openbiblio

Dockerized containers for running an openbiblio instance

Contains the following addons:

  • lookup2
  • advanced opac

Instructions for use:

  1. Create a data container for mariadb. See this post for why.

    docker run -d -v /var/lib/mysql --name data-mariadb-openbiblio --entrypoint /bin/echo mariadb
  2. Modify the values for database passwords in docker-compose.yml and src/public/database_constants.php

  3. Run docker via compose

    docker-compose up -d
  4. Navigate to http://localhost/install/index.php to create initial database tables

  5. Navigate to http://localhost/admin/index.php to access the library admin interface

  6. Default login is:

  • admin
  • admin
  1. Navigate to http://localhost/lookup2/lookupOptsForm.php?reset=Y to install the default lookup2 options
  2. Navigate to http://localhost/lookup2/lookupHostsForm.php?reset=Y to install the default lookup2 hosts
  3. Enjoy!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published