Google Cloud Compute Engine VM instance
To deploy UI Bakery to a Google cloud compute engine virtual machine, follow these steps:
Open Google Cloud Console. On your project page, select
Navigation Menu-Compute Engine-VM instances.Select
Create an instance-New Vm instance.Input
bakeryinName. Select region and zone.Select
E2inSeriesfield ande2-mediuminMachine Typefield in the blockMachine configuration - Machine family - General-purpose.Press
Changebutton in blockBoot Disk.Select
Ubuntuin theOperation System,Ubuntu 18.04 LTSor higher in theVersionand input20inSize (GB). ClickSelectbutton.Click
Createbutton at the bottom of the page.On your project page, select
Navigation Menu-VPC Network-Firewalland pressCreate a firewall rulebutton.Input
bakeryinNameand selectAll instances in the networkinTargets.Input
0.0.0.0/0inSource IPv4 ranges.Go to the block
Protocols and ports. SelectSpecified protocols and portsandTCP, input{BakeryPort}(use 3030 by default, you will need to select the same port during UI Bakery installation later) in thePort.Click
Createbutton at the bottom of the page.On your project page, select
Navigation Menu-Compute Engine-VM instances.Select VM instance
Bakeryand pressSSH - Open in Browser Window. This will open theSSH-in-browserwindow.Run this command preferably to download, install and launch UI Bakery:
curl -k -L -o install.sh https://raw.githubusercontent.com/uibakery/self-hosted/main/install.sh && bash ./install.shUpon request, enter the previously received license code, hosting URL - External IP address VM Instance, and port ({BakeryPort} which you selected in the earlier steps 3030 by default).
After the installation is completed and launched, enter the UI Bakery from a browser on your local machine at http://{External IP address Vm Instance}:{BakeryPort}.
Last updated
Was this helpful?