https://github.com/slub/ddev-slub-katalog
DDEV Development System for the SLUB Catalog
https://github.com/slub/ddev-slub-katalog
Last synced: over 1 year ago
JSON representation
DDEV Development System for the SLUB Catalog
- Host: GitHub
- URL: https://github.com/slub/ddev-slub-katalog
- Owner: slub
- License: gpl-2.0
- Created: 2021-06-29T08:46:54.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-03-14T11:38:11.000Z (over 3 years ago)
- Last Synced: 2025-03-25T18:45:10.560Z (over 1 year ago)
- Language: JavaScript
- Size: 9.07 MB
- Stars: 2
- Watchers: 10
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SLUB Catalog Development System
This is a DDEV project to get most components of the SLUB website working in a local environment.
## Prerequisites
* DDEV in a current version
## Quick Install Guide
1. Checkout this repository
2. Run the shellscript start-basic.sh or run the commands by hand.
This will create the DDEV project and import a basic database image.
## Login to the TYPO3 backend
You can launch the TYPO3 backend by simple
`ddev launch`
Or call https://ddev-slub-katalog.ddev.site/typo3.
## Website Frontend
### Administrative User
* Username: admin
* Password: adminslub
### Catalog-Frontend
https://katalog.ddev.site/
### Login
It's possible to login as frontend user to the website.
https://ddev-slub-katalog.ddev.site/anmeldung
* Username: 4998866
* Password: slub
### Events
The extension slub_events is installed. Booking of extension is possible. The confirmation can be found in the Mailhog instance.
https://ddev-slub-katalog.ddev.site/veranstaltungen
### Account
The account is working in debug-mode and non-debug-mode.
https://katalog.ddev.site/mein-konto
Open: Change the setting `plugin.tx_slubaccount.settings.baseURL` to the local one AND add suitable JSON files to simulate the Libero API response.