无法访问 Red Hat Linux 服务器中的 UI 个组件

Unable to access UI components in Red Hat Linux Server

我无法访问 gramex 中的 UI 组件。我尝试了所有我知道的事情。我正在使用 Red Hat Linux 服务器。 我在日志中收到以下警告:

不允许“/home/gramex/.local/lib/python3.7/site-packages/gramex/apps/ui/node_modules/bootstrap-select/dist/css/bootstrap-select.min.css”。它匹配“.*”

发生这种情况是因为 Gramex 安装在 /home/gramex/.local/lib/python3.7/site-packages/gramex 下。

请注意 `/.local/" 中的点 (.)。FileHandler ignores paths beginning with dot.

解决方案 #1:请在没有 . 的路径中安装 Anaconda / Python。

解决方案 #2:将此添加到 gramex.yaml

# This is the default Gramex configuration.
# Copy it to your gramex.yaml and comment out the line mentioned below:
handlers:
  FileHandler:
    ignore:
      # Comment out or remove the next line
      # - ".*"                    # Hide dotfiles
      - gramex*.yaml              # Always ignore gramex config files
      - "*.py*"                   # Hide Python scripts