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
[](https://microbadger.com/images/openkbs/blazegraph-docker"Get your own image badge on microbadger.com")[](https://microbadger.com/images/openkbs/blazegraph-docker"Get your own version badge on microbadger.com")
5
3
@@ -59,16 +57,19 @@ click upper-right corner [SEARCH], then type "web" then return key or hit magnif
59
57
```
60
58
# Deployment
61
59
**Kubernetes / Minikube**:
60
+
- (See docs/Kubernetes-Dashboard-Deploy-Services.png)
62
61
```
63
62
(Using Minikube's Web UI Dashboard http://192.168.99.102) -> Deployments -> "CREATE AN APP"
64
63
To use non-default (1GB) memory for JVM, add the run-time env vars in the configuration
65
64
JVM_MEM=4g
66
65
```
67
66
**Openshift / Minishift**:
67
+
- (See docs/OpenShift-blazegraph-docker-deployment.png)
68
68
```
69
69
(Using OpenShift's Web UI) -> Deploy, then Create Route to expose to external Access.
70
70
```
71
71
**Portainer / Local host**:
72
+
- (See docs/Portainer-as-Docker-Desktop.png)
72
73
```
73
74
Using "./run.sh"
74
75
```
@@ -180,6 +181,11 @@ Hello, World
180
181
Hence, the alias above, "djavac" and "djava" is your docker-based "javac" and "java" commands and
181
182
it will work the same way as your local installed Java's "javac" and "java" commands.
182
183
184
+
# See Also
185
+
*[Semantic Analytics Stack (SANSA)](http://sansa-stack.net/) - Big Data Analytics + Semantic Technology Stacks
0 commit comments