neos development collection
Neos 9.0.0-beta17
该存储库是NEOS Content应用程序平台的软件包集合(请在https://www.neos.io/上了解更多信息)。存储库用于开发,所有拉的请求都应参与其中。
如果要安装NEO,请查看安装和设置文档:https://docs.neos.io/guide/installation-development-setup
对于NEOS 9上的(特定)文档,请阅读下面...
如果您想为NEO贡献并想建立开发环境,请阅读贡献中的说明。md
对于NEOS 9上的(特定)文档,请阅读下面...
请按照通常的配置步骤(如NEOS 8)安装作曲家依赖项并在Settings.yaml中配置数据库连接。
运行学说迁移:
./flow doctrine:migrate
FLOW_CONTEXT=Testing/Postgres ./flow doctrine:migrate设置内容存储库
./flow cr:setup您可以从以下选项之一中选择:
./flow site:create neosdemo Neos.Demo Neos.Demo:Document.Homepage # the following config points to a Neos 8.0 database (adjust to your needs)
./flow site:exportLegacyData --path ./migratedContent --config ' {"dbal": {"dbname": "neos80"}, "resourcesPath": "/path/to/neos-8.0/Data/Persistent/Resources"} '
# import the migrated data
./flow site:importAll --path ./migratedContent./flow site:importAll --package-key Neos.Demo./flow server:run