Skip to content

Commit 59b77b0

Browse files
committed
feat(dev): replaced memchache module with redis;
- Replaced `memcache` module with `redis`.
1 parent 4fd83e0 commit 59b77b0

File tree

2 files changed

+104
-104
lines changed

2 files changed

+104
-104
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ If skipping, you may need to replace `composer` with `php composer.phar` for you
1616
composer create-project opengov/opengov-project:dev-master MYPROJECT --no-interaction
1717
```
1818

19-
3. Install using interactive installer, choose `Open Government` as your installation profile.
19+
3. Install using interactive installer, choose `Open Government` as your installation profile.
2020

2121

2222
## Scope
@@ -35,7 +35,7 @@ The following contributed modules are installed as part of the profile
3535
- fontawesome
3636
- google_analytics
3737
- honeypot
38-
- memcache
38+
- redis
3939
- menu_breadcrumb
4040
- metatag
4141
- pathauto

og.info.yml

+102-102
Original file line numberDiff line numberDiff line change
@@ -1,102 +1,102 @@
1-
name: Open Government
2-
type: profile
3-
description: 'Distribution profile for the Open Government project for Government of Canada'
4-
core: 8.x
5-
6-
# Required modules to install to support the profile
7-
install:
8-
# core
9-
- action
10-
- block
11-
- block_content
12-
- breakpoint
13-
- ckeditor
14-
- comment
15-
- config
16-
- content_moderation
17-
- contextual
18-
- datetime
19-
- dblog
20-
- dynamic_page_cache
21-
- editor
22-
- field
23-
- field_ui
24-
- filter
25-
- layout_builder
26-
- layout_discovery
27-
- media
28-
- menu_link_content
29-
- menu_ui
30-
- node
31-
- page_cache
32-
- path
33-
- quickedit
34-
- rdf
35-
- shortcut
36-
- system
37-
- taxonomy
38-
- toolbar
39-
- user
40-
- views
41-
- views_ui
42-
- workflows
43-
#core (Field types)
44-
- file
45-
- image
46-
- link
47-
- options
48-
- text
49-
# core (Multilingual)
50-
- config_translation
51-
- content_translation
52-
- language
53-
- locale
54-
# core (Experimental)
55-
- media_library
56-
# core (Web services)
57-
- rest
58-
- serialization
59-
# contrib
60-
- admin_toolbar
61-
- admin_toolbar_links_access_filter
62-
- admin_toolbar_tools
63-
- autologout
64-
# - bootstrap_layouts
65-
- ckeditor_codemirror
66-
- csv_serialization
67-
- ctools
68-
- facets
69-
- facets_summary
70-
- fontawesome
71-
- google_analytics
72-
- honeypot
73-
- memcache
74-
- menu_breadcrumb
75-
- metatag
76-
- metatag_dc
77-
- metatag_twitter_cards
78-
- pathauto
79-
# - redirect
80-
- search_api
81-
- search_api_solr
82-
- simple_sitemap
83-
- token
84-
- token_filter
85-
- views_bootstrap
86-
- webform_ui
87-
- webform
88-
# custom
89-
- alter_block
90-
- alter_view
91-
- content_type_breadcrumb
92-
- external_comment
93-
- map
94-
- og_ext_webform
95-
- voting_webform
96-
- webform_resend
97-
themes:
98-
- stable
99-
- classy
100-
- seven
101-
- bootstrap
102-
- gcweb
1+
name: Open Government
2+
type: profile
3+
description: 'Distribution profile for the Open Government project for Government of Canada'
4+
core: 8.x
5+
6+
# Required modules to install to support the profile
7+
install:
8+
# core
9+
- action
10+
- block
11+
- block_content
12+
- breakpoint
13+
- ckeditor
14+
- comment
15+
- config
16+
- content_moderation
17+
- contextual
18+
- datetime
19+
- dblog
20+
- dynamic_page_cache
21+
- editor
22+
- field
23+
- field_ui
24+
- filter
25+
- layout_builder
26+
- layout_discovery
27+
- media
28+
- menu_link_content
29+
- menu_ui
30+
- node
31+
- page_cache
32+
- path
33+
- quickedit
34+
- rdf
35+
- shortcut
36+
- system
37+
- taxonomy
38+
- toolbar
39+
- user
40+
- views
41+
- views_ui
42+
- workflows
43+
#core (Field types)
44+
- file
45+
- image
46+
- link
47+
- options
48+
- text
49+
# core (Multilingual)
50+
- config_translation
51+
- content_translation
52+
- language
53+
- locale
54+
# core (Experimental)
55+
- media_library
56+
# core (Web services)
57+
- rest
58+
- serialization
59+
# contrib
60+
- admin_toolbar
61+
- admin_toolbar_links_access_filter
62+
- admin_toolbar_tools
63+
- autologout
64+
# - bootstrap_layouts
65+
- ckeditor_codemirror
66+
- csv_serialization
67+
- ctools
68+
- facets
69+
- facets_summary
70+
- fontawesome
71+
- google_analytics
72+
- honeypot
73+
- redis
74+
- menu_breadcrumb
75+
- metatag
76+
- metatag_dc
77+
- metatag_twitter_cards
78+
- pathauto
79+
# - redirect
80+
- search_api
81+
- search_api_solr
82+
- simple_sitemap
83+
- token
84+
- token_filter
85+
- views_bootstrap
86+
- webform_ui
87+
- webform
88+
# custom
89+
- alter_block
90+
- alter_view
91+
- content_type_breadcrumb
92+
- external_comment
93+
- map
94+
- og_ext_webform
95+
- voting_webform
96+
- webform_resend
97+
themes:
98+
- stable
99+
- classy
100+
- seven
101+
- bootstrap
102+
- gcweb

0 commit comments

Comments
 (0)