gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-deployment] branch master updated: added uprade info to SETUP-NOT


From: gnunet
Subject: [taler-deployment] branch master updated: added uprade info to SETUP-NOTES.md
Date: Mon, 04 May 2020 08:51:17 +0200

This is an automated email from the git hooks/post-receive script.

buck pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 0d67bb0  added uprade info to SETUP-NOTES.md
0d67bb0 is described below

commit 0d67bb027eb192ee208f9862829f16ff5257f947
Author: buckE <address@hidden>
AuthorDate: Mon May 4 06:50:41 2020 +0000

    added uprade info to SETUP-NOTES.md
---
 weblate/{SETUP.md => SETUP-NOTES.md} | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/weblate/SETUP.md b/weblate/SETUP-NOTES.md
similarity index 88%
rename from weblate/SETUP.md
rename to weblate/SETUP-NOTES.md
index a832d2f..b5e11fa 100644
--- a/weblate/SETUP.md
+++ b/weblate/SETUP-NOTES.md
@@ -9,6 +9,24 @@ Always refer to https://docs.weblate.org/ if necessary, or 
just for a good laugh
 See latest recommendations:
 
https://docs.weblate.org/en/latest/admin/upgrade.html?highlight=upgrade#generic-upgrade-instructions
 
+Current process:
+
+```
+$ . ~/weblate-env/bin/activate
+
+$ systemctl --user stop celery-weblate
+
+$ systemctl --user stop uwsgi-weblate
+
+$ pip install -U Weblate
+
+$ maybe re-build settings.py from 
~/weblate-env/lib/python3.8/site-packages/weblate/settings_example.py
+
+$ weblate collectstatic --noinput
+
+$ weblate check --deploy
+```
+
 ### Basic structure:
 
 This weblate instance runs as a python3 virtualenv under non-priv 
`/home/weblate`.
@@ -37,6 +55,9 @@ 
https://docs.weblate.org/en/latest/admin/install/venv-debian.html
  Must manually create 'weblate' database
  DB Credentials added to `settings.py` "DATABASES" section
 
+Do this:
+ `psql=> CREATE EXTENSION pg_trgm;``
+
 #### e-mail
 
  address@hidden
@@ -102,6 +123,14 @@ Our needs require running weblate under `weblate` user as 
a non-priv service.  T
 * Commands:
   `$ systemctl --user enable | disable | start | stop | status *servicename*`
 
+#### rollbar
+
+For error collection: 
https://docs.weblate.org/en/weblate-4.0.2/admin/install.html#collecting-errors
+
+(in virtualenv): `$ pip install rollbar`
+
+
+
 ### Running Weblate
 
 After installing and customizing, log into `weblate` shell account, and invoke 
virtualenv:

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]