-
Notifications
You must be signed in to change notification settings - Fork 51
Developer Guide
Alex Eng edited this page Mar 26, 2015
·
28 revisions
- 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
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.
- Install JDK 1.7
yum install java-1.7.0-openjdk-devel
- Install git and clone Zanata repo https://github.com/zanata/zanata-server.git
- Install and setup Maven
- Install and setup MySQL
- Install and setup JBoss
- Install and setup IDE