Weblate 4.8.1 用户文档
–触发的质量检查数 • configuration_errors" (int) –配置错误数 • suggestions" (int) –待处理建议数 • celery_queues (object) –Celery 队列长度,见使用 Celery 的后台任务 • name (string) –配置的服务器名 1.12.18 通知钩子 通知钩子允许外部应用来通知 Weblate 版本控制系统(VCS)仓库已经更新。 WEBLATE_ADMIN_EMAIL Number of processes and memory consumption The number of worker processes for both uWSGI and Celery is determined automatically based on number of CPUs. This works well for most cloud virtual machines UWSGI_WORKERS: 4 CELERY_MAIN_OPTIONS: --concurrency 2 CELERY_NOTIFY_OPTIONS: --concurrency 1 CELERY_TRANSLATE_OPTIONS: --concurrency 1 参见: WEBLATE_WORKERS CELERY_MAIN_OPTIONS, CELERY_NOTIFY_OPTIONS, CELERY_MEMORY_OPTIONS0 码力 | 453 页 | 7.80 MB | 1 年前3Weblate 4.7.2 用户文档
–触发的质量检查数 • configuration_errors" (int) –配置错误数 • suggestions" (int) –待处理建议数 • celery_queues (object) –Celery 队列长度,见使用 Celery 的后台任务 • name (string) –配置的服务器名 1.12.18 通知钩子 通知钩子允许外部应用来通知 Weblate 版本控制系统(VCS)仓库已经更新。 WEBLATE_ADMIN_EMAIL Number of processes and memory consumption The number of worker processes for both uWSGI and Celery is determined automatically based on number of CPUs. This works well for most cloud virtual machines UWSGI_WORKERS: 4 CELERY_MAIN_OPTIONS: --concurrency 2 CELERY_NOTIFY_OPTIONS: --concurrency 1 CELERY_TRANSLATE_OPTIONS: --concurrency 1 参见: WEBLATE_WORKERS CELERY_MAIN_OPTIONS, CELERY_NOTIFY_OPTIONS, CELERY_MEMORY_OPTIONS0 码力 | 448 页 | 7.73 MB | 1 年前3Weblate 4.7 用户文档
–触发的质量检查数 • configuration_errors" (int) –配置错误数 • suggestions" (int) –待处理建议数 • celery_queues (object) –Celery 队列长度,见使用 Celery 的后台任务 • name (string) –配置的服务器名 1.12.18 通知钩子 通知钩子允许外部应用来通知 Weblate 版本控制系统(VCS)仓库已经更新。 WEBLATE_ADMIN_EMAIL Number of processes and memory consumption The number of worker processes for both uWSGI and Celery is determined automatically based on number of CPUs. This works well for most cloud virtual machines UWSGI_WORKERS: 4 CELERY_MAIN_OPTIONS: --concurrency 2 CELERY_NOTIFY_OPTIONS: --concurrency 1 CELERY_TRANSLATE_OPTIONS: --concurrency 1 参见: WEBLATE_WORKERS CELERY_MAIN_OPTIONS, CELERY_NOTIFY_OPTIONS, CELERY_MEMORY_OPTIONS0 码力 | 445 页 | 7.72 MB | 1 年前3Weblate 4.8 用户文档
–触发的质量检查数 • configuration_errors" (int) –配置错误数 • suggestions" (int) –待处理建议数 • celery_queues (object) –Celery 队列长度,见使用 Celery 的后台任务 • name (string) –配置的服务器名 1.12.18 通知钩子 通知钩子允许外部应用来通知 Weblate 版本控制系统(VCS)仓库已经更新。 WEBLATE_ADMIN_EMAIL Number of processes and memory consumption The number of worker processes for both uWSGI and Celery is determined automatically based on number of CPUs. This works well for most cloud virtual machines UWSGI_WORKERS: 4 CELERY_MAIN_OPTIONS: --concurrency 2 CELERY_NOTIFY_OPTIONS: --concurrency 1 CELERY_TRANSLATE_OPTIONS: --concurrency 1 参见: WEBLATE_WORKERS CELERY_MAIN_OPTIONS, CELERY_NOTIFY_OPTIONS, CELERY_MEMORY_OPTIONS0 码力 | 452 页 | 7.79 MB | 1 年前3Weblate 4.7.1 用户文档
–触发的质量检查数 • configuration_errors" (int) –配置错误数 • suggestions" (int) –待处理建议数 • celery_queues (object) –Celery 队列长度,见使用 Celery 的后台任务 • name (string) –配置的服务器名 1.12.18 通知钩子 通知钩子允许外部应用来通知 Weblate 版本控制系统(VCS)仓库已经更新。 WEBLATE_ADMIN_EMAIL Number of processes and memory consumption The number of worker processes for both uWSGI and Celery is determined automatically based on number of CPUs. This works well for most cloud virtual machines UWSGI_WORKERS: 4 CELERY_MAIN_OPTIONS: --concurrency 2 CELERY_NOTIFY_OPTIONS: --concurrency 1 CELERY_TRANSLATE_OPTIONS: --concurrency 1 参见: WEBLATE_WORKERS CELERY_MAIN_OPTIONS, CELERY_NOTIFY_OPTIONS, CELERY_MEMORY_OPTIONS0 码力 | 447 页 | 7.73 MB | 1 年前3Weblate 4.6.2 用户文档
Weblate 为其操作使用其他服务。至少需要后面的服务运行: PostgreSQL 数据库服务器,请参见 Weblate 的数据库设置 。 Redis 服务器,用于缓存和任务队列,请参见 使用 Celery 的后台任务 。 SMTP 服务器,用于发送电子邮件,请参见 配置电子邮件发件箱 。 Python 依赖性 Weblate 用 Python [https://www.python.org/] pip 或你的发布包来安装依赖性,完全列表可在 requirements.txt 中找到。 最重要的依赖性: Django https://www.djangoproject.com/ Celery https://docs.celeryproject.org/ Translate Toolkit (翻译工具包) https://toolkit.translatehouse.org/ 进程需要能够读写它保存数据的目录 - setting:DATA_DIR。该目录下 的所有文件都应该由运行所有 Weblate 进程的用户拥有和可写入(通常是 WSGI 和 Celery,见 运行服务器 and 使用 Celery 的后台任务)。 默认的配置放置在 Weblate 源的相同树下,然而你会想要将这些移动到更好 的位置,如: /var/lib/weblate 。 Weblate 试图0 码力 | 762 页 | 9.22 MB | 1 年前3Weblate 4.6.1 用户文档
Weblate 为其操作使用其他服务。至少需要后面的服务运行: PostgreSQL 数据库服务器,请参见 Weblate 的数据库设置 。 Redis 服务器,用于缓存和任务队列,请参见 使用 Celery 的后台任务 。 SMTP 服务器,用于发送电子邮件,请参见 配置电子邮件发件箱 。 Python 依赖性 Weblate 用 Python [https://www.python.org/] pip 或你的发布包来安装依赖性,完全列表可在 requirements.txt 中找到。 最重要的依赖性: Django https://www.djangoproject.com/ Celery https://docs.celeryproject.org/ Translate Toolkit (翻译工具包) https://toolkit.translatehouse.org/ 进程需要能够读写它保存数据的目录 - setting:DATA_DIR。该目录下 的所有文件都应该由运行所有 Weblate 进程的用户拥有和可写入(通常是 WSGI 和 Celery,见 运行服务器 and 使用 Celery 的后台任务)。 默认的配置放置在 Weblate 源的相同树下,然而你会想要将这些移动到更好 的位置,如: /var/lib/weblate 。 Weblate 试图0 码力 | 761 页 | 9.22 MB | 1 年前3Weblate 4.6.2 用户文档
WEBLATE_ADMIN_EMAIL Number of processes and memory consumption The number of worker processes for both uWSGI and Celery is determined automatically based on number of CPUs. This works well for most cloud virtual machines UWSGI_WORKERS: 4 CELERY_MAIN_OPTIONS: --concurrency 2 CELERY_NOTIFY_OPTIONS: --concurrency 1 CELERY_TRANSLATE_OPTIONS: --concurrency 1 参见: WEBLATE_WORKERS CELERY_MAIN_OPTIONS, CELERY_NOTIFY_OPTIONS, CELERY_MEMORY_OPTIONS CELERY_MEMORY_OPTIONS, CELERY_TRANSLATE_OPTIONS, CELERY_BACKUP_OPTIONS, CELERY_BEAT_OPTIONS, UWSGI_WORKERS Scaling horizontally 4.6 新版功能. 警告: 该功能目前处于技术预览阶段。 You can run multiple Weblate containers to scale the0 码力 | 437 页 | 4.64 MB | 1 年前3Weblate 4.6.1 用户文档
WEBLATE_ADMIN_EMAIL Number of processes and memory consumption The number of worker processes for both uWSGI and Celery is determined automatically based on number of CPUs. This works well for most cloud virtual machines UWSGI_WORKERS: 4 CELERY_MAIN_OPTIONS: --concurrency 2 CELERY_NOTIFY_OPTIONS: --concurrency 1 CELERY_TRANSLATE_OPTIONS: --concurrency 1 参见: WEBLATE_WORKERS CELERY_MAIN_OPTIONS, CELERY_NOTIFY_OPTIONS, CELERY_MEMORY_OPTIONS CELERY_MEMORY_OPTIONS, CELERY_TRANSLATE_OPTIONS, CELERY_BACKUP_OPTIONS, CELERY_BEAT_OPTIONS, UWSGI_WORKERS Scaling horizontally 4.6 新版功能. 警告: 该功能目前处于技术预览阶段。 You can run multiple Weblate containers to scale the0 码力 | 436 页 | 4.64 MB | 1 年前3Weblate 4.6 用户文档
Weblate 为其操作使用其他服务。至少需要后面的服务运行: PostgreSQL 数据库服务器,请参见 Weblate 的数据库设置 。 Redis 服务器,用于缓存和任务队列,请参见 使用 Celery 的后台任务 。 SMTP 服务器,用于发送电子邮件,请参见 配置电子邮件发件箱 。 Python 依赖性 Weblate 用 Python [https://www.python.org/] pip 或你的发布包来安装依赖性,完全列表可在 requirements.txt 中找到。 最重要的依赖性: Django https://www.djangoproject.com/ Celery https://docs.celeryproject.org/ Translate Toolkit (翻译工具包) https://toolkit.translatehouse.org/ 进程需要能够读写它保存数据的目录 - setting:DATA_DIR。该目录下 的所有文件都应该由运行所有 Weblate 进程的用户拥有和可写入(通常是 WSGI 和 Celery,见 运行服务器 and 使用 Celery 的后台任务)。 默认的配置放置在 Weblate 源的相同树下,然而你会想要将这些移动到更好 的位置,如: /var/lib/weblate 。 Weblate 试图0 码力 | 760 页 | 9.22 MB | 1 年前3
共 93 条
- 1
- 2
- 3
- 4
- 5
- 6
- 10