Documentation

This commit is contained in:
Simon Vieille 2018-08-20 12:33:49 +02:00
parent 418d150833
commit 3b812523a9
No known key found for this signature in database
GPG Key ID: 919533E2B946EA10
1 changed files with 4 additions and 0 deletions

View File

@ -87,6 +87,10 @@ If you want to use `SQLite`:
Then edit `propel.yaml` and replace the values of `dsn`, `user`, `password` by considering your environment Then edit `propel.yaml` and replace the values of `dsn`, `user`, `password` by considering your environment
and run `$ make propel`. and run `$ make propel`.
If you want to run the interactive shell manually, run:
$ composer gist-scripts
**Versions >= 1.4.4 only**: `$ cp app/config/config.yml.dist app/config/config.yml` **Versions >= 1.4.4 only**: `$ cp app/config/config.yml.dist app/config/config.yml`
See the [configuration section](#configuration) for more information about configuration. See the [configuration section](#configuration) for more information about configuration.