Skip to content
/ giza Public

JSON API (for TMS Database) and Django 2 application for Digital Giza

Notifications You must be signed in to change notification settings

artshumrc/giza

Folders and files

NameName
Last commit message
Last commit date
Oct 1, 2020
Feb 22, 2021
Mar 24, 2021
Feb 23, 2021
Dec 16, 2020
Mar 13, 2021
Mar 18, 2021
Jan 28, 2021
Sep 29, 2020
Sep 21, 2016
Sep 15, 2020
Dec 11, 2019
Feb 22, 2017
Dec 14, 2020
Sep 5, 2018

Repository files navigation

giza

JSON API for the Giza Archives Project TMS Database

Requirements

Installation

  1. Install virtualenv
  2. Activate virtualenv
  3. curl -L -O https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-5.6.15.tar.gz
  4. tar -xvf elasticsearch-5.6.15.tar.gz
  5. ./elasticsearch-5.6.15/bin/elasticsearch -d (-d forces elasticsearch to run in the background, you can drop that flag to have it run in the foreground)
  6. git clone https://github.com/rsinghal/giza.git
  7. cd giza
  8. pip install -r requirements.txt
  9. offline_scripts/elasticsearch_setup.sh
  10. python offline_scripts/run_all.py
  11. python manage.py runserver
  12. View http://localhost:8000 or http://localhost:8000/sites/1175 in your browser