Documentation improvements (#6350)

Documentation improvements OS4
This commit is contained in:
bug0001 2022-02-16 12:24:50 +01:00 committed by GitHub
parent 8f2fb37f79
commit b9ca06af25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -4,7 +4,7 @@
You need git, bash, docker, docker-compose, make and openssl installed. 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 ## Before starting the development
@ -19,6 +19,8 @@ After cloning you need to initialize all submodules:
Finally, start the development server: Finally, start the development server:
$ make run-dev $ 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 You can access the services independently using their corresponding ports
or access the full stack on or access the full stack on