[Gambas-user] gambas documentation update
ron
ronstk at ...239...
Tue Mar 2 04:22:15 CET 2004
On Monday 01 March 2004 17:26, Rob wrote:
> On Monday 01 March 2004 10:25, Benoit Minisini wrote:
-- 8<--
> I have included everything you need for a live copy of the wiki
> in the following tarball:
>
> http://www.binara.com/gambas-wiki/gambas-wiki-dist.tar.gz
>
> Make an empty directory called "gambas-wiki" in your web
> directory, cd to it, untar the above, set "gambas-wiki/bin" to
> Options ExecCGI in your apache conf, and I think it should work.
> If it complains that there is a missing perl module I will try
> to help you out (I think anything it required was available as a
> mandrake RPM already.)
>
> Anyone else who wants to set up a live copy of the wiki is
> welcome to do so, though realize that it will become outdated
> before long.
>
> Rob
>
Rob:
All done, changed in the TWiki.cfg the local directories.
Had some problems to get mod_perl running but also success.
SuSE used SetHandler perl-script in the example and as normal this didn't work
Changing after much trials to cgi-script and it goes now.
I had to add this to the httpd.conf included file
<Location /gambas-wiki/bin>
# SetHandler perl-script stupis SuSE, this does not exists
SetHandler cgi-script
PerlHandler Apache::Registry
Options +ExecCGI -Includes
PerlSendHeader On
</Location>
The .htaccess file renamed while the line 26 with
SetHandler blabla gives a error.
The SetHandler on the beginning line 9 is also not allowed.
The Auth directives are also forbidden.?
Start to edit a page and got a error about /usr/bin/ci .......
This is from the RCS and I don't have it :(
The static works with charm so nice and quick.
I want to help with edits but I wait till you have determined how to do the
updates with Benoit.
I asume you need only the changed files after 1-mrt back when I have somthing
ready.
Benoit:
Can you give some hints what has priority I can do? I'm happy if I can help
and on the website it is to slow her to do major edits as you did say.
Ron.
More information about the User
mailing list