Child pages
  • Development Environment Setup
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

You will need to install the following tools to build, deploy and test an EMI on your local machine

  • Glassfish 3.1.2.2 or higher (or any other J2EE application server)
  • MySQL or another relational database
  • Maven 3
  • Java 1.7 SDK
  • A java development environment like eclipse or intelliJ
  • NodeJS inkl. npm

Preparations

  1. Install the java SDK
  2. Install Maven and or your favorite java development environment
  3. Download and install Glassfish and setup the databases and the server according to the server setup.
  4. install nodeJS inkl. npm
  5. install bower
    1. npm install -g bower
  6. install grunt 
    1. npm install -g grunt

Build EMI-Framework

execute 

mvn clean install -P BuildAll 

on EMI-Framework

 

  • No labels