Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gbv/qed
Portal for the publication of digital sources and editions under the umbrella of perspectivia.net
https://github.com/gbv/qed
dea mycore
Last synced: 4 days ago
JSON representation
Portal for the publication of digital sources and editions under the umbrella of perspectivia.net
- Host: GitHub
- URL: https://github.com/gbv/qed
- Owner: gbv
- License: gpl-3.0
- Created: 2022-07-18T13:14:39.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-06T14:15:10.000Z (about 1 month ago)
- Last Synced: 2024-12-06T15:26:46.948Z (about 1 month ago)
- Topics: dea, mycore
- Language: Vue
- Homepage: https://qed.perspectivia.net/
- Size: 13.9 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Build
There is a build script which helps you to quick start:
## ./build.sh all
Starts the backend and the frontend## ./build.sh backend
Starts the backend## ./build.sh frontend
Starts the frontend## ./build.sh dev-frontend
Starts the frontend with live changes## import regest file
copy the current regest files from `import` to `docker/backend-tmp/import`
At localhost:8000/backend/ you can login and start the webcli and run the command:
```
import regests from cei file /mcr/tmp/import/2023-07-26_regesten_gesamt_red_vii-03.xml and source /mcr/tmp/import/2023-07-26_02_quellen-_und_literaturverzeichnis_regesten_red_xi.csv and manuscript /mcr/tmp/import/2023-07-26_01_hss-verzeichnis_regesten_red_vi-04.csv
```## delete old content
For cleanup before importing new version of regest files you can cleanup your data. Stop docker and run:
```
rm -rf docker/backend-logs docker/backend-home docker/backend-data docker/postgres-data docker/solr-data
```
## Using the cms
http://localhost:8000/cms
Directus CMS web frontend. Credentials from .envhttp://localhost:8000/login
After login you can edit the content directly in web frontend.## Backup the cms
The instance of the restore cms should not have any entries in the database. The script will not delete any entries.
```bash
./backup_cms.sh backup usermail userpass http://localhost:8000/cms ./import/cms/./backup_cms.sh restore usermail userpass http://localhost:8000/cms ./import/cms/
```