Skip to content
This repository was archived by the owner on Jun 22, 2021. It is now read-only.
TTAK edited this page Jun 30, 2014 · 3 revisions

RedMetrics

First :

  • Make sure you have a Java 8 SDK installed

  • Install postgresql with password "admin"

  • create database "test" with owner "postgres"

To get started with IntelliJ:

checkout project using github tool in intelliJ

Set language level to Java 8.0

  1. File > Project Structure
  2. Project language level > select "8.0 - Lambdas..."

Install Lombok plugin

  1. File > Settings > Plugins > Browse Repositories
  2. Type "lombok" in search bar
  3. Install and restart IDE

To get started with NetBeans:

Install NetBeans IDE 8.0

checkout project using git tool in Netbeans :

  1. Team > git > clone
  2. Use this URL : https://github.com/CyberCRI/RedMetrics.git
  3. Enter name and password (check remember password if you want)
  4. choose the branche to clone

Set language level to Java 8.0

  1. File > Project Properties > sources
  2. Set source/binary format to 1.8

Clone this wiki locally