-
Notifications
You must be signed in to change notification settings - Fork 28
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
In order to run the containerized SORMAS you need to have installed the following tools:
- Docker (Version 19.3 is tested to run SORMAS)
- docker-compose
- Insert this line into your /etc/hosts file:
127.0.0.1 sormas-docker-test.com
- Check out this repository
- Open a shell in the projects root directory (the directory containing the docker-compose.yml
- Type in
docker-compose up -d
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