Monday, January 11, 2010

Chakra Installation on Windows

Installation of J2SDK (Java 2 Software Development Kit)
- Recommend to use J2SDK 1.4.2_13 for Chakra V3.1.1 version
- Click Next, if you agree the terms in the license agreement
- Demos and Source Code are not required
- Choose the browser for Java plug-in and click Next
- Check for Java property values:

a) My Computer > right click > System Properties > Advanced > Environment Variable. Click Add New
b)Input values: Name: JAVA_HOME and Value: c:\ j2sdk1.4.2_13
c) Click Edit to set the Path for System Variables
d) Add %JAVA_HOME%\bin; in front of the existing path.Click OK to apply changes

- Type java –version to check for the correct version name.

Installation of MySQL Server 5.0
- Chakra repository uses MySQL or Oracle to store and administer log statistical data and internally registered information. We recommend using newer version of MySQL 5.0.26
- All the steps of installation must be done by a user with Administrative privilege.
- Accept License Agreement
- Recommend to choose Typical and then click Next
- Start installation
- Skip the Sign-Up step
- Check on Configure the MySQL Server now, then click Finish button
- Click Next to go on Instance Configuration Wizard
- Choose Detailed Configuration
- Choose Server Machine
- Choose Multifunctional Database in case of using MyISAM for MySQL InnoDB
- Confirm InnoDB Tablespace Setting and then click Next
- Choose Manual Setting and set the concurrent connections as 15
- Choose the port number. Recommend using Default Port 3306
- Choose the language of Chakra server (English: latin1)
- In Chakra Windows version, MySQL needs to be started from Windows Service. Include Bin Directory in Windows PATH is must be checked.
- Set up user ID and Password for root account of MySQL
- Click Execute to start the installation. If you see the error message, you need to open the port (3306) and open the port number (Windows firewall)
- Check from the Control Panel > Services

Installation of Apache Tomcat
- Accept License Agreement
- Check NT Service to operate Tomcat in Windows service.
- Choose directory where Tomcat will be installed.
- Tomcat Installation completion.
- Input ID and password required for Apache tomcat http port and administration.

Installation of Client for Chakra Repository access
- Confirm Client is registered.
- Check if C:\WINDOWS\system32\driver\instantclient Directory is created.

Installation of Chakra Server
- Accept License Agreement
- Choose directory where Chakra will be installed. If no modification, Chakra will be installed in below directory. C:\Program Files\WareValley Co., Ltd\Chakra3.1 for Windows
- Click Install
- Select Product type and License
- Select a language
- If you want to create Repository, click Yes.
- Choose DBMS used for Chakra Repository. (MySQL)
- Input MySQL Administrator information (DBMS Host, Port, Administrator ID, password, DBMS). If MySQL, the default Administrator ID is cgw.
- Create Chakra Repository Schema
- Chakra Repository Schema creation is completed.
- If failed queries are 1, then it is successfully executed. (In case of an error, deleted parts are included. So, in the first execution, Fail queries: 1 appears)

[Important] If Failed queries are not 1 or MySQL is not executed, click Cancel and terminate installation. Then, process [Chakra3.1 Configuration Wizard] to complete Chakra installation.

- Create password for Chakra Repository user.
- Click Add to add network card.
- Input NIC name (user defined) and select Network Device. Check Connected with TAP device if using TAP device.
- Select directory where SQL logs created by Chakra will be saved.
- Select NIC used for communicating between Chakra Server and Web Client.
- Click Yes to allow the execution of additional information setting.
- Leave the rest to default Value

No comments: