Add dataporten config

This commit is contained in:
2017-11-11 19:46:27 +01:00
parent 689975f262
commit 1258b68ef0
3 changed files with 24 additions and 1 deletions

4
dev.sh
View File

@@ -1,7 +1,9 @@
#!/bin/sh
which sqlite3 > /dev/null 2>&1 && test \! -e pvv.sqlite && sqlite3 pvv.sqlite < dist/pvv.sql
test \! -e sql_config.php && cp dist/sql_config_example.php sql_config.php
test \! -e sql_config.php && cp -v dist/sql_config_example.php sql_config.php
test \! -e dataporten_config.php && cp -v dist/dataporten_config.php dataporten_config.php
test -e composer.phar || curl -O https://getcomposer.org/composer.phar