Update README.md

This commit is contained in:
Dawa Ometto
2015-01-30 18:33:52 +01:00
parent f964407c47
commit 1ca38b625b
+2 -3
View File
@@ -126,9 +126,8 @@ Note that the gollum server will not run on Windows because of [an issue](https:
### RACK
You can also run gollum with any rack-compatible server by placing this config.ru
file inside your wiki repository. This allows you to utilize any Rack middleware
like Rack::Auth, OmniAuth, etc.
You can also run gollum with any rack-compatible server by placing configuring a config.ru
file. This allows you to utilize any Rack middleware like Rack::Auth, OmniAuth, etc. See below for an example of a `config.ru`. You can define all the [options available on the command line](#RUNNING) by configuring the app's `:wiki_options` hash. See [here](https://github.com/gollum/gollum/wiki/Using-Gollum-with-Rack) for the names of the options corresponding to the command line switches.
```ruby
#!/usr/bin/env ruby