Exit Wiki

Here's how we got it up and working:

The documentation at http://www.frotz.net/sakana/space/how+to+install+sakana is pretty sparse, and it took a bit to figure out how this works.

We're running this on the same machine http://www.wilcoxd.com is running on, so we had to modify /etc/httpd/httpd.conf

Editing httpd.conf

Make sure you uncomment the lines

 LoadModule proxy_module libexec 

Addmodule mod_proxy.c Add

 ProxyPass /wiki/ http://localhost:8080/

to your VirtualHost or Directory block.

Add

Port = 8080

Running It

Run sakana by python sakana.py. This is good for testing, but you'll want to see Pipe Tricks for hints on how to get Medusa up and staying up.

We also found that we needed to move GLYPHS and the CSS pages up in the hierarchy, to be served by Apache. Not sure exactly why, but doing that and changing STYLE_PLAIN and the GLYPH variables, we were able to get it to work.

//www.wilcoxd.com/wiki/space/(user)nriley:Nicholas Riley says:
Here's what I use on rileys.us:

        RedirectMatch ^/wiki http://rileys.us/wiki/
        ProxyPass /wiki/ http://127.0.0.1:8080/

Installing Sakana On OS X (last edited 2006-10-13 15:49:53 by RyanWilcox)