diff options
author | Jonas Smedegaard <dr@jones.dk> | 2015-02-27 19:33:19 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2015-02-27 19:33:19 +0100 |
commit | a4459d709f8930dcd16b77f0762119d940bc6fed (patch) | |
tree | 98816f3c5df0d45ecd527b4897448bafafe5a0cd /README | |
parent | eb62b9a05f2ec7570427f9296ef965d59ab4d795 (diff) |
Add config, and customize README.
Diffstat (limited to 'README')
-rw-r--r-- | README | 30 |
1 files changed, 22 insertions, 8 deletions
@@ -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) Use the stable release (Wheezy) of Debian <http://www.debian.org/>. + 2) Run the following commands as superuser - i.e. "root": + + aptitude install git ikiwiki libtext-typography-perl + + +Use +--- + +Create the website with the following commands as normal(!) user: + + git clone --recursive git://source.redpill.dk/support + cd support + git clone --recursive git://source.redpill.dk/support/content make init - make + make -B -Result is then below build/ . +The final website is then located below build/ . - -- Jonas Smedegaard <dr@jones.dk>, 2011-01-30 + -- Jonas Smedegaard <dr@jones.dk>, 2015-02-27 |