Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 1.25 KB

README.md

File metadata and controls

44 lines (28 loc) · 1.25 KB

Ethical Interface

This project is a Django-based website created by the Research Software Group.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Installing

Using virtualenv

To run this project, you're required to have the following software installed on your machine:

The project dependencies are specified in requirements.txt

  • cd into project directory
  • create a virtualenv
  • run pip install -r requirements.txt

Using Docker

  • See Docker documentation
  • Ensure Docker is running
  • run docker compose build to create the image
  • run docker compose up -d to spawn container using the image
  • visit http://localhost:8001/ in a browser to view website
  • run docker compose down to close container
  • To access the container terminal:
    • run docker container ls to find CONTAINER ID
    • run docker exec -it <CONTAINER ID> bash

Built With

  • Django - The Python web framework used

License

See the LICENSE.md file for details