From 83f6687a3e6c00515db55675e2e39c6aa07141df Mon Sep 17 00:00:00 2001 From: til-schneider Date: Sat, 26 Dec 2015 13:08:42 +0100 Subject: [PATCH] Added install instructions --- .gitignore | 2 +- README.md | 9 +++++++++ src/data/dummy.txt | 0 3 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 src/data/dummy.txt diff --git a/.gitignore b/.gitignore index fb819ba..9399f53 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ /.idea/ /dist/ /src/.tmp/ -/src/data/ +/src/data/backup/ /src/node_modules/ /src/config.php diff --git a/README.md b/README.md index 685ead7..696d115 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,15 @@ Build automatically on source changes (watch mode): +Installation instructions +------------------------- + +1. Build the project (see above) +2. Copy the contents of the `dist` directory to your webspace. +3. Create a `config.xml` (copy and adjust the example). +4. Give write permissions to the server for directories `articles` and `data`. + + Used libraries -------------- diff --git a/src/data/dummy.txt b/src/data/dummy.txt new file mode 100644 index 0000000..e69de29