Welcome to Vaizr Professional Power UI
Overview
Vaizr Professional Power UI is a fast, simple and open low-code platform that's geared towards building enterprise-ready applications fast.
Vaizrdemobox pre-build Ubuntu 14.04
Vaizr builds completely independent war's, which run on any Sevlet Engine. However Vaizrdemo download comes prepackaged with Tomcat, Apache, PostgreSQL and IntelliJ which is installed on Ubuntu 14.04 LTS.
The demo development environment runs completely on the ubuntu box. The GUI of IntelliJ and the different browsers like google-chrome and firefox are displayed to you via X-Windows. The X-Windows software on your machine is called the host or server. The X-Windows part on the remote machine, the vaizrdemobox either on VirtualBox or on AWS are called the guest or client.
This client–server terminology – the user's terminal being the server and the applications being the clients – often confuses new X users, because the terms appear reversed. But X takes the perspective of the application, rather than that of the end-user: X provides display and I/O services to applications, so it is a server; applications use these services, thus they are clients. More information on X-Windows you can find here.
The quickest way to get started is by downloading the Vaizr development virtual machine.
However building the Vaizr development virtual machine is also easy. Building the machine yourself will only take one more step and an additional 15 minutes and after that you know for sure that are no hidden quirks and you can do it yourself on any environment you like. Scripts are available to deploy and run on Amazon automatically. In this documentation we will show how to do that on VirtualBox and on AWS.
Getting started
Download the different components
There are several ways to get started but the quickest way of getting started is to by downloading the Vaizr development virtual machine.
Before you can run the virtual machine on your host you have to install
Virtual Box.
To run the prepackaged development tools on the virtual machine you also have to install an X-windows server. We also provide some handy host scripts which you can download in a separate zip file.
So in short you have to execute the following four steps:
- Download and Install Virtual Box.
- Download and Install Vaizr development virtual machine.
- Download and Unzip Vaizr development host scripts
-
Download and Install an X-Windows server.
You can directly logon to the machine or use SSH to log on. We will first start with X-Windows interface to explore the demo machine. We will also install IntelliJ to generate some screens in the next Chapter.
Run Vaizr Development machine
- Start Virtual box, you actually start your virtual machine host.
- Press Command-I(Mac), CTRL-I(Windows), in menu (File==>Import Appliance...)
- Select the virtual image from Vaizr (vaizrdemobox.ova)
- Click Continue
- Click Import; after a little time your image should be imported
- Now select your virtual machine (vaizrdemobox)
- Click start; normal start
- Give it a little time to start the Ubuntu distribution with the Vaizr installation running
Double-clicking on the vaizrdemobox.ova in your finder or file explorer gives the same result as the first four steps above.
Click Import
Selecting and Double-clicking again on the vaizrdemobox in left pane of the Oracle VM Virtual Box Manager activates the remaining step six, seven and eight.
Running applications on Virtualbox has some usances which you have get used to. One of them is Auto Capture. Don't worry you will get used to it and find your way.

Virtual box needs an enabled VT-x
When running on Windows, it is possible that you get the following error in Virtual Box VT-x is disabled in the BIOS for all CPU modes

The trick is to enable VT-x in the BIOS
You may have virtualization disabled on the host computer. To enable:
Go to your host computer's BIOS (press F12, or Delete, or F2, ... depends on computer).
Find some options regarding virtualization. E.g. recent Lenovo's have it under Security / Virtualization.
Enable what's there to enable. E.g. VT-d technology [Enable].
Check Vaizr Development machine
First of all you can login on the console which is started with Virtualbox
username :
vaizrdemo
password :vaizrdemo
The next part is different for Windows versus Mac and Linux, of course when you run bash on windows you an also execute the scripts which are described in the Mac Linux section.