https://github.com/nemtsov/servo-gateway
The permission layer for the Servo PaaS
https://github.com/nemtsov/servo-gateway
Last synced: 12 months ago
JSON representation
The permission layer for the Servo PaaS
- Host: GitHub
- URL: https://github.com/nemtsov/servo-gateway
- Owner: nemtsov
- License: mit
- Created: 2016-04-22T20:10:03.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-15T19:38:13.000Z (over 10 years ago)
- Last Synced: 2025-05-07T05:03:29.753Z (about 1 year ago)
- Language: JavaScript
- Size: 20.5 KB
- Stars: 0
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: docs/README.md
- License: LICENSE
Awesome Lists containing this project
README
#Setup Documentation [WIP]
Most of `servo-gateway` is deployed via a Cloud Formation Template under `/scripts`, however this will walk through some of the additional setup required beforehand. The reason it is deployed this way, is because no single instance of `servo-core` should be aware of `servo-gateway` since `servo-gateway` can serve multiple cores within the same region.
## Before you deploy:
* Know the url from which you would like to host `servo-gateway`
* Obtain an Signed Cert that verifies that domain.
## How to
1. [Server Certificates] (Certs.md)
2. [Route53 Entry] (Route53.md)
3. [DynamoDB Tables] (DynamoDB.md)
4. [Git Deploy Keys] (Deploy.md)
5. [Config] (Config.md)