summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2011-12-09 17:29:18 +0700
committerJonas Smedegaard <dr@jones.dk>2011-12-09 17:29:18 +0700
commit7839751eb61f68a6a58a537b377dec27c62feed2 (patch)
tree6685dbe47ee364106e852a920c9376b2ea8401ac
parentb6be5f932854d8e85808bbdfa710fae8c08a1fc0 (diff)
Rewrite README.
-rw-r--r--README34
1 files changed, 28 insertions, 6 deletions
diff --git a/README b/README
index 75c24b1..bcb69c2 100644
--- a/README
+++ b/README
@@ -1,14 +1,36 @@
-Ikiwiki build environment
-=========================
+Website http://dr.jones.dk/
+===========================
-To quickly start working with content, this should suffice:
- git clone git://source.jones.dk/ikiwiki/site
+Preparations
+------------
+
+ 1) Install the stable release (Squeeze) of Debian <http://www.debian.org/>
+ 2) Run the following commands as superuser - i.e. "root":
+
+ echo 'deb http://debian.jones.dk/ squeeze webservices' > /etc/apt/sources.list.d/jones.list
+ aptitude update
+ aptitude install ikiwiki git libsearch-xapian-perl perlmagick
+ aptitude install libtext-multimarkdown-perl libtext-typography-perl
+ aptitude install libhtml-packer-perl
+ aptitude install compass-layoutgala-plugin
+
+(all packages are officially in Debian, some just not in the stable version)
+
+
+Use
+---
+
+Create the website with the following commands as normal(!) user:
+
+ git clone git://source.jones.dk/jones/site
cd site
+ git clone git://source.jones.dk/jones/content
+ git clone git://source.jones.dk/jones/styling
make init
make
-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>, 2011-12-08