mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-25 16:53:42 -04:00
Compare commits
1 Commits
d55c5aa80b
...
leohemsted
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cd4d40d735 |
@@ -59,7 +59,14 @@ export PATH=${PATH}:/Applications/Postgres.app/Contents/Versions/11/bin/
|
|||||||
To switch redis on you'll need to install it locally. On a OSX we've used brew for this. To use redis caching you need to switch it on by changing the config for development:
|
To switch redis on you'll need to install it locally. On a OSX we've used brew for this. To use redis caching you need to switch it on by changing the config for development:
|
||||||
|
|
||||||
REDIS_ENABLED = True
|
REDIS_ENABLED = True
|
||||||
|
|
||||||
|
### Other dependencies
|
||||||
|
|
||||||
|
Shapely, a subdependency required by notifications-utils, will fail to install unless you install its dependencies
|
||||||
|
|
||||||
|
```
|
||||||
|
brew install geos
|
||||||
|
```
|
||||||
|
|
||||||
## To run the application
|
## To run the application
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user