create new command allowing to install thelia using cli tools

This commit is contained in:
Manuel Raynaud
2013-06-05 14:23:05 +02:00
parent bf7ab3c3b8
commit 785b450537
5 changed files with 242 additions and 34 deletions

View File

@@ -1,6 +1,6 @@
database:
connection:
driver: mysql
user: root
password:
dsn: mysql:dbname=thelia;host:localhost
driver: %DRIVER%
user: %USERNAME%
password: %PASSWORD%
dsn: %DSN%