Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 734 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 734 Bytes

ogi-toolkit

Web interface developed for OGI project

Requirements

Getting Started

Initial Setup

  1. Make a new virtualenv: virtualenv -p python venv
  2. Activate the virtualenv: source venv/bin/activate
  3. Install dependencies from requirements.txt i.e. pip install {lib name}
  4. Run the server: python manage.py runserver
  5. Open website in browser at http://localhost:8000

After initial setup

  1. Activate the virtualenv: source venv/bin/activate
  2. Run the server: python manage.py runserver
  3. Open website in browser at http://localhost:8000