From 9b342973414ab1e8aa3705751236125aa4405239 Mon Sep 17 00:00:00 2001
From: "J.F.J. Laros" <j.f.j.laros@lumc.nl>
Date: Sun, 16 Mar 2014 14:15:42 +0100
Subject: [PATCH] Updated website documentation.

---
 website/README.md | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/website/README.md b/website/README.md
index 0a032ea..52218e2 100644
--- a/website/README.md
+++ b/website/README.md
@@ -1,2 +1,30 @@
+# Website content
 The content of this directory is published
 [here](https://humgenprojects.lumc.nl/trac/humgenprojects/wiki/NGS-intro).
+
+## Updating the website
+We use the [tracwiki](https://pypi.python.org/pypi/tracwiki) program to
+communicate with the Trac server.
+
+### Preparations
+Install tracwiki:
+
+    pip install tracwiki
+
+Configuration will make a file named **.trac_config**. Do not add this file to
+the git repository.
+
+    tracwiki config https://humgenprojects.lumc.nl/trac/humgenprojects
+
+### Updating and attaching
+Before making changes, make sure you have the last version:
+
+    tracwiki checkout NGS-intro
+
+Edit the file and synchronise with the server:
+
+    tracwiki commit
+
+Attaching files (updating attached files):
+
+    tracwiki attach NGS-intro mypresentation.pdf
-- 
GitLab