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
- Host: GitHub
- URL: https://github.com/majlen/guocci-chooser
- Owner: Majlen
- Created: 2017-07-26T14:54:49.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-05T14:58:16.000Z (almost 9 years ago)
- Last Synced: 2025-10-20T05:57:14.115Z (9 months ago)
- Language: Java
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/ .