summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README33
1 files changed, 26 insertions, 7 deletions
diff --git a/README b/README
index 75c24b1..77fd238 100644
--- a/README
+++ b/README
@@ -1,14 +1,33 @@
-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
- cd site
+Preparations
+------------
+
+ 1) Install the stable release (Wheezy) of Debian <http://www.debian.org/>
+ 2) Run the following commands as superuser - i.e. "root":
+
+ echo 'deb http://debian.jones.dk/ wheezy webservices' > /etc/apt/sources.list.d/jones.list
+ aptitude update
+ aptitude install ikiwiki git libsearch-xapian-perl perlmagick po4a
+ aptitude install libtext-multimarkdown-perl libtext-typography-perl
+ aptitude install libhtml-packer-perl
+ aptitude install compass-layoutgala-plugin libjs-leaflet
+
+(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 --recursive git://source.jones.dk/jones
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>, 2014-02-26