跳转到主要内容

知识管理实体的/关系的存储库

项目描述

CubicWeb 是一个基于实体/关系的知识管理系统,由 Logilab 开发。

此包包含

  • 存储库服务器

  • 存储库的 RQL 命令行客户端

  • 到服务器的自适应 modpython 接口

  • 其他管理工具

pipeline status PyPI - Downloads PyPI - License Docker Pulls

内部 Sonarqube 的内联网链接: https://sonarqube.k.intra.logilab.fr/dashboard?id=cubicweb-cubicweb

Quality Gate Status Reliability Rating Security Rating Technical Debt Vulnerabilities

安装

更多详细信息请参阅 https://cubicweb.readthedocs.io/en/latest/book/admin/setup

入门

执行

python3 -m venv venv
source venv/bin/activate
pip install cubicweb cubicweb-blog
cubicweb-ctl create blog myblog
# read how to create your ~/etc/cubicweb.d/myblog/pyramid.ini file here:
# https://cubicweb.readthedocs.io/en/latest/book/pyramid/settings/#pyramid-settings-file
# then start your instance:
cubicweb-ctl start -D myblog
sensible-browser http://localhost:8080/

详细信息请参阅 https://cubicweb.readthedocs.io/en/latest/tutorials/base/blog-in-five-minutes

您还可以查看 Logilab 的 forge 上的最新构建: https://forge.extranet.logilab.fr/cubicweb/cubicweb

测试

只需在此存储库根目录中运行 tox 命令

tox

如何安装 tox: https://tox.readthedocs.io/en/latest/install.html

文档

查看 doc/ 子目录或阅读 https://cubicweb.readthedocs.io/en/latest/

CubicWeb 包含 Daniel Bruce 的 Entypo 图标 - http://www.entypo.com

贡献

补丁可以在 Logilab 的 forge 上提交 (https://forge.extranet.logilab.fr)。如果您没有写入权限,请联系我们 contact@logilab.fr

如果您有任何疑问,也可以使用矩阵客户端进入Logilab的公共矩阵房间:#cubicweb:matrix.logilab.org

支持