The following are required to be installed on the system prior to the installation steps.
- Python 2.7
- Python Setuptools
- Python Pip
- Python Virtualenv
- libzip, libzip-devel, libjpeg-devel, libjpeg, gcc
- Clone the MedIPA repository
- From the base directory run: ./scripts/create-virtualenv.py
- Activate the virtual environment: source /virtenv/bin/activate
- Change to 'medipa' directory: cd medipa
- Run: python manage.py runserver