This repository has been archived by the owner on Nov 9, 2017. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 56
Developer Guide
Alex Eng edited this page Dec 21, 2016
·
27 revisions
IMPORTANT: Zanata's wiki has moved to https://github.com/zanata/zanata-platform/wiki
New link: https://github.com/zanata/zanata-platform/wiki/Developer-Guide
- Java Development Kit (JDK) 1.8 (starting from Zanata 3.8)
- GIT - Source code repository
- Eclipse IDE for J2EE (Kepler 4.2) or IntelliJ IDEA
- MySQL database 5.1 - 5.5, or mariadb
- WildFly 10+ or EAP 7+ (can be auto-installed for integration tests)
- Maven 3.3.9
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.8
yum install java-1.8.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