-
Notifications
You must be signed in to change notification settings - Fork 51
Developer Guide
Sachin Pathare edited this page Jan 4, 2017
·
28 revisions
- 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
- Docker 1.12.3
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-platform.git
- Install and setup Maven
- Install and setup MySQL
- Install and setup JBoss
- Install and setup IDE
- Install and setup docker https://docs.docker.com/engine/installation/linux/fedora/