35 lines
1.1 KiB
Markdown
35 lines
1.1 KiB
Markdown
# PDC
|
|
|
|
> Public Data Cleanup helps everyday citizens organize, verify, and share public information clearly for the benefit of their communities.
|
|
|
|
<!-- metadata -->
|
|
|
|
* **Category**: Apps
|
|
* **Status**: 0
|
|
* **Image**: [`pdc`](https://hub.docker.com/r/pdc), 4, upstream
|
|
* **Healthcheck**: No
|
|
* **Backups**: No
|
|
* **Email**: No
|
|
* **Tests**: No
|
|
* **SSO**: No
|
|
|
|
<!-- endmetadata -->
|
|
|
|
## Quick start
|
|
|
|
* `abra app new pdc`
|
|
* `abra app secret insert <app-name> maps_key v1 <google api key>`
|
|
* `abra app config <app-name>`
|
|
* `abra app deploy <app-name>`
|
|
* In your browser, open `https://<app-name>/ui`
|
|
|
|
## Setting up the Geolocation API Key
|
|
- Create a GCP account here: https://cloud.google.com/
|
|
- Create a new project using the `Select a Project` button in the console
|
|
- Create an API Key here: https://console.cloud.google.com/apis/credentials
|
|
- Record the key somewhere secure. It looks like `AIzaSyBrc6bfkuUzrOIoFnmEvuXv6XWkPwWz9rQ`
|
|
- Enable the Places (New) API here: https://console.cloud.google.com/apis/library/places.googleapis.com?&flow=maps
|
|
- You may have to set up billing with GCP to use this API
|
|
|
|
For more, see [`docs.coopcloud.tech`](https://docs.coopcloud.tech).
|