Skip to content
/ odeeg Public
forked from acdh-oeaw/odeeg

Online Database for Research on Antique Mediterranean Pottery

Notifications You must be signed in to change notification settings

COPES3D/odeeg

 
 

Repository files navigation

README

about

The ODEEG project has been funded by the go!digital programme 2016, Austria, and is connected to the wider CVA (Corpus Vasorum Antiquorum) project. Initially, the objectives of ODEEG were to: (1) Digitally document ancient Greek and Cypriot vases in 3D; (2) Ensure long-term digital preservation of the documentation; (3) Make a variety of data (e.g., 3D models, photographs, scientific illustrations, and text) available for researchers via a dedicated online database, referencing to the Beazley Archive (University of Oxford). By providing a publicly available, long-term, online archive, we aimed at creating an ideal foundation to gain further knowledge and help answering innovative scientific questions dealing with interior and exterior measurements of ancient vessels.

install

  1. clone the repo
  2. create a virtual env in the root of the repo (you can put the created folder on the ignore list)
  3. activate the virtual env
  4. install dependencies (pip install -r requirements.txt)
  5. adapt settings file and folder to your needs (e.g. add server.py with according settings)
  6. makemigrations and migrate python manage.py makemigrations|migrate --settings=odeeg.settings.dev
  7. spin up the (dev) server: python manage.py runserver --settings=odeeg.settings.dev

build search index

python manage.py rebuild_index --settings=odeeg.settings.{mysettingsfile}

see django-haystack docs for more information: https://django-haystack.readthedocs.io/en/master/management_commands.html`

About

Online Database for Research on Antique Mediterranean Pottery

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 33.4%
  • Python 27.6%
  • CSS 26.4%
  • HTML 12.0%
  • Jupyter Notebook 0.6%