Merge "Add database connection example to README file."

This commit is contained in:
Jenkins 2015-02-13 11:26:39 +00:00 committed by Gerrit Code Review
commit a8da23acd4

View File

@ -54,8 +54,14 @@ Refstack Quickstart
####Configuration file preparation
- Make a copy of the sample config and update it with the correct information of your environment. Example of config file with default values available in etc directory.
Note value of `connection` in `database` section should be corrected.
- Make a copy of the sample config and update it with the correct
information of your environment. Example of config file with default
values available in etc directory.
- At the minimum the value of the `connection` field in the `[database]`
section should be updated. For example, if the backend database is MySQL
then update: `#connection = <None>` to
`connection = mysql://refstack:<your password>@x.x.x.x/refstack`
####Database sync