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 sure you enable 'generateHosts = false' in your /etc/hosts file to make sure
56
-
that this file wont be overwritten from the host system every time you restart this distribution
57
-
58
-
to be able to use systemd services and commands create /etc/wsl.conf with
54
+
Enter WSL machine
59
55
```
60
-
[boot]
61
-
systemd=true
56
+
$ wsl -d Debian
62
57
```
63
58
64
-
if you need to restart your wsl use in powershell:
65
-
```
66
-
$ wsl --shutdown
67
-
```
59
+
Enable ```generateHosts = false``` in your ```/etc/hosts``` file
60
+
to make sure that this file won't be overwritten from the host system on every restart.
68
61
69
-
check if a apache2 service is running
62
+
To be able to use systemd services and commands make sure ```/etc/wsl.conf```is available with this content:
70
63
```
71
-
$ sudo service apache2 status
64
+
[boot]
65
+
systemd=true
72
66
```
73
67
74
-
remove the service with:
68
+
(Optional) If you need to restart your WSL use in Powershell:
75
69
```
76
-
$ sudo apt remove apache2
70
+
$ wsl --shutdown
77
71
```
78
-
restart wsl afterwars
79
72
80
73
(optional) you can create a .wslconfig file under C:\users\<your username> to specify some system resources like:
81
74
```
@@ -117,13 +110,13 @@ Check your local environment:
117
110
# to the latest one.
118
111
119
112
$ docker version | grep -i version
120
-
Version: 26.1.4
113
+
Docker version: 27.5.1, build 9f9e405
121
114
122
115
# Check docker compose version, should be at least v2.*.*
123
116
# update to the latest version if necessary
124
117
125
118
$ docker compose version
126
-
Docker Compose version v2.29.1
119
+
Docker Compose version v2.32.4
127
120
128
121
# login into eccenca docker registry
129
122
@@ -148,22 +141,13 @@ To install Corporate Memory, you need to modify your local hosts file (located i
148
141
127.0.0.1 docker.localhost
149
142
```
150
143
151
-
Corporate Memory uses Ontotext GraphDB triple store as default backend. Graphdb is available as free version and does not requires a license. If you have a license for graphdb you can copy the file to the ```license```folder inside Corporate Memory's root folder.
0 commit comments