Majlen / guocci-chooser

Component of GUOCCI for choosing template of Compute

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

guocci-chooser

Small component allowing you to choose an OCCI compute properties by the means of FedCloud AppDB or directly via OCCI endpoint.

Requirements

  • Java 8
  • Maven
    • Vaadin 8.1
    • jOCCI libraries (core and API)
    • SLF4J and Log4J 2 for logging
    • cache2k

Installation

To produce a deployable production mode WAR:

  • change productionMode to true in the servlet class configuration (nested in the UI class)
  • run "mvn clean package"

For demo purposes it is possible to run the application by invoking "mvn jetty:run". Application will run using Jetty on http://localhost:8080/ .

About

Component of GUOCCI for choosing template of Compute


Languages

Language:Java 100.0%