Fork of https://openbiblio.de/ Slowly trying to make it work for PHP8 to support legacy libraries. This is the German translation of OpenBiblio.
What works:
- Base setup (without test-data)
- Login
- Most basic screens
- Most queries
- Checking media in / out
- Creating users
What doesn't work:
- Some reports
- Probably a lot more
- Clone the GitHub repository to a local folder
- Make sure you have docker installed on your development machine
- Run
docker-compose up -d
to start a development server - Go to
localhost:4523
in your webbrowser (sorry for the weird port, all of the usual ports were in use on my machine)