https://github.com/neos/neos-development-distribution
Distribution providing a basis for developing Neos
https://github.com/neos/neos-development-distribution
hacktoberfest
Last synced: 7 months ago
JSON representation
Distribution providing a basis for developing Neos
- Host: GitHub
- URL: https://github.com/neos/neos-development-distribution
- Owner: neos
- Created: 2015-09-11T06:35:09.000Z (over 10 years ago)
- Default Branch: 9.1
- Last Pushed: 2025-04-04T13:46:49.000Z (9 months ago)
- Last Synced: 2025-05-23T04:07:44.811Z (8 months ago)
- Topics: hacktoberfest
- Language: Shell
- Homepage: https://www.neos.io/
- Size: 7.79 MB
- Stars: 16
- Watchers: 4
- Forks: 32
- Open Issues: 3
-
Metadata Files:
- Readme: Readme.rst
Awesome Lists containing this project
README
-----------------------------
Neos development distribution
-----------------------------
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.
.. code:: bash
docker compose up -d && docker compose logs -f
local checkout
--------------
.. code:: bash
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
-------------------
1. Fork on github.com
2. git remote add fork git@github.com:your-account/neos-development-distribution.git
3. git checkout -b dev-your-branch
4. git commit ...
5. git push fork
6. Create Pull Request on github.com
For details see https://discuss.neos.io/t/development-workflow-for-github