artshumrc / giza

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

Home Page:http://giza.fas.harvard.edu/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/artshumrc/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

About

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

http://giza.fas.harvard.edu/


Languages

Language:CSS 41.0%Language:JavaScript 29.6%Language:HTML 13.5%Language:Python 8.4%Language:SCSS 7.2%Language:Shell 0.3%