mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-02 09:26:08 -05:00
More minor adjustments
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This commit is contained in:
10
README.md
10
README.md
@@ -121,7 +121,6 @@ configuration after installation to get working out of the box:
|
|||||||
working with a Cloud Foundry platform (e.g., cloud.gov)
|
working with a Cloud Foundry platform (e.g., cloud.gov)
|
||||||
- [redis](https://redis.io/) - required as the backend for the API's
|
- [redis](https://redis.io/) - required as the backend for the API's
|
||||||
asynchronous job processing
|
asynchronous job processing
|
||||||
- [pyenv](https://github.com/pyenv/pyenv) - for managing Python installations
|
|
||||||
- [vim](https://www.vim.org/) - for editing files more easily in the command
|
- [vim](https://www.vim.org/) - for editing files more easily in the command
|
||||||
line
|
line
|
||||||
|
|
||||||
@@ -370,9 +369,14 @@ You can do this by going through these steps:
|
|||||||
|
|
||||||
## Known Installation Issues
|
## Known Installation Issues
|
||||||
|
|
||||||
|
### Python Installation Errors
|
||||||
|
|
||||||
On M1 Macs, if you get a `fatal error: 'Python.h' file not found` message, try a
|
On M1 Macs, if you get a `fatal error: 'Python.h' file not found` message, try a
|
||||||
different method of installing Python. Installation via `pyenv` is known to
|
different method of installing Python. The recommended approach is to use
|
||||||
work.
|
[`pyenv`](https://github.com/pyenv/pyenv), as noted above in the installation
|
||||||
|
instructions.
|
||||||
|
|
||||||
|
### PostgreSQL Installation Errors
|
||||||
|
|
||||||
A direct installation of PostgreSQL will not put the `createdb` command on your
|
A direct installation of PostgreSQL will not put the `createdb` command on your
|
||||||
`$PATH`. It can be added there in your shell startup script, or a
|
`$PATH`. It can be added there in your shell startup script, or a
|
||||||
|
|||||||
Reference in New Issue
Block a user