forked from tongpitse/fixxx-schuldhulp
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Omgevingen hernoemen naar acceptance en production t.b.v. Datapunt
Amsterdam
- Loading branch information
1 parent
de530ce
commit a418d49
Showing
7 changed files
with
38 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -62,7 +62,8 @@ Gebruik Apache met mod-php, Apache met PHP-FPM, Nginx met PHP-FPM of IIS. Gebrui | |
git clone [email protected]:amsterdam/fixxx-schuldhulp.git | ||
cd fixxx-schuldhulp | ||
composer install | ||
php bin/console cache:clear --env=prod | ||
php bin/console cache:clear --env=acceptance | ||
php bin/console cache:clear --env=production | ||
|
||
Configueer tenslote een vhost van de webserver. Zie ook de specifieke handleiding per webserver [in de Symfony 4.0 handleiding](http://symfony.com/doc/current/setup/web_server_configuration.html) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
doctrine: | ||
orm: | ||
metadata_cache_driver: | ||
type: service | ||
id: doctrine.system_cache_provider | ||
query_cache_driver: | ||
type: service | ||
id: doctrine.system_cache_provider | ||
result_cache_driver: | ||
type: service | ||
id: doctrine.result_cache_provider | ||
|
||
services: | ||
doctrine.result_cache_provider: | ||
class: Symfony\Component\Cache\DoctrineProvider | ||
public: false | ||
arguments: | ||
- '@doctrine.result_cache_pool' | ||
doctrine.system_cache_provider: | ||
class: Symfony\Component\Cache\DoctrineProvider | ||
public: false | ||
arguments: | ||
- '@doctrine.system_cache_pool' | ||
|
||
framework: | ||
cache: | ||
pools: | ||
doctrine.result_cache_pool: | ||
adapter: cache.app | ||
doctrine.system_cache_pool: | ||
adapter: cache.system |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters