https://github.com/acdh-oeaw/4dpuzzle

A web app to publish data from the Tell el Daba

https://github.com/acdh-oeaw/4dpuzzle

Science Score: 13.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
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (8.6%) to scientific vocabulary

Keywords

archaeology django djangobaseproject
Last synced: 6 months ago · JSON representation

Repository

A web app to publish data from the Tell el Daba

Basic Info
Statistics
  • Stars: 1
  • Watchers: 7
  • Forks: 1
  • Open Issues: 1
  • Releases: 2
Topics
archaeology django djangobaseproject
Created over 8 years ago · Last pushed over 1 year ago
Metadata Files
Readme License

README.md

A Puzzle in 4D - Tell el-Daba

djangobaserprojct based app for A Puzzle in 4D

install

  • clone the repo
  • change into the project's root directory e.g. cd p4d
  • 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 p4d:latest .
  • docker build -t p4d: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 p4d p4d: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
Last Year

Issues and Pull Requests

Last synced: 12 months ago

All Time
  • Total issues: 18
  • Total pull requests: 44
  • Average time to close issues: about 3 hours
  • Average time to close pull requests: 2 months
  • Total issue authors: 1
  • Total pull request authors: 3
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.25
  • Merged pull requests: 33
  • Bot issues: 0
  • Bot pull requests: 28
Past Year
  • Issues: 18
  • Pull requests: 13
  • Average time to close issues: about 3 hours
  • Average time to close pull requests: less than a minute
  • Issue authors: 1
  • Pull request authors: 1
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.0
  • Merged pull requests: 13
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • csae8092 (9)
Pull Request Authors
  • dependabot[bot] (26)
  • csae8092 (10)
  • zozlak (2)
Top Labels
Issue Labels
Pull Request Labels
dependencies (26)

Dependencies

.github/workflows/lint.yml actions
  • actions/checkout v4 composite
  • actions/setup-python v5 composite
  • py-actions/flake8 v2 composite
.github/workflows/test.yml actions
  • actions/cache v4 composite
  • actions/checkout v4 composite
  • actions/configure-pages v5 composite
  • actions/deploy-pages v4 composite
  • actions/setup-python v5 composite
  • actions/upload-pages-artifact v3 composite
  • postgis/postgis 12-master docker
Dockerfile docker
  • python 3.11-buster build
requirements.txt pypi
  • Django >=5.0.6,<6
  • acdh-django-charts ==0.5.3
  • acdh-django-netvis ==0.1.1
  • coverage >=7.5.3,<8
  • crispy-bootstrap3 >=2024.1,<2025
  • django-autocomplete-light >=3.9,<4
  • django-crispy-forms >=2.1,<3
  • django-extensions >=3.2.3,<4
  • django-filter >=24.2,<25
  • django-fixture-magic >=0.1.5,<1
  • django-mptt >=0.16.0,<1
  • django-super-deduper >=0.1.4,<1
  • django-tables2 >=2.7.0,<3
  • djangorestframework >=3.15.1,<4
  • pandas >=2.2.2,<3
  • psycopg2-binary >=2.9.9,<3
  • rdflib >=7.0.0,<8
  • requests >=2.32.3,<3
.github/workflows/deploy.yml actions