Skip to content
Helen Jackson edited this page Nov 25, 2015 · 10 revisions

Installation locally

Get the code

  • git clone this repository to a folder on your server

Deploy Django app

  • Set up and run Python virtualenv (virtualenv my-env; source my-env/bin/activate
  • pip install -r requirements.txt
  • python takeyourmeds/manage.py migrate
  • python takeyourmeds/manage.py runserver localhost:8080 (or wherever)
  • Load in browser and admire!

Configuration

Clone this wiki locally