This packages helps you to quickly set up a Neos Project. Besides a basic Neos setup we provided examples and configuration that helps us to quickly provide a kickstart.
- docker for mac
- enable VirtioFS in docker host settings (experimental features)
- alternatively, comment out the volume mount in the docker-compose.yml if you encounter bad local performance
- node -> to run Playwright Tests or for local development (without docker) of your sites JavaScript
- Neos 8.2
- PHP 8.1
- MariaDB 10.3
- Vips (instead of ImageMagick)
- Supercronic
- Bash-Highlighting (dev, staging, production)
- Gitlab-CI Pipeline Config
- Kubernetes Deployment
- E2E Tests
- Functional Tests
- Unit Tests
- Testsetup
- Functional and Unit
- Behavioural Tests
- Playwright Integration
- Playwright Testrunner
- Swiftmailer + Mailhog
- recommended plugins:
- Neos Support
- Makefile language
- PHP
- PHP Annotations
- PHP Toolbox
- Prettier
- make sure Prettier is activated for the correct extensions
- Docker
- Behat Support
- check, if autocompletion works for .yaml-files
- check, if it's possible to jump to Fusion Prototypes via cmd + click
!!!If you want to clone this package for another project:!!!
Run ./kickstart.sh an follow the instructions.
This should only be needed when running the project for the first time.
- run
./devs.sh setup, this will also install the Dev Script Runner. You can now usedev <some-taks>from anywhere inside the project. - for font awesome pro support in local dev
- open:
app/DistributionPackages/MyVendor.AwesomeNeosProject/Resources/Private/.npmrc.sample - and do what the file tells you ;)
- open:
- run
dev startto start all needed container of the project (seedocker-compose.ymlfor details) - run
dev loganddev log-flow-exceptionsto see what's going on in the containers - run
dev log-assetsto see the logs of scss being compiled to css and ts being compiled to js - run
devto see all available commands - run
dev <sometaks> --helpto get detailed help for a task - run
dev open-siteyou can login to the neos backend with the credentialsadminandpassword
As the script can be used to change the git remote and remove files development becomes hard ;)
Run ./kickstart.sh --dev to not remove certain files e.g. ./kickstart.sh.
Run ./kickstart.sh --restore-git after testing changes you made to ./kickstart.sh
Run dev log and dev log-flow-exceptions to see what's going on in the containers
Staging URL is: https://myvendor-awesomeneosproject-staging.cloud.sandstorm.de/ Htaccess credantials are in bitwarden.
The default flow command to import and export the site content is not stable. So we developed an easy-to-use shell script for this case and made it part of the make file:
The script places two archives in app/ContentDump for DB Content and the Ressources.
(Maybe init git lfs for the repo if you plan to use this script)
dev site-exportdev site-import- Examples for rights in Neos -> separate Distribution Package
- Custom Backend Module Beispiel in extra Distribution Package
- Frontendlogin in extra Distribution Package
- DataPrivacy -> maybe change config of Neos
- check caching config -> nginx e.g. images
- Distribution Package with search
- Check examples for accessibility issues