Docs improved

This commit is contained in:
Christoph Haas 2017-08-14 08:09:07 +02:00
parent cc3f406490
commit 098afc1924
4 changed files with 639 additions and 0 deletions

5
doc/README.Development Normal file
View file

@ -0,0 +1,5 @@
To run the Rails server in development mode on port 3001 with HTTPS:
rails s puma -b 'ssl://0.0.0.0:3001?key=nginx/localhost.key&cert=nginx/localhost.crt&verify_mode=none'
This is required to be able to use single-sign login with the different services.