Azure virtual machine
To deploy UI Bakery to an Azure virtual machine, follow these steps:
Open Azure Portal and in the search field at the top type in
Virtual machines
and select this item in the result search window.Click on the
+ Create
button in the top left corner and selectAzure Virtual machine
in the menu.Select an image of
Ubuntu 18.04
or higher.For the instance size, select the minimum
Standard_F2s_v2 - 2 vCPUs, 4 GiB memory.
In the
Administrator account
section in theAuthentication type
menu item, selectSSH public key,
and it will generate the keys after VM creation.In
Inbound port rules
leaveSSH(22)
as by default.In the
Networking
tab, select existing or create a new Virtual Network and Subnet used by this VM.In
NIC network security group
selectAdvanced.
In
Configure network security group
clickCreate new.
Click
+ Add an inbound rule.
Add {BakeryPort} (use 3030 by default, you will need to select the same port during UI Bakery installation later) in the
Destination port ranges.
In
Protocol
ChooseTCP.
Click
Add.
Check that
SSH (TCP/22)
is configured by default. If not, add it manually using the same algorithm as for {BakeryPort}.Click
Ok
to finish creating a Network security group.Click
Review + create.
Click
Create.
After creating and running the virtual machine, connect to it from outside using SSH protocol.
Run this command preferably from the
/home
Linux directory to download, install and launch UI Bakery:Upon request, enter the previously received license code, hosting URL - Azure Virtual Machine IP address, and port ({BakeryPort} which you selected in the earlier steps 3030 by default).
After the installation is completed and launched, enter the bakery from a browser on your local machine at http://{Public IP address Azure VM}:{BakeryPort}.
Last updated