Better Linux Installation Instructions #764
Replies: 4 comments
-
Thanks for the feedback, @mslinn - I agree, my instructions are a bit outdated. My original thinking was to stick with relatively easy, cross-Linux instructions. LinuxBrew is no more, as it's been folded into Homebrew, which works on both MacOS and Linux. I'll put this on my todo list. I'm reluctant to copy/paste from other sites as that means more work for keeping things updated, but I will link to instructions for some of the more popular distributions. I use Ubuntu as well as Homebrew. Alpine has come up as well in prior issues, and I suppose CentOS makes sense, too. If you have other distros you think would cover a broad group, let me know. |
Beta Was this translation helpful? Give feedback.
-
CentOS has been discontinued. Linux is so diverse that it would be difficult to provide instructions for all distros. Just telling people the snap installation line, then providing a link to the Ubuntu page would likely be enough. |
Beta Was this translation helpful? Give feedback.
-
Thanks, for the time you spent on the project ❤️ Same here, I never used *brew and was surprised to see it in the wiki. When I set up the server locally I used LanguageTool doc on how to setup the server using the jar file (it was a few years back). Now some distro have package for it. You can find package availability for other distros on: |
Beta Was this translation helpful? Give feedback.
-
Configuring the linter was definitely confusing for me, but mostly because of gaps in the LanguageTool documentation (and in my knowledge about using java and .jar files). To install on openSUSE Tumbleweed, this is what I did:
I did not know if this was the same as the "desktop version for offline use" available from https://dev.languagetool.org/http-server. The openSUSE package installed LanguageTool in
Again, I was not sure if this was what I needed, but it worked successfully and created a
The instructions did not suggest where to save the model, so I used the same directory as the fastText executable.
The instructions did not suggest where to create the properties file or explain how to use an 'external' directory, so I used the same directory as
Note the asterisk, which is not shown in the LanguageTool documentation. The server failed to start until I added
Edit: corrected server.properties contents. |
Beta Was this translation helpful? Give feedback.
-
The Wiki says:
I do not know anyone who uses LinuxBrew. The most popular Linux distro is Ubuntu, and it can use either PPA packages (installed using
apt
) and snaps.The official snap package for
languagetool
is here: https://snapcraft.io/install/languagetool/ubuntuYou could just copy their installation instructions:
Beta Was this translation helpful? Give feedback.
All reactions