neos/neos-io-distribution
最新稳定版本:2.0
Composer 安装命令:
composer require neos/neos-io-distribution
包简介
neos.io website distribution
README 文档
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.
统计信息
- 总下载量: 19
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 20
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0
- 更新时间: 2015-08-05