This commit is contained in:
Simon Vieille 2015-02-23 01:23:45 +01:00
parent 1df9c7325d
commit 16a4d8c220

View file

@ -30,10 +30,10 @@ curl -sS https://getcomposer.org/installer | php
#### Edit *propel.yaml*
* ```dsn: "mysql:host=localhost;dbname=pdns"```
* Change *localhost* by the database server name
* Change "pdns" by the database name
* Change *localhost* with the database server name
* Change "pdns" with the database name
* Change user and password values with you pdsn database login
* Change user and password values with your pdsn database login
Run `./app/propel/console config:convert`
@ -45,7 +45,7 @@ Run `./app/propel/console --recursive model:build`
#### Database updates
pdns-console needs to update pdns original tables and uses 3 mores.
pdns-console needs to update pdns original tables and uses 3 more.
```shell
./app/propel/console --recursive migration:diff