Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 1.11 KB

local-installation (Docker).md

File metadata and controls

44 lines (29 loc) · 1.11 KB

Before you start

Using to run the containerized version of SASTA bypasses the need to install system dependencies.

You need to install the following software:

  • Docker. Make sure Docker has at least 4GB memory allocated.

Running locally

To download, build, install, and run all containers:

docker-compose up

If everything is executed correctly, the application can be opened at localhost:80.

First-use setup

Create an admin account

Connect to the backend container:

docker-compose run backend bash

Create a superuser using Django command. Choose a username, email and password. Email does not have to be real (but cannot be blank):

python manage.py createsuperuser

Add SASTADEV method definitions

  1. Go to localhost:80/admin
  2. Log in with your admin account
  3. analysis -> Assessment methods -> Add new
  4. Choose the following settings:
    • Category: TARSP
    • File: <project directory>/backend/sastadev/methods/Tarsp_index_current.xlsx (xlsx spreadsheet)
  5. Repeat step 3 & 4 for STAP and ASTA