From c67c5ebda6bc2262d30bd352bd0d2ca3d85785d6 Mon Sep 17 00:00:00 2001 From: Lukas Winkler Date: Sat, 23 Sep 2017 13:22:13 +0200 Subject: [PATCH] update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a7bb1a1..35ff53b 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,11 @@ Try it, it's easy to setup! No database needed * `cd github-issues-mirror/src` * `curl -s https://getcomposer.org/installer | php` * `php composer.phar install` +* `npm install` +* `npm run compileCSS` +* `cp config/config.example.php config/config.php` -Make sure to point your vhost to `src/public`. The `src/tmp` directory has to be writable. +Make sure to point your vhost to `src/public`. The `src/tmp` and the `src/data` directories have to be writable. ### Import issues from GitHub @@ -25,7 +28,7 @@ You may want to setup a cronjob to import the issues regularly. The first time y ## Configuration -See [src/config/config.php](src/config/config.php) +See [src/config/config.php](src/config/config.example.php) ## Data structure