-
Notifications
You must be signed in to change notification settings - Fork 51
Developer Guide
Ding-Yi Chen edited this page Feb 10, 2014
·
28 revisions
- Java Development Kit (JDK) 1.6 - yum install java-1.6.0-openjdk-devel
- GIT - Source code repository
- Eclipse IDE for J2EE (Kepler 4.2)
- MySQL database
- JBoss AS 7.2 (EAP 6.1)
- Maven v3
See Coding Guide.
- install JDK 1.6 (see above)
- install git
- get Zanata source GitHub Setup
- install Maven
- install MySQL client and server
- create database: zanata
- install JBoss
- configure JBoss
- add MySQL JDBC driver to JBoss
- add Zanata datasource to JBoss
- add mysql and JBoss details to maven settings
- install Eclipse
- add Eclipse plugins
- prepare zanata for eclipse import
- import zanata into eclipse
- configure Eclipse
See Architecture