GithubHelp home page GithubHelp logo

animmouse / languagetool-heroku Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 2.0 16 KB

LanguageTool server on Heroku

Home Page: https://languagetool.44444444.xyz/v2

License: Mozilla Public License 2.0

Dockerfile 35.57% Shell 64.43%
heroku languagetool-server languagetool

languagetool-heroku's Introduction

LanguageTool server on Heroku

Host your own LanguageTool server on Heroku for free!

Heroku Deployment

You need Heroku CLI.

  1. Clone this repository.
  2. Create an app on Heroku.

Deploy by building it on Heroku's server

  1. Set git remote to Heroku heroku git:remote -a your-app-name.
  2. Set stack to container heroku stack:set container -a your-app-name.
  3. Deploy to Heroku git push heroku main.

Deploy by building it on your computer

You need Docker.

  1. Build the image and push to Container Registry heroku container:push web -a your-app-name.
  2. Release the image heroku container:release web.

ngram support

The program will automatically download ngram while the app is running. (see languagetool.sh) Depending on the download speed of Heroku & upload speed of LanguageTool's server, ngram will take a while until it is used. As Heroku file system is ephemeral, once the app is restarted, the ngram will be deleted and will be downloaded again on next start.

Inspired by silvio/docker-languagetool

languagetool-heroku's People

Contributors

animmouse avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

languagetool-heroku's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.