Docs improved
This commit is contained in:
parent
cc3f406490
commit
098afc1924
4 changed files with 639 additions and 0 deletions
5
doc/README.Development
Normal file
5
doc/README.Development
Normal 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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue