Skip to content

Quick Start

nliakm edited this page Oct 20, 2020 · 1 revision

If you would like to set up a local instance for testing, follow these instructions

Prerequisites

In order to run the containerized SORMAS you need to have installed the following tools:

  1. Docker (Version 19.3 is tested to run SORMAS)
  2. docker-compose
  3. Insert this line into your /etc/hosts file:
127.0.0.1	sormas-docker-test.com

Start the application

  1. Check out this repository
  2. Open a shell in the projects root directory (the directory containing the docker-compose.yml
  3. Type in
docker-compose up -d

Default Logins

There are the default users for demo systems (Make sure to deactivate them or change the passwords on productive systems):

Admin name: admin pw: sadmin

All default users are listed here: https://github.com/hzi-braunschweig/SORMAS-Project/blob/master/SERVER_UPDATE.md#default-logins

If you wish to provide a demologin page, copy the demologin.html to the custom folder (this page uses the default logins):

wget https://raw.githubusercontent.com/hzi-braunschweig/SORMAS-Project/master/sormas-base/setup/demologinmain.html -P /srv/dockerdata/sormas/custom
Clone this wiki locally