From b9ca06af25cf0ab4e48470a6d6d7c68e8beef118 Mon Sep 17 00:00:00 2001 From: bug0001 <98904281+bug0001@users.noreply.github.com> Date: Wed, 16 Feb 2022 12:24:50 +0100 Subject: [PATCH] Documentation improvements (#6350) Documentation improvements OS4 --- DEVELOPMENT.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 83ed47250..94b0ac5ae 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -4,7 +4,7 @@ You need git, bash, docker, docker-compose, make and openssl installed. -Go is needed to install https://github.com/FiloSottile/mkcert. The development setup uses HTTPS per default. OpenSlides does not work with HTTP anymore since features are required (like http2) that only works in a secure environment. +Go is needed to install https://github.com/FiloSottile/mkcert (but Go is not a requirement to start the development server). The development setup uses HTTPS per default. OpenSlides does not work with HTTP anymore since features are required (like http2) that only works in a secure environment. ## Before starting the development @@ -19,6 +19,8 @@ After cloning you need to initialize all submodules: Finally, start the development server: $ make run-dev + +(This command won't run without sudo, or without having set up Docker to run without sudo - see their documentation) You can access the services independently using their corresponding ports or access the full stack on