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
- make - build tools (apt-get install make) installed locally
19
21
- At least 4 CPUs and 12GB of RAM (recommended: 16GB) dedicated to docker
20
22
@@ -227,6 +229,20 @@ Please open http://docker.localhost:80 for validation.
227
229
Run make logs to see log output
228
230
```
229
231
232
+
### (Optional) Enable Graph Insights Extension
233
+
234
+
If you want to have Graph Insights enabled as well, first you need a license.
235
+
Then you can simiply run this:
236
+
237
+
238
+
```shell
239
+
mkdir licenses
240
+
ln -s your-license-file.lic graphinsights.lic
241
+
make enable-extension EXTENSION=graphinsights
242
+
```
243
+
244
+
Please also visit our extended [documentation for Graph Insights ](../../deploy-and-configure/configuration/graphinsights/#a-enable-in-docker-compose-deployment)
245
+
230
246
## Initial Login / Test
231
247
232
248
Open your browser and navigate to <http://docker.localhost>
If you want to have Graph Insights enabled as well, first you need a license.
147
+
Then you can simiply run this:
148
+
149
+
150
+
```shell
151
+
mkdir licenses
152
+
ln -s your-license-file.lic graphinsights.lic
153
+
make enable-extension EXTENSION=graphinsights
154
+
```
155
+
156
+
Please also visit our extended [documentation for Graph Insights ](../../deploy-and-configure/configuration/graphinsights/#a-enable-in-docker-compose-deployment)
157
+
144
158
## Validation and Finalisation
145
159
146
160
Open your browser and navigate to the host you have created in DNS server, e.g. `https://corporate-memory.eccenca.dev`
0 commit comments