-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add references to default runtimes Add references to default runtimes under a deployment section in the README. References the two distinct repositories: eoapi-cdk and k8s-eoapi. * Add linkedin and rss footer to documentation * Fix reference to rss logo
- Loading branch information
1 parent
73cc5dd
commit 749b85d
Showing
2 changed files
with
12 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,7 +40,7 @@ | |
- Navigate to the project: `cd eoAPI` | ||
- Run services with `docker-compose up` | ||
- Follow the [MAXAR open data demo](https://github.com/vincentsarago/MAXAR_opendata_to_pgstac) (or get inspired by the other [demos](./demo/)) to load some data into eoAPI | ||
- Checkout the [Search Viewer](http://localhost:8081/index.html), and the API documentation ([STAC Metadata](http://localhost:8081/docs), [Raster Tiles](http://localhost:8082/docs), [Vector Tiles](http://localhost:8083/api.html)) | ||
- Check out the [Search Viewer](http://localhost:8081/index.html), and the API documentation ([STAC Metadata](http://localhost:8081/docs), [Raster Tiles](http://localhost:8082/docs), [Vector Tiles](http://localhost:8083/api.html)) | ||
|
||
Alternatively, you may launch the application locally: | ||
```bash | ||
|
@@ -56,10 +56,16 @@ export DATABASE_URL=postgresql://username:[email protected]:5439/postgis # Conne | |
.venv/bin/uvicorn eoapi.{SERVICE}.app:app --port 8000 --reload | ||
``` | ||
|
||
Note: services might have incompatible dependencies which you can resolve by using virtual environnement per service | ||
Note: services might have incompatible dependencies which you can resolve by using a virtual environment for each service | ||
|
||
--- | ||
|
||
## Deployment | ||
|
||
This repository has the demonstration runtimes that are consistently updated with new functionality. | ||
|
||
The default runtimes are available through separate repositories ([eoapi-cdk](https://github.com/developmentseed/eoapi-cdk) and [k8s-eoapi](https://github.com/developmentseed/k8s-eoapi)). | ||
|
||
## Contribution & Development | ||
|
||
See [CONTRIBUTING.md](https://github.com/developmentseed/eoAPI/blob/main/CONTRIBUTING.md) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters