https://github.com/acdh-oeaw/defc-app

DEFC stands for Digitizing Early Farming Cultures, a project conducted by the Austrian Academy of Sciences.

https://github.com/acdh-oeaw/defc-app

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (8.3%) to scientific vocabulary

Keywords

archaeology django
Last synced: 10 months ago · JSON representation

Repository

DEFC stands for Digitizing Early Farming Cultures, a project conducted by the Austrian Academy of Sciences.

Basic Info
Statistics
  • Stars: 4
  • Watchers: 5
  • Forks: 3
  • Open Issues: 3
  • Releases: 4
Topics
archaeology django
Created over 10 years ago · Last pushed over 1 year ago
Metadata Files
Readme License

README.md

DEFC-App

DEFC stands for Digitizing Early Farming Cultures, a project conducted by the Austrian Academy of Sciences. The DEFC-App is an application for curating, exploring, and retrieving archaeological datasets.

install

  • clone the repo
  • change into the project's root directory e.g. cd defc-app
  • create a virtual environment e.g. virutalenv env and activate it source env/bin/activate
  • install required packages pip install -r requirements_dev.txt
  • run migrations python manage.py migrate
  • start the dev sever python manage.py runserver
  • go to http://127.0.0.1:8000 and check if everything works

Docker

At the ACDH-CH we use a centralized database-server. So instead of spawning a database for each service our services are talking to a database on this centralized db-server. This setup is reflected in the dockerized setting as well, meaning it expects an already existing database (either on your host, e.g. accessible via 'localhost' or some remote one)

building the image

  • docker build -t defc:latest .
  • docker build -t defc:latest --no-cache .

running the image

To run the image you should provide an .env file to pass in needed environment variables; see example below:

  • docker run -it -p 8020:8020 --rm --env-file docker.env--name defc defc:latest

Owner

  • Name: Austrian Centre for Digital Humanities & Cultural Heritage
  • Login: acdh-oeaw
  • Kind: organization
  • Email: acdh@oeaw.ac.at
  • Location: Vienna, Austria

GitHub Events

Total
  • Push event: 2
Last Year
  • Push event: 2

Issues and Pull Requests

Last synced: over 1 year ago

All Time
  • Total issues: 12
  • Total pull requests: 6
  • Average time to close issues: about 18 hours
  • Average time to close pull requests: 8 days
  • Total issue authors: 3
  • Total pull request authors: 2
  • Average comments per issue: 0.33
  • Average comments per pull request: 0.0
  • Merged pull requests: 6
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • csae8092 (8)
  • mfindeisen (1)
  • AlexanderWatzinger (1)
Pull Request Authors
  • csae8092 (4)
  • npmcdn-to-unpkg-bot (1)
Top Labels
Issue Labels
maintenance (3)
Pull Request Labels

Dependencies

requirements.txt pypi
  • Django ==1.8.5
  • Jinja2 ==2.8
  • MarkupSafe ==0.23
  • Pygments ==2.0.2
  • Whoosh ==2.7.4
  • backports-abc ==0.4
  • decorator ==4.0.4
  • django-audit-log ==0.7.0
  • django-autocomplete-light ==2.2.10
  • django-crispy-forms ==1.5.2
  • django-extensions ==1.5.9
  • django-filter ==0.13.0
  • django-haystack ==2.5.0
  • django-reversion ==1.10.0
  • django-tables2 ==1.2.1
  • djangorestframework ==3.2.4
  • ipykernel ==4.1.1
  • ipython ==4.0.0
  • ipython-genutils ==0.1.0
  • ipywidgets ==4.1.1
  • jsonschema ==2.5.1
  • jupyter ==1.0.0
  • jupyter-client ==4.1.1
  • jupyter-console ==4.0.3
  • jupyter-core ==4.0.6
  • mistune ==0.7.1
  • mysqlclient ==1.3.6
  • nbconvert ==4.1.0
  • nbformat ==4.0.1
  • notebook ==4.0.6
  • numpy ==1.11.2
  • pandas ==0.19.0
  • path.py ==8.1.2
  • pickleshare ==0.5
  • pyparsing ==2.1.1
  • python-dateutil ==2.5.3
  • pytz ==2016.7
  • pyzmq ==15.0.0
  • qtconsole ==4.1.0
  • requests ==2.8.1
  • simplegeneric ==0.8.1
  • six ==1.10.0
  • tornado ==4.3
  • traitlets ==4.0.0
  • xlrd ==1.0.0
.github/workflows/build.yml actions
  • actions/checkout v3 composite
  • docker/build-push-action v4 composite
  • docker/login-action v2 composite
  • docker/metadata-action v4 composite
  • docker/setup-buildx-action v2 composite
.github/workflows/starter.yaml actions
Dockerfile docker
  • python 3.11-buster build