Commit graph

17 commits

Author SHA1 Message Date
Jens Diemer
484056d038 Add "description" to "yunohost service add" to remove warnings 2024-08-02 20:08:53 +02:00
Jens Diemer
179765f117 Apply manageprojects updates
https://github.com/jedie/cookiecutter_templates/#base-django-yunohost-app migrated from Poetry to
pip-tools and to manifest v2

Apply these changes here.
2023-11-09 20:46:24 +01:00
JensDiemer
5db169b249 Update project setup from upstream 2022-09-18 19:03:11 +02:00
JensDiemer
9670b2ec6a rename systemd service file 2022-09-18 19:03:11 +02:00
JensDiemer
33bad5cb9f Bugfix file permissions in install/upgrade/restore 2022-04-15 16:39:12 +02:00
JensDiemer
67f4d47ea3 Always recreate fresh venv 2022-04-15 16:38:10 +02:00
JensDiemer
674bb2ca25 install Cython to fix #15 2021-11-22 23:53:57 +01:00
JensDiemer
92f8c45db6 Fix #15 by use pip with "--prefer-binary"
See also: https://matplotlib.org/stable/users/installing/index.html
2021-11-22 23:41:01 +01:00
JensDiemer
2656f44309 remove not needed "--upgrade" 2021-11-22 23:17:51 +01:00
JensDiemer
0ea8bde688 Install/update python "wheel" package, too. 2021-11-22 23:17:51 +01:00
JensDiemer
f700180afb Use pip install with "--no-deps"
Work-a-round for https://github.com/pypa/pip/issues/9644

Any generally a good idea, because our "requirements.txt" should always contain all needed packages
;)
2021-11-22 22:46:52 +01:00
JensDiemer
dca8f22b69 Update and fixes 2021-10-10 16:19:47 +02:00
JensDiemer
91c1c4fbb0 fix restore: create log path and file before chown call 2020-12-23 18:44:41 +01:00
JensDiemer
b65dab64db Fix restore by calling chown for log file 2020-12-23 08:57:06 +01:00
JensDiemer
85b573046b restore $public_path, too 2020-12-22 18:55:27 +01:00
JensDiemer
d7b014cbf6 fix change url by using $new_domain and $new_path in settings 2020-12-22 18:53:57 +01:00
JensDiemer
94fc74cc02 init 2020-12-12 19:38:58 +01:00