diff options
author | Argos Open Tech <48267258+argosopentech@users.noreply.github.com> | 2023-10-01 14:45:09 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-01 14:45:09 -0500 |
commit | 53696108b35d4ccdf365065b93334dd8bdfebe3a (patch) | |
tree | 1173b73fe83e1663228953ebd70f5b0258f98155 /README.md | |
parent | 04964642fb483da5a1ccafc761838b128bd3d4ae (diff) |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -1,9 +1,10 @@ # LibreTranslate-init -[Demo](https://translate.argosopentech.com) | [Video tutorial](https://www.youtube.com/watch?v=mwacU-yqJwc) | [Video tutorial 2](https://www.youtube.com/watch?v=SJ8lNcn4cjE) [LibreTranslate](https://libretranslate.com) install scripts for Ubuntu -Uses [LibreTranslate WSGI](https://community.libretranslate.com/t/is-wsgi-currently-supported/24/3) with [Gunicorn and Nginx](https://www.digitalocean.com/community/tutorials/how-to-serve-flask-applications-with-gunicorn-and-nginx-on-ubuntu-18-04). +Uses WSGI with [Gunicorn and Nginx](https://www.digitalocean.com/community/tutorials/how-to-serve-flask-applications-with-gunicorn-and-nginx-on-ubuntu-18-04). + +## Install ``` # Add libretranslate user @@ -33,3 +34,9 @@ sudo systemctl status libretranslate ``` +#### Tutorials +- [Video tutorial](https://www.youtube.com/watch?v=mwacU-yqJwc) +- [Video tutorial 2](https://www.youtube.com/watch?v=SJ8lNcn4cjE) + +#### [Demo](https://translate.argosopentech.com) +Hosted on [DigitalOcean](https://m.do.co/c/a1af57be6e3f) |