Skip to content

Developer Guide

Alex Eng edited this page Mar 26, 2015 · 28 revisions

Build Status (Travis, master branch)

  • zanata-parent Build Status
  • zanata-api Build Status
  • zanata-common Build Status
  • zanata-client Build Status

Development tools

  • Java Development Kit (JDK) 1.7
  • GIT - Source code repository
  • Eclipse IDE for J2EE (Kepler 4.2) or IntelliJ IDEA
  • MySQL database 5.1 - 5.5, or mariadb
  • WildFly 8.1+ or EAP 6.3+ (can be auto-installed for integration tests)
  • Maven v3

Developer Setup Guide

NB: if you just want to run Zanata via integration tests (or via cargo:run) you need not set up mysql, JBoss or the datasource.

  1. Install JDK 1.7 yum install java-1.7.0-openjdk-devel
  2. Install git and clone Zanata repo https://github.com/zanata/zanata-server.git
  3. Install and setup Maven
  4. Install and setup MySQL
  5. Install and setup JBoss
  6. Install and setup IDE
Clone this wiki locally