Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/animmouse/languagetool-azure
LanguageTool server on Azure
https://github.com/animmouse/languagetool-azure
azure azure-container-apps container-apps languagetool languagetool-server
Last synced: 19 days ago
JSON representation
LanguageTool server on Azure
- Host: GitHub
- URL: https://github.com/animmouse/languagetool-azure
- Owner: AnimMouse
- License: mpl-2.0
- Created: 2022-05-11T07:09:38.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-29T07:49:43.000Z (over 2 years ago)
- Last Synced: 2024-10-27T23:05:35.507Z (2 months ago)
- Topics: azure, azure-container-apps, container-apps, languagetool, languagetool-server
- Language: Dockerfile
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LanguageTool server on Azure
Host your own [LanguageTool server](https://languagetool.org) on Microsoft Azure.## Azure Container Apps Deployment
1. Create container registry
2. Open Azure Cloud Shell
3. `az acr build --file Dockerfile --registry containerregistryname --image languagetool-azure .`
4. Create container app
1. Go to app settings
2. Uncheck "Use quickstart image".
3. Select registry and image.
4. Give 0.5 CPU cores, 1 Gi memory
5. Enable HTTP Ingress.
6. Set Ingress traffic to Accepting traffic from anywhere
7. Set Target port to 8080.