38k views
by (600 points)

Installation using exe
Requirements : MySQL 5.0 or above


1) Download latest kaldin.exe from sourceforge & start installation. See the below screenshots.
 

Select Installation destination.


2) Once installation is completes double click on Kaldin icon on desktop.
3) Now it will redirect you to installation page. Fill the correct information in the form & submit.


4) It will create a new database in mysql & redirect you to Kaldin admin dashboard.


Note : if you want to reinstall Kaldin database search for kaldin.properties file & delete it. This file will be in c:\ or c:\Users\user_name


Installation Using zip

Requirements : MySQL 5.0 or above

1) Download latest zip file from sourceforge. It contains tomcat & jre with kaldin application so it will be reduce difficulty for installation.
2) Extract it in filesystem.
4) Now check configuration parameters in path_to_extracted_dir\kaldin\conf\server.xml. Change HTTP port number if default 8080 is already in use. Search for below lines to change port number.

Connector port="8080" protocol="HTTP/1.1"
           connectionTimeout="20000"
           redirectPort="8443"

5) If everything if fine now start kaldin with Start kaldin.bat
6) Now you can access kaldin using http://localhost:8080/kaldin
7) Now it will redirect you to installation page. Fill the correct information in the form & submit. It will create a new database in mysql & redirect you to Kaldin admin dashboard.


note : Please change the port number while acessing kaldin if you have changed it in server.xml.
        

Please log in or register to answer this question.

Categories

...