Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
...
The output will be similar to this:
Code Block |
---|
minikube v1.8.1.0 on darwin (amd64) Downloading Minikube ISO ... 131.28 MB / 131.28 MB [============================================] 100.00% 0s Creating virtualboxDarwin 10.14.6 Automatically selected the hyperkit driver Downloading VM boot image ... Creating hyperkit VM (CPUs=2, Memory=2048MB3072MB, Disk=20000MB) ... Configuring environment forPreparing Kubernetes v1.1417.23 on Docker 1819.0903.6 Downloading kubeadm v1.14.2 Downloading kubelet v1.14.2 PullingLaunching imagesKubernetes ... Launching Kubernetes ... Verifying: apiserver proxy etcd scheduler controller dnsEnabling addons: default-storageclass, storage-provisioner Waiting for cluster to come online ... Done! kubectl is now configured to use "minikube" |
...
1. Deploy joget image using an example YAML file. Download the contents of joget-dx-deployment.yaml into a file with the same name and run kubectl.
View file | ||||
---|---|---|---|---|
|
Code Block |
---|
kubectl apply -f joget-dx-deployment.yaml |
2. Inspect the deployment
...
4. Access the URL in a browser with an additional /jw in the path to access the Joget App Center e.g. http://192.168.99.100:32496/jw
You now have a running installation of Joget, and you’ll be able to visually build a full app in 30 minutes without coding.
...