this is no longer needed

This commit is contained in:
Daku 2017-03-10 16:10:48 +00:00
parent 6006530b3d
commit 07d57f20e8

View File

@ -32,7 +32,6 @@ install:
- if [[ "$DB" == "mysql" ]]; then mysql -e "CREATE DATABASE shimmie;" -uroot; fi
- if [[ "$DB" == "mysql" ]]; then echo '<?php define("DATABASE_DSN", "mysql:user=root;password=;host=localhost;dbname=shimmie");' > data/config/auto_install.conf.php ; fi
- if [[ "$DB" == "sqlite" ]]; then echo '<?php define("DATABASE_DSN", "sqlite:shimmie.sqlite");' > data/config/auto_install.conf.php ; fi
- composer global require "fxp/composer-asset-plugin:~1.1" --no-plugins
- composer install
- php install.php