Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 1.49 KB

README.md

File metadata and controls

22 lines (14 loc) · 1.49 KB

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`