RebelWiki : HostMonster

HomePage :: Categories :: PageIndex :: RecentChanges :: RecentlyCommented :: Login/Register
Most recent edit on 2008-01-12 23:43:47 by AlexBernstein

Additions:
./configure --prefix=$HOME
./configure --with-apr=$HOME --prefix=$HOME
./configure --disable-shared --prefix=$HOME --with-serf=$HOME --without-neon --with-apr=$HOME --with-apr-util=$HOME

setup

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

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



Deletions:
./configure --prefix=$HOME/bin
./configure --with-apr=$HOME/bin/bin/apr-1-config --prefix=$HOME/bin
./configure --disable-shared --prefix=$HOME/bin

setup

svn co https://wush.net/svn/wikka/tags/1.1.6.2 wikka

Update from repository

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





Edited on 2008-01-12 09:13:01 by AlexBernstein

Additions:

setup

svn co https://wush.net/svn/wikka/tags/1.1.6.2 wikka

Update from repository



Deletions:

setup

= svn co https://wush.net/svn/wikka/tags/1.1.6.6 wikka

Update from repository





Edited on 2008-01-12 09:11:03 by AlexBernstein

Additions:

setup

= svn co https://wush.net/svn/wikka/tags/1.1.6.6 wikka
cp my current install over these files
then svn sw
svn co https://wush.net/svn/wikka/tags/1.1.6.3 wikka



Deletions:
svn co https://wush.net/svn/wikka/branches/w.x.y.z wikka-w.x.y.z



Edited on 2008-01-11 18:54:59 by AlexBernstein

Additions:

Install SVN

Update from repository

svn co https://wush.net/svn/wikka/branches/w.x.y.z wikka-w.x.y.z




Oldest known version of this page was edited on 2008-01-11 18:33:12 by AlexBernstein []
Page view:
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/bin
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/bin/bin/apr-1-config --prefix=$HOME/bin
make
make install
cd ..
./configure --disable-shared --prefix=$HOME/bin
make
make install
Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by Wikka Wakka Wiki 1.1.6.2
corded-piscine
Page was generated in 0.0832 seconds