Child pages
  • Development Environment Setup

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  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
    1. on Ubuntu:
      1. sudo add-apt-repository ppa:chris-lea/node.js
        sudo apt-get update
        sudo apt-get install python-software-properties python g++ make nodejs
    2. on Windows:
      1. Download and install nodejs from http://nodejs.org/download/
  5. install bower
    1. npm install -g bower
  6. install grunt 
    1. npm install -g grunt-cli

Build EMI-Framework

Locally install npm in the yo directory of the messageCache.api project:

npm install

To build the EMI Framework execute 

mvn clean install -P BuildAll 

on EMI-Frameworkthe parent project