aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJonasSmedegaard <JonasSmedegaard@web>2008-08-03 22:29:29 -0400
committerJoey Hess <joey@kitenet.net>2008-08-03 22:29:29 -0400
commit598240826f0de7544dabccc460bef937cf3162cb (patch)
tree222257624bdf591af7988c904a5bef3465452a0c /doc
parentcdb8e968a12b3ab2029c89ebb6a7b39eb484ca6b (diff)
downloadikiwiki-598240826f0de7544dabccc460bef937cf3162cb.tar
ikiwiki-598240826f0de7544dabccc460bef937cf3162cb.tar.gz
Use localikiwikicreatesite for simple bootstrapping of demo.
Diffstat (limited to 'doc')
-rw-r--r--doc/todo/l10n.mdwn9
1 files changed, 2 insertions, 7 deletions
diff --git a/doc/todo/l10n.mdwn b/doc/todo/l10n.mdwn
index e99fc2d6f..f3bdfc68f 100644
--- a/doc/todo/l10n.mdwn
+++ b/doc/todo/l10n.mdwn
@@ -82,14 +82,9 @@ only parts of a repository).
For example use, here's how to roll out a clone of the [Redpill support site](http://support.redpill.dk/):
- mkdir -p ~/private_webdata
- git clone http://source.redpill.dk/support.git ~/private_webdata/support.redpill.dk
- cd ~/private_webdata/support.redpill.dk
- make
- mkdir -p ~/public_websites/support.redpill.dk
- mkdir -p ~/public_websites/source.redpill.dk/support_content.git/hooks
mkdir -p ~/public_cgi/support.redpill.dk
- make install
+ git clone git://source.jones.dk/bin
+ bin/localikiwikicreatesite -o git://source.redpill.dk/support rpdemo
(Redpill support is inspired by <http://help.riseup.net> but needs to be reusable for several similarly configured networks)