Main Page

From M1Research

(Difference between revisions)
Jump to: navigation, search
Line 7: Line 7:
== Granting rights to users ==
== Granting rights to users ==
 +
 +
<pre>
 +
[root@etna subversion-1.3.0]# ./configure \
 +
--with-swig \
 +
--with-expat --with-ssl \
 +
--with-neon=/usr/local/neon \
 +
--disable-mod-activation \
 +
--with-apxs=/usr/local/apache2/bin/apxs \
 +
--with-apr=/usr/local/apache2 \
 +
--with-apr-util=/usr/local/apache2
 +
</pre>

Revision as of 15:00, 6 January 2006

Wiki software successfully installed.

Please see documentation on customizing the interface and the User's Guide for usage and configuration help.

Test message #1

Granting rights to users

[root@etna subversion-1.3.0]# ./configure \
--with-swig \
--with-expat --with-ssl \
--with-neon=/usr/local/neon \
--disable-mod-activation \
--with-apxs=/usr/local/apache2/bin/apxs \
--with-apr=/usr/local/apache2 \
--with-apr-util=/usr/local/apache2
Personal tools