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
bakery
inName
. Select region and zone.Select
E2
inSeries
field ande2-medium
inMachine Type
field in the blockMachine configuration - Machine family - General-purpose.
Press
Change
button in blockBoot Disk.
Select
Ubuntu
in theOperation System
,Ubuntu 18.04 LTS
or higher in theVersion
and input20
inSize (GB)
. ClickSelect
button.Click
Create
button at the bottom of the page.On your project page, select
Navigation Menu
-VPC Network
-Firewall
and pressCreate a firewall rule
button.Input
bakery
inName
and selectAll instances in the network
inTargets.
Input
0.0.0.0/0
inSource IPv4 ranges.
Go to the block
Protocols and ports
. SelectSpecified protocols and ports
andTCP
, input{BakeryPort}
(use 3030 by default, you will need to select the same port during UI Bakery installation later) in thePort.
Click
Create
button at the bottom of the page.On your project page, select
Navigation Menu
-Compute Engine
-VM instances.
Select VM instance
Bakery
and pressSSH - Open in Browser Window
. This will open theSSH-in-browser
window.Run this command preferably to download, install and launch UI Bakery:
Upon 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