An open API service indexing awesome lists of open source software.

https://github.com/majlen/guocci-chooser

Component of GUOCCI for choosing template of Compute
https://github.com/majlen/guocci-chooser

Last synced: 10 days ago
JSON representation

Component of GUOCCI for choosing template of Compute

Awesome Lists containing this project

README

          

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/ .