We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edf48d8 commit f4e1480Copy full SHA for f4e1480
1 file changed
README.md
@@ -32,6 +32,15 @@ After obtain packages with sdks and toolchains you make it available via HTTP. T
32
```
33
It starts local web server that available at `http://localhost:8000`.
34
35
+(**Macos only supported**)
36
+Generate file with environment variables via
37
+```sh
38
+ ./server/envs/generate_user_env.sh
39
+```
40
+It produces file with environemnt variables (`user.env`) which contains specific to your host pathes.
41
+
42
+You should run those script every time when JDK verison are updated.
43
44
Setup all needed packages via
45
```sh
46
DM_PACKAGES_URL=<url_where_package_located> ./server/scripts/standalone/setup-standalone-env.sh
0 commit comments