Add a possible error resolution for windows installation (#3178)
This commit is contained in:
parent
8ae057b06e
commit
d5869a3b99
1 changed files with 5 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue