Recipe for NumberNine CMS 0.2 (#1049)

This commit is contained in:
William Arin
2021-08-02 20:15:40 +02:00
committed by GitHub
parent b9b880ac73
commit c2b23e130b
3 changed files with 26 additions and 0 deletions
@@ -0,0 +1,2 @@
numbernine:
resource: '@NumberNineBundle/Resources/config/routing.yaml'
+17
View File
@@ -0,0 +1,17 @@
{
"bundles": {
"NumberNine\\Bundle\\NumberNineBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"copy-from-package": {
"install/docker-compose.yml": "docker-compose.yml",
"install/docker/": "docker/",
"install/public/": "%PUBLIC_DIR%/"
},
"gitignore": [
"/public/admin",
"/public/uploads"
]
}
+7
View File
@@ -0,0 +1,7 @@
<bg=blue;fg=white> </>
<bg=blue;fg=white> NumberNine is almost ready </>
<bg=blue;fg=white> </>
* <fg=blue>Run</> <comment>php bin/console numbernine:docker:install</>
* <fg=blue>Read</> the documentation at <comment>https://numberninecms.github.io/</>