You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Point your browser to `https://localhost:8080` (the port can be changed using the `PORT` environment variable)
36
+
- Point your browser to `http://localhost:8080` (the port can be changed using the `PORT` environment variable)
36
37
37
38
# Developing
38
39
@@ -86,6 +87,8 @@ To run a single test file , use `--spec`. For instance:
86
87
87
88
### Staging Deployment
88
89
90
+
The staging environment can be accessed here: https://govgraphsearchstaging.dev/
91
+
89
92
Staging deployment is triggered automatically whenever a pull request is merged into the main branch.
90
93
91
94
This is made possible by the deploy-staging GitHub Action.
@@ -120,7 +123,7 @@ Production deployments have to be triggered manually for security reasons.
120
123
121
124
## Deployment Steps
122
125
123
-
1. Go to production site https://govgraphsearch.dev/ and view the source.
126
+
1. Go to production site https://gov-search.service.gov.uk/ and view the source.
124
127
2. Look for the line beginning `<!-- Google Tag Manager (noscript) --><noscript><iframe src="https://www.googletagmanager.com/ns.html?` and note the values of the URL parameters `id` and `gtm_auth`. They look like `GTM-XXXXXXX` and `aWEg5ABBXXXXXXXXXXXXXXXXX`.
125
128
3. Run the script `deploy-to-gcp.sh` located at the root directory
126
129
4. Enter the value of `id` as in step 2 as the GTM tracking ID.
@@ -183,3 +186,7 @@ log.error(error, 'error')
183
186
// If you want to log an object:
184
187
log.info({ a:123, b:456 }, 'This is a log')
185
188
```
189
+
190
+
# Web analytics
191
+
192
+
Some of the activity of users who consent to a tracking cookie can be viewed in a [GA4 dashboard](https://analytics.google.com/analytics/web/?authuser=0#/p303522524/reports/intelligenthome).
0 commit comments