Skip to content
This repository was archived by the owner on Nov 14, 2022. It is now read-only.

Installation for local development

Anders Markvardsen edited this page May 11, 2018 · 30 revisions

Autoreduction Installation

This a guide on how to install the Autoreduction service for local development.

WebApp Machine

If using vanilla Python 2.7 from https://www.python.org/downloads/windows/

Install the WebApp

Copy across the files for the WebApp and then edit the settings.py and apache/apache_django_wsgi such that they have the correct configuration. If you are using the UOWS login page then you will probably need to add a certficate so that Apache and Django trust the site. To do this, get the certificate from here and place it on the WebApp machine. Then, add its directory to the settings.py file. This will ensure that the connection is trusted.

Clone this wiki locally