Forums | Admin

Discussion Forums: help

Start New Thread Start New Thread

 

By: Pascal Van Cauwenberghe
RE: Running without virtual host [ reply ]  
2005-07-10 21:21
James,

running as part of another site will be one of the features of the 1.15 release, available in a few days.

You enable this function by giving the full URL as the -s parameter in Wiki2Go_Make_Site.rb

E.g. -s http://mysite.com/wiki

to place the Wiki2Go under the /wiki subdirectory of the existing http://mysite.com site

The config/site.conf file must be included in the <VirtualHost> settings of your main site.

By: Pascal Van Cauwenberghe
RE: Running without virtual host [ reply ]  
2005-06-23 14:30
James,

sorry for the late reply.

site-generation: some documentation at http://wiki2go.nayima.be/Wiki2Go/InstallWiki2Go.html I'm adding more documentation

pages off the main site: you would need to point the subdirectory in your virtual host to <site generation directory>/site and make the <site generation directory>/site/scripts executable. There might be other changes. Other people have requested this too, I'm going to do a test and write up the results in the documentation.

Shebang line: I'm afraid that's a bit of a Debianism. Next release will just use ruby

Pascal

By: James Britt
Running without virtual host [ reply ]  
2005-06-13 20:02
I'm looking to add a wiki to ruby-doc.org, and spent a bit of time evaluating wiki2go. I installed using rubygems, and had to poke around a bit to find out about the site-genration scripts.

Wiki2Go_make_site.rb creates a nce setup for virtual hosting, but I do not plan on running this under its own domain, but as a set of pages off the main site.

I've been hacking around to get it running like that, but I've run into some snags. One is that the sripts all use what strikes me as a rather quirky shebang line:

#!/usr/bin/env ruby1.8

My instance of ruby is simply called ruby, and I'd be surpriwed if many people install their default ruby using any versioning in the name.

What have others done to run wiki2go as under an exisinting domain?

Thanks,


James