Add a possible error resolution for windows installation (#3178)

This commit is contained in:
Mazen Touati 2019-06-16 05:45:26 +01:00 committed by Ben Halpern
parent 8ae057b06e
commit d5869a3b99

View file

@ -125,4 +125,9 @@ Pay attention to the username and password you setup during installation of Post
1. There is a possibility that you might encounter a _statement timeout_ when seeding the database for the first time. Please comment out the variable `statement_timeout` from the file `config/database.yml` if it happens.
2. If the installation process failed with the following error `ERROR: Error installing pg`. Please consider installing the following package `libpq-dev` :
```bash
sudo apt-get install libpq-dev
```
> If you encountered any errors that you subsequently resolved, **please consider updating this section** with your errors and their solutions.