neos/neos-development-distribution
Composer 安装命令:
composer require neos/neos-development-distribution
包简介
Neos Development Distribution
README 文档
README
This repository provides a basis for developing Neos. The dependencies defined in composer.json will install
the development collections of Neos and Flow, which allows you to create bugfixes and new features and push them to
the respective repositories for review and inclusion into the core.
Learn more about the Neos content application platform on http://www.neos.io/.
Quick Start
Docker Setup
First time will take some time because we load all "neos/*" dependencies as Git repositories.
docker compose up -d && docker compose logs -f
local checkout
cd /your/local/path git clone https://github.com/neos/neos-development-distribution.git cd neos-development-distribution curl -s https://getcomposer.org/installer | php php composer.phar install
For details see https://discuss.neos.io/t/development-setup
web server configuration
See https://docs.neos.io/cms/contributing-to-neos
how to push changes
- Fork on github.com
- git remote add fork git@github.com:your-account/neos-development-distribution.git
- git checkout -b dev-your-branch
- git commit ...
- git push fork
- Create Pull Request on github.com
For details see https://discuss.neos.io/t/development-workflow-for-github
Run tests via IntelliJ, see: ./doc/tests-in-intellij.md
统计信息
- 总下载量: 947
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 16
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0-or-later
- 更新时间: 2015-09-26