Merge pull request #1114

This commit is contained in:
symfony-flex-server[bot]
2021-04-19 14:59:45 +00:00
committed by GitHub
6 changed files with 29 additions and 3 deletions
+1 -1
View File
@@ -8,4 +8,4 @@
3. Create the elasticsearch indices by running <info>php bin/console ongr:es:index:create</> and <comment>php bin/console ongr:es:index:create --manager live</>.
4. Make sure your user has all the necessary permissions for the <fg=green>SuluArticleBundle</>.
* <fg=blue>Read</> the documentation at <comment>https://github.com/sulu/SuluArticleBundle/blob/master/Resources/doc/README.md</>
* <fg=blue>Read</> the documentation at <comment>https://github.com/sulu/SuluArticleBundle/blob/2.x/Resources/doc/README.md</>
+1 -1
View File
@@ -7,4 +7,4 @@
2. If the statements look fine to you, run the same command using <info>--force</> to execute them.
3. Make sure your user has all the necessary permissions for the <fg=green>SuluFormBundle</>.
* <fg=blue>Read</> the documentation at <comment>https://github.com/sulu/SuluFormBundle/blob/master/Resources/doc/index.md</>
* <fg=blue>Read</> the documentation at <comment>https://github.com/sulu/SuluFormBundle/blob/2.x/Resources/doc/index.md</>
+1 -1
View File
@@ -4,4 +4,4 @@
* The <fg=green>SuluHeadlessBundle</> is almost ready:
Change the controller of your templates to <info>Sulu\Bundle\HeadlessBundle\Controller\HeadlessWebsiteController::indexAction</>.
Read the documentation at <comment>https://github.com/sulu/SuluHeadlessBundle/blob/master/README.md</> to learn how.
Read the documentation at <comment>https://github.com/sulu/SuluHeadlessBundle/blob/0.x/README.md</> to learn how.
@@ -0,0 +1,8 @@
sulu_redirect_api:
type: rest
resource: "@SuluRedirectBundle/Resources/config/routing_api.yml"
prefix: /admin/api
sulu_redirect:
resource: "@SuluRedirectBundle/Resources/config/routing.yml"
prefix: /admin/redirects
+8
View File
@@ -0,0 +1,8 @@
{
"bundles": {
"Sulu\\Bundle\\RedirectBundle\\SuluRedirectBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}
+10
View File
@@ -0,0 +1,10 @@
<bg=blue;fg=white> </>
<bg=blue;fg=white> What's next? </>
<bg=blue;fg=white> </>
* The <fg=green>SuluRedirectBundle</> is almost ready:
1. Print the sql statements required to update your database schema by running <info>php bin/console doctrine:schema:update --dump-sql</>.
2. If the statements look fine to you, run the same command using <info>--force</> to execute them.
3. Make sure your user has all the necessary permissions for the <fg=green>SuluRedirectBundle</>.
* <fg=blue>Read</> the documentation at <comment>https://github.com/sulu/SuluRedirectBundle/blob/2.x/Resources/doc/README.md</>