mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
Recipe for NumberNine CMS 0.2 (#1049)
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
numbernine:
|
||||
resource: '@NumberNineBundle/Resources/config/routing.yaml'
|
||||
@@ -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"
|
||||
]
|
||||
}
|
||||
@@ -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/</>
|
||||
Reference in New Issue
Block a user