Documented database configuration.

This commit is contained in:
Achim D. Brucker 2018-08-22 20:40:15 +01:00
parent 1da6840988
commit 4fcab7427b
1 changed files with 12 additions and 0 deletions

View File

@ -28,6 +28,18 @@ After cloning the repository, call
to initialize the `paket` configuration.
### Database Configuration
Both the application itself and the tests require that the database connection
is configured properly. For this,
* copy `src/LogicalHacking.ExtensionDsLab/app.config.in`
to `src/LogicalHacking.ExtensionDsLab/app.config
* edit `src/LogicalHacking.ExtensionDsLab/app.config` and
replace in the connection string the correct values for `<SERVER>`,
`<LOGIN>`, and `<PWD`>.
* repeat the previous steps for `src/LogicalHacking.ExtensionDsLab.Tests/app.config.in` .
### (Re-) Compiling
After that, the project can be build using