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