Just in case anyone cares, I just committed the only change necessary
to get FW2.0 running on linux on mono. I've not tried building the new
stuff, I just built on windows and copied over to linux.  I updated my
mono.conf [1] to point to the asp.net 2.0 stuff and then modified the
flexwiki.config file to use unix directory separators instead of
windows.

I guess I should say that this is for the FileSystem provider only.

-nathan


[1] Here's my entry in mono.conf

AddMonoApplications flexwiki2 "/flexwiki2:/var/www/FlexWiki2"
Alias /flexwiki2 "/var/www/FlexWiki2"
MonoServerPath flexwiki2 /usr/bin/mod-mono-server2
<Location /flexwiki2>
        SetHandler mono
        MonoSetServerAlias flexwiki2
</Location>

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Flexwiki-users mailing list
Flexwiki-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flexwiki-users

Reply via email to