Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 529 Bytes

README.rst

File metadata and controls

13 lines (11 loc) · 529 Bytes

AEC History Prototype

How to run:

  1. Install pipenv
  2. To install the requirements run pipenv install --three
  3. make a new superuser pipenv run django-admin createsuperuser
  4. Migrate the database pipenv run django-admin migrate
  5. Add a symlink from a "resources" link to the directory where the unziped csvs are stored
  6. Copy ./scripts/unziper.sh to the resources directory and run it
  7. Load the data pipenv run ./scripts/load_data.sh
  8. To start the server run pipenv run honcho start