https://github.com/arhea/amazon-ecs-languagetool
Deploy your own LanguageTool server on AWS Fargate for Amazon ECS
https://github.com/arhea/amazon-ecs-languagetool
Last synced: about 1 year ago
JSON representation
Deploy your own LanguageTool server on AWS Fargate for Amazon ECS
- Host: GitHub
- URL: https://github.com/arhea/amazon-ecs-languagetool
- Owner: arhea
- License: mit
- Created: 2020-06-19T23:41:48.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T09:23:08.000Z (over 3 years ago)
- Last Synced: 2024-04-15T01:56:51.049Z (about 2 years ago)
- Language: TypeScript
- Size: 1.16 MB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LanguageTool Server on AWS Fargate
[LanguageTool](https://languagetool.org/) is an open source Grammar, Style, and Spell Checker. This repository leverages [AWS Cloud Development Kit (CDK)](https://aws.amazon.com/cdk/) to deploy a highly available LanguageTool server on AWS Fargate for Amazon ECS.
## Usage
Prior to getting started, you will need an AWS account and the AWS CDK installed on your local machine. Next, you will need to configure the `bin/languagetools.ts` file with settings that match your account.
Then to deploy the stack run the following commands:
```bash
# install the dependencies
npm install
# deploy the stack to AWS
cdk deploy
```
## License
This library is licensed under the MIT-0 License. See the [LICENSE file](./LICENSE).