Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add contao/core-bundle and contao/installation-bundle #464

Merged
4 commits merged into from
Aug 31, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions contao/core-bundle/4.6/config/packages/contao_core.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# See https://github.com/contao/core-bundle
contao:
web_dir: "%kernel.project_dir%/public"
21 changes: 21 additions & 0 deletions contao/core-bundle/4.6/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"bundles": {
"Contao\\CoreBundle\\ContaoCoreBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"composer-scripts": {
"contao:install %PUBLIC_DIR%": "symfony-cmd",
"contao:symlinks %PUBLIC_DIR%": "symfony-cmd"
},
"gitignore": [
"/assets/",
"/files/",
"/system/*",
"!/system/config/",
"/system/config/localconfig.php",
"/system/config/tcpdf.php",
"/system/modules/*/.skip"
]
}
16 changes: 16 additions & 0 deletions contao/core-bundle/4.6/post-install.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<bg=blue;fg=white> </>
<bg=blue;fg=white> Next: Contao configuration </>
<bg=blue;fg=white> </>

* Enable ESI in the <fg=green>config/packages/framework.yaml</> file.

* Add the Contao routes to your <fg=green>config/routing.yaml</> file and
make sure they are loaded at the very end.

* Edit your <fg=green>config/security.yaml</> file and include all the
necessary providers, firewalls and access control sections.

* Complete the installation by opening the <fg=green>/contao/install</> route
in your browser.

Documentation: https://github.com/contao/core-bundle
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
contao_installation:
resource: "@ContaoInstallationBundle/Resources/config/routing.yml"
8 changes: 8 additions & 0 deletions contao/installation-bundle/4.6/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"bundles": {
"Contao\\InstallationBundle\\ContaoInstallationBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}