Merge pull request #230 from ONLYOFFICE/feature/ruby-3.0

ruby 3.0 version
This commit is contained in:
Sergey Linnik
2021-12-13 15:47:25 +03:00
committed by GitHub
2 changed files with 4 additions and 1 deletions

View File

@ -64,6 +64,7 @@ See the detailed guide to learn how to install Document Server [for Windows](htt
6. Run the **Rails** application:
```
rails server -u webrick
rails s -b 0.0.0.0 -p 80
```