Temenos Kony Setup on Windows

Adil Abdullah
3 min readFeb 27, 2022

KONY

STEP 0:

Download Visualizer,MYSQL, and Fabric Setup from (D:\Infinity\Kony Software Package)

· PS: set Mysqlpassword: adminusername: root

· Fabric Password as ######

STEP 1:

Start Tomcat 7 from (C:\QuantumFabricInstaller-GA-9.2.1.3\tomcat\bin)

STEP 2:

Login Fabric:

STEP 3:

Make Services Application On Fabric by following steps:

· Add New

· Name the application

· For making the user authentication service, do the following

· Go to new configuration, Set service name and type of identity

· On clicking the type of identity, check the desired identity. I am selecting

User Repository

· Select SAVE

· Add user and give inputs

· If we test login, we see that tokens are made by service itself

STEP 4:

Make new Project on Visualizer

· Go to Project — > NEW — >select type of platform you want to make project on

· I selected Native App

· Set project Name

· select design → select Mobile → Go to Forms → New Screen will be shown

· After making the form

· Backend functionality will be done on controller

· Go to Controller 1 make method like (onLogin) where you set authentications

Example:

Note: ProviderName must be the Service name that you set

· Go to “Form 1” → Actions → Onclick → Drag-N-drop Form Navigator → set which form you want to go and on which function

new kony.mvc.Navigation(“Form2”).navigate({“userid”:username,”password”:password});

STEP 5

Now we need to connect the application with Fabric

· Go to Data and Services and link to Fabric

--

--

Adil Abdullah

Currently working as Full stack Java developer at Contour Software at their Easit AB division part of Jonas group. Working on Java and IBM stack.