главная|main page

состояние|status

блог|blog

файлы|files

программы|software

summaryrefslogtreecommitdiff
path: root/setup.sh
AgeCommit message (Collapse)Author
2025-03-28Big refactorHEADmainIvan Davydov
TL;DR: this commit makes README.md more simple and makes scripts more complex. This commit makes scripts look (and behave) like scripts. That is, they now contain shebangs, `echo` lines to allow user to watch the installation process. The latter is now more configurable: user can customize the directory, where LibreTranslate will be installed, username, which will be used to run LibreTranslate and the domain name configuration is now contained in the .env file, which used for all other settings.
2024-10-16Remove running LT in setup.shArgos Open Tech
I think it makes more sense for the user to run this command directly. I'm going to move it to the README
2023-10-01Fix pip install for HatchArgos Open Tech
LibreTranslate recently switched to the Hatch build system which doesn't seem to support installing in editable mode. I'm removing the -e option from pip install to fix this which isn't necessary unless users want to modify the source after installing. https://github.com/argosopentech/LibreTranslate-init/issues/17 Error before this commit: ERROR: File "setup.py" not found. Directory cannot be installed in editable mode: /home/libretranslate/LibreTranslate (A "pyproject.toml" file was found, but editable mode currently requires a setup.py based build.)
2021-12-19Addin --no-cache-dir to pip installrhclayto
2021-07-17Use virtualenvP.J. Finlay
2021-07-17ImprovementsP.J. Finlay
2021-07-17ImprovementsP.J. Finlay
2021-07-17Launcing LibreTranslate from scriptP.J. Finlay
2021-07-17More improvementsP.J. Finlay
2021-07-17ImprovementsP.J. Finlay
2021-07-13Nginx and systemd setupP.J. Finlay
2021-07-12Install dependenciesP.J. Finlay