From de6fe1b380509f7b7ad10462ec433d0e4272f6e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20B=C3=B6sch-Plepelits?= Date: Sat, 9 Sep 2017 21:49:59 +0200 Subject: [PATCH] Update .gitignore and install instructions --- .gitignore | 5 +++++ README.md | 2 ++ 2 files changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index f1407379..5d6c0fcd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,9 @@ /conf.php +/dist/ +/node_modules/ +/npm-debug.log /vendor/ /data/ /composer.lock +/yarn.lock +*.swp diff --git a/README.md b/README.md index c8898574..e03454ce 100644 --- a/README.md +++ b/README.md @@ -3,12 +3,14 @@ git clone https://github.com/plepe/openstreetbrowser.git cd openstreetbrowser npm install +composer install git submodule init git submodule update cp conf.php-dist conf.php nano conf.php npm run build modulekit/build_cache +bin/download_dependencies ``` ### Upgrade