From: Dan Zwell Date: 2007-09-07T09:05:33+09:00 Subject: Re: Wiki engine for no shell hosting? S P Arif Sahari Wibowo wrote: > Hi! > > Do you know wiki engines in Ruby which can be installed in a hosting > service without shell access (only ftp) and without ability to run > webrick (only CGI or SCGI) and without SQL databases? > > The hosting service has ruby installed, of course. > > Thanks! > Well, you will need some database. If they won't let you run or access one as a daemon, you will need something that is file based. The two that come to mind are BerkeleyDB and SQLite. You must seek a wiki engine that can be configured to use one of those as a database backend. Have you thought about changing web hosts? Hosting is cheap, and if you shop around, you can get something with ssh, cron jobs, mysql (no webrick, though) for about $10 per month. Possibly less. Good luck, Dan