Gollum is GitHub's new wiki engine written in Ruby. Deployed locally it uses a Sinatra instance to provide a web interface.
Is it possible to run it in a shared hosting environment such as Dreamhost using Apache and mod_rails (Phusion Passenger)?
|
Gollum is GitHub's new wiki engine written in Ruby. Deployed locally it uses a Sinatra instance to provide a web interface. Is it possible to run it in a shared hosting environment such as Dreamhost using Apache and mod_rails (Phusion Passenger)? |
|||
|
|
|
Create the file "config.ru", add this to it:
|
|||
|
|
|
There's an excellent guide on: https://github.com/tecnh/gollum/wiki/Gollum-and-Passenger The main points are:
|
|||
|
|
|
The answer of August Lilleaas is correct, however I needed to use an older version of gollum, so I set it up with Bundler:
Also remember to create the directories However, I ran into another problem. You have to make sure that |
|||
|
|