RebelWiki : HostMonster

HomePage :: Categories :: PageIndex :: RecentChanges :: RecentlyCommented :: Login/Register

Install SVN

Forum Post

wget http://subversion.tigris.org/downloads/subversion-1.4.6.tar.bz2
tar xjvf subversion-1.4.6.tar.bz2
cd subversion-1.4.6
wget http://apache.karegen.com/apr/apr-1.2.12.tar.bz2
tar xjvf apr-1.2.12.tar.bz2
mv apr-1.2.12 apr
cd apr
./buildconf
./configure --prefix=$HOME
make
make install
cd ..
wget http://apache.karegen.com/apr/apr-util-1.2.12.tar.bz2
tar xjvf apr-util-1.2.12.tar.bz2
mv apr-util-1.2.12 apr-util
cd apr-util
./buildconf
./configure --with-apr=$HOME --prefix=$HOME
make
make install
cd ..
./configure --disable-shared --prefix=$HOME --with-serf=$HOME --without-neon --with-apr=$HOME --with-apr-util=$HOME
make
make install

setup


svn co http://wush.net/svn/wikka/tags/1.1.6.2 wikka
cp my current install over these files
then svn sw

Update from repository


svn co http://wush.net/svn/wikka/tags/1.1.6.3 wikka




alexbern@alexbernstein.com [~/wikka]# ls
./ .svn/ css/ handlers/ interwiki.conf mime_types.txt
../ 3rdparty/ docs/ images/ intranet/ setup/
.htaccess actions/ formatters/ index.php libs/ wikka.php
alexbern@alexbernstein.com [~/wikka]# cd ..
alexbern@alexbernstein.com [~]# ls public_html/wiki/
./ actions/ formatters/ intranet/ wikka.config.php
../ cgi-bin/ handlers/ libs/ wikka.php
.htaccess css/ images/ mime_types.txt
3rdparty/ docs/ index.php setup/
500.shtml favicon.ico interwiki.conf sitemap.xml

There are no comments on this page. [Add comment]

Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by Wikka Wakka Wiki 1.1.6.2
corded-piscine
Page was generated in 0.0299 seconds