Google Cloud Compute Engine VM instance
Last updated
Was this helpful?
Last updated
Was this helpful?
To deploy UI Bakery to a Google cloud compute engine virtual machine, follow these steps:
Open . On your project page, select Navigation Menu
- Compute Engine
- VM instances.
Select Create an instance
- New Vm instance.
Input bakery
in Name
. Select region and zone.
Select E2
in Series
field and e2-medium
in Machine Type
field in the block Machine configuration - Machine family - General-purpose.
Press Change
button in block Boot Disk.
Select Ubuntu
in the Operation System
, Ubuntu 18.04 LTS
or higher in the Version
and input 20
in Size (GB)
. Click Select
button.
Click Create
button at the bottom of the page.
On your project page, select Navigation Menu
- VPC Network
- Firewall
and press Create a firewall rule
button.
Input bakery
in Name
and select All instances in the network
in Targets.
Input 0.0.0.0/0
in Source IPv4 ranges.
Go to the block Protocols and ports
. Select Specified protocols and ports
and TCP
, input {BakeryPort}
(use 3030 by default, you will need to select the same port during UI Bakery installation later) in the Port.
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 press SSH - Open in Browser Window
. This will open the SSH-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}.