Solution for generation of UI applications.
Update hosts file
127.0.0.1 kc
127.0.0.1 wf
Install jdk 11+
Install docker
Install node.js
Use git to clone source code
git clone <tura url>
Checkout branch
cd tura
git checkout <branch>
Start tura shell
chmod +x ./processor/tura-gogo.sh
./processor/tura-gogo.sh
Build Eclipse IDE
shell>closure localbuildPluginAndProcessor
Build tura
shell>closure buildPlatform
Arseniy Isakov