文件名称:opengever.core:OneGov GEVER核心软件包
文件大小:25.28MB
文件格式:ZIP
更新时间:2024-03-20 03:46:04
Python
opengever.core 目录 要获得基本的开发安装,请确保满足下面列出的依赖关系,然后运行以下步骤: $ git clone git@github.com:4teamwork/opengever.core.git $ cd opengever.core $ ln -s development.cfg buildout.cfg $ python bootstrap.py $ bin/buildout opengever.core至少需要Python 2.7,并且强烈建议使用64位版本的Python。 opengever.core需要一个SQL数据库来存储一些配置。 在配置您的第一个客户端之前,您需要设置一个数据库。 当前支持三种SQL数据库: PostgreSQL $ brew install postgresql --with-python $ brew services