WebAppDIRAC是DIRAC软件的门户。
项目描述
DIRAC项目的Web应用扩展。WebAppDIRAC使用extjs 6.2.0和python 3编写。
master分支状态(稳定)
integration分支状态(开发)
安装
安装WebAppDIRAC的说明请参阅此处。
配置
要配置Web门户,您需要在DIRAC配置中创建/WebApp部分
WebApp
{
# Specifies the caption in the title in the browser. By default, the name of the configuration is taken.
# Title = "My title"
# To use some balancer(e.g.: nginx) assign a balaser name here. By default, the portal is launched without a balancer.
# Balancer = None
# If a balancer is defined, this option determines the number of processes that will run in parallel on different ports. By default: 1.
# NumProcesses = 1
# If you want to run web portal in "development mode", by default, this is disabled.
# DevelopMode = True
# Change the root of the request path to the server(default: /DIRAC). It is not recommended to change.
# RootURL = /DIRAC
# To configure https protocol. It is not recommended to change.
# If you use balancer this options will ignore and will use HTTP options.
# HTTPS
# {
# To disable https protocol delete value. It is not recommended to change.
# Enabled = True
# To set another port(default: 8443).
# Port = 8443
# Host certificate pem
# Cert = /opt/dirac/etc/grid-security/hostcert.pem
# Host key pem
# Cert = /opt/dirac/etc/grid-security/hostkey.pem
# }
# To configure http protocol. It is not recommended to change.
# HTTP
# {
# To set another port. By default 8000 if you use balancer and 8080 if not.
# Port = 8000
# }
# To set secret for security cookies
# CookieSecret = mysecret
# Next section contain access rights.
# Access
# {
# upload = TruestedHost
# }
# Path to favicon icon. It is not recommended to change.
# Icon = /static/core/img/icons/system/favicon.ico
# SSL protocol to use.
# SSLProtocol =
# Set static directories.
# DefaultStaticDirs = None
}
项目详情
下载文件
下载适合您平台的文件。如果您不确定选择哪个,请了解更多关于安装包的信息。
源代码分发
webappdirac-5.0.12.tar.gz (1.7 MB 查看哈希值)
构建分发
WebAppDIRAC-5.0.12-py3-none-any.whl (4.7 MB 查看哈希值)