comparison doc/installation.txt @ 8345:35fab0db52f5

docs(install): document how to install gpg 2.0 Add link in install doc to upgrading doc and document pip command there.
author John Rouillard <rouilj@ieee.org>
date Wed, 25 Jun 2025 23:05:19 -0400
parents 3614cd64f4c4
children d94bba15b65e
comparison
equal deleted inserted replaced
8344:6137598ac8b0 8345:35fab0db52f5
246 246
247 gpg 247 gpg
248 If gpg_ is installed you can configure the mail gateway to perform 248 If gpg_ is installed you can configure the mail gateway to perform
249 verification or decryption of incoming OpenPGP MIME messages. When 249 verification or decryption of incoming OpenPGP MIME messages. When
250 configured, you can require email to be cryptographically signed 250 configured, you can require email to be cryptographically signed
251 before roundup will allow it to make modifications to issues. 251 before roundup will allow it to make modifications to issues. (Note
252 with python 3.13 or newer on some platforms, you may need to install
253 version 2.0 of gpg from test.pypi.org. See the `gpg install
254 directions in the upgrading document`_.
255
252 256
253 jinja2 257 jinja2
254 To use the jinja2 template (may still be experimental, check out 258 To use the jinja2 template (may still be experimental, check out
255 its TEMPLATE-INFO.txt file) you need 259 its TEMPLATE-INFO.txt file) you need
256 to have the jinja2_ template engine installed. 260 to have the jinja2_ template engine installed.
315 If you are using OAuth authentication with the roundup-mailgw 319 If you are using OAuth authentication with the roundup-mailgw
316 mail gateway you must install the requests_ library. 320 mail gateway you must install the requests_ library.
317 321
318 .. _Using Redis for Session Databases: 322 .. _Using Redis for Session Databases:
319 admin_guide.html#using-redis-for-session-databases 323 admin_guide.html#using-redis-for-session-databases
324
325 .. _gpg install directions in the upgrading document:
326 upgrading.html#directions-for-installing-gpg
320 327
321 Installing Roundup 328 Installing Roundup
322 ================== 329 ==================
323 330
324 To get a production installation running will take 15-30 minutes. If 331 To get a production installation running will take 15-30 minutes. If

Roundup Issue Tracker: http://roundup-tracker.org/