Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
...
Warning |
---|
Google Cloud Platform now has an always-free tier that allows you to host servers without cost. However, do note that the free tier is limited, and it is recommended to choose an appropriate machine type for your requirements. |
Table of Contents |
---|
Signup for the Google Cloud Platform at https://console.cloud.google.com/freetrial
Install the Cloud SDK on your PC following the instructions in https://cloud.google.com/sdk/docs/quickstarts
Once the Cloud SDK is installed and verified to be working, create a new Linux VM using the following commands:
...
Code Block | ||
---|---|---|
| ||
echo "== Add swap file (required for low memory machine types eg f1-micro) ==" gcloud compute ssh %INSTANCE_NAME% --command="sudo fallocate -l 1G /swapfile; sudo chmod 600 /swapfile; sudo mkswap /swapfile; sudo swapon /swapfile; sudo swapon -s;" |
Run the following commands to download and install Joget Workflow Enterprise Edition:
...
Press CTRL-C to stop viewing the logs.
The default installation bundle runs on Apache Tomcat port 8080. Add a firewall rule to allow traffic to access the default Apache Tomcat port 8080:
...
More information available at https://cloud.google.com/compute/docs/networking#addingafirewall
Check the external IP of the VM instance by running the command:
...