From 224f760668d8dc71978c8dc118359844371d4662 Mon Sep 17 00:00:00 2001 From: Jonathan Dizdarevic Date: Tue, 5 May 2015 16:37:25 +0200 Subject: [PATCH] make install #11: create database & wallet --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index f500ccf..785e614 100644 --- a/Makefile +++ b/Makefile @@ -3,6 +3,8 @@ install: php ./app/check.php cd node/ && npm install && cd ../ bower install + php app/console --e prod doctrine:database:create + node ./node/create_wallet.js tests: ./bin/phing -f app/build.xml