From d4b7081d0a61af1e2e1b4bb2376102e6a89841d5 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Fri, 27 Feb 2015 14:17:05 +0100 Subject: Add config, and customize README. --- README | 28 +++++++++++++++++++++------- 1 file changed, 21 insertions(+), 7 deletions(-) (limited to 'README') diff --git a/README b/README index 75c24b1..3107f05 100644 --- a/README +++ b/README @@ -1,14 +1,28 @@ -Ikiwiki build environment -========================= +Website http://bsg.biks.dk/ +=========================== -To quickly start working with content, this should suffice: - git clone git://source.jones.dk/ikiwiki/site - cd site +Preparations +------------ + + 1) Install the stable release (Wheezy) of Debian + 2) Run the following commands as superuser - i.e. "root": + + aptitude install ikiwiki git libtext-typography-perl + + +Use +--- + +Create the website with the following commands as normal(!) user: + + git clone --recursive git://source.couchdesign.dk/bsg + cd bsg + git clone --recursive git://source.couchdesign.dk/bsg/content make init make -Result is then below build/ . +The final website is then located below build/ . - -- Jonas Smedegaard , 2011-01-30 + -- Jonas Smedegaard , 2015-02-27 -- cgit v1.2.3