neos / neos-io-distribution
neos.io website distribution
                                    Fund package maintenance!
                                                                            
                                                                                                                                        shop.neos.io/neosfunding
                                                                                    
                                                                
Installs: 19
Dependents: 0
Suggesters: 0
Security: 0
Stars: 20
Watchers: 12
Forks: 43
Open Issues: 61
pkg:composer/neos/neos-io-distribution
Requires
- flownative/google-cloudstorage: @beta
- flownative/gravatar: ^1.0
- flowpack/elasticsearch-contentrepositoryadaptor: dev-master#aa93f190a3df01d4358a287a50204eb5bd98330e
- kdambekalns/neos-discourseconnector: ~0.0.0
- neos/diff: @dev
- robertlemke/plugin-blog: ~1.0
- typo3/doctools: dev-master
- typo3/eel: 3.1.x-dev
- typo3/flow: 3.1.x-dev
- typo3/fluid: 3.1.x-dev
- typo3/form: @dev
- typo3/imagine: @dev
- typo3/media: @dev
- typo3/neos: 2.1.x-dev
- typo3/neos-googleanalytics: ~1.0
- typo3/neos-nodetypes: 2.1.x-dev
- typo3/neos-seo: @dev
- typo3/party: @dev
- typo3/release: dev-master
- typo3/setup: @dev
- typo3/swiftmailer: ~5.3
- typo3/twitter-bootstrap: @dev
- typo3/typo3cr: @dev
- typo3/typoscript: @dev
This package is auto-updated.
Last update: 2025-10-31 08:05:27 UTC
README
The official neos.io website package.
Setup & Installation
Clone the repository, and setup Neos as always:
- Set up Local Beach as described here: https://www.flownative.com/en/documentation/guides/localbeach/local-beach-setup-docker-based-neos-development-howto.html
- Run composer install
- Run beach start
- Run beach execto enter the container
- Inside the container run ./flow doctrine:migrateand site imports etc. as needed
- add the following domains:
- ./flow domain:add --site-node-name neosio --hostname neosio.localbeach.net --scheme https
- ./flow domain:add --site-node-name flowneosio --hostname flowneosio.localbeach.net --scheme https
- ./flow domain:add --site-node-name neosconio --hostname neosconio.localbeach.net --scheme https
 
Note: We require nvm as well as the yarn binary to be installed on your system.
Building the assets
Commands
| Command | Description | 
|---|---|
| yarn build | Builds all assets | 
| yarn pipeline | Runs install and then build all assets | 
| yarn start | Watches the sources and rebuilds assets on change | 
Troubleshooting Performance Issues with Neos.IO
If you experience slow website behavior on your machine while using Neos.IO, follow these steps to check for potential solutions:
- 
Docker Version: Ensure your Docker installation is up to date. Neos.IO requires Docker version 4.21 or above for optimal performance. 
- 
VirtioFS Status: Verify if VirtioFS is enabled in your Docker setup. VirtioFS provides improved I/O performance for operations on bind mounts, essential for Neos.IO to perform efficiently. - VirtioFS is available in macOS 12.5 and above. Make sure your macOS version meets this requirement.
- To enable VirtioFS and the Virtualization framework, check your Docker settings or configuration.
 
By following these steps, you can potentially address any performance-related issues with Neos.IO and enjoy a smoother website experience.