Skip to content

Commit

Permalink
make install #11: create database & wallet
Browse files Browse the repository at this point in the history
  • Loading branch information
dizda committed May 5, 2015
1 parent d9b5af6 commit 224f760
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 224f760

Please sign in to comment.