[v2] Ignore local Dusk env file (#2982)

* Ignore .env.dusk.local when commiting

* Update installation guide
This commit is contained in:
Benjamin Beganović
2019-10-11 11:56:32 +02:00
committed by David Bomba
parent 01d6b854fa
commit 0503dd525c
3 changed files with 32 additions and 0 deletions

View File

@@ -18,6 +18,7 @@ Curently the client portal and API are of alpha quality, to get started:
git clone https://github.com/invoiceninja/invoiceninja.git
git checkout v2
cp .env.example .env
cp .env.dusk.example .env.dusk.local
composer update
npm i
npm run production