nlpsandbox / nlpsandbox-infra

AWS CloudFormation templates for deploying the NLP Sandbox infrastructure
Apache License 2.0
0 stars 1 forks source link

Deploy the Date Annotator Stub using CF template #3

Closed tschaffter closed 3 years ago

tschaffter commented 3 years ago

The Date Annotator Stub is the vanilla API service generated by the OpenAPI Generator. It does nothing more than returning "do some magic!". I rely on this service to provide a step-by-step guide to develop an NLP Tool.

Deployment procedure:

  1. Get this docker-compose.yml
  2. docker-compose up -d

This stack of Docker container relies on images that have a fixed version number (no latest, edge or nightly tag).

thomasyu888 commented 3 years ago

Will close after adding route53

tschaffter commented 3 years ago

Route53 will be added as part of #9