https://github.com/danmichaelo/commons-digitaltmuseum
Tool for transferring images from oslobilder.no and digitaltmuseum.no to Wikimedia Commons, and for generating searchable tables of metadata for transferred images
https://github.com/danmichaelo/commons-digitaltmuseum
Last synced: 3 months ago
JSON representation
Tool for transferring images from oslobilder.no and digitaltmuseum.no to Wikimedia Commons, and for generating searchable tables of metadata for transferred images
- Host: GitHub
- URL: https://github.com/danmichaelo/commons-digitaltmuseum
- Owner: danmichaelo
- License: unlicense
- Archived: true
- Created: 2012-11-06T00:41:11.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2019-03-24T23:31:28.000Z (almost 7 years ago)
- Last Synced: 2025-01-29T00:50:07.016Z (12 months ago)
- Language: JavaScript
- Homepage: https://tools.wmflabs.org/digitaltmuseum/
- Size: 274 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
## Setup
```
virtualenv ENV
. ENV/bin/activate
pip install -U -e .
crontab < crontab
```
## Development server:
```
uwsgi --http :5000 \
--venv ENV \
--manage-script-name
--mount /digitaltmuseum=digitaltmuseum.wsgi:app
```