GridOPTICS Software System (GOSS)
The following instructions are to install the goss core modules to a system. This will only install the core system. The core system is capable of executing in an osgi environment out of the box. If you would like to develop in standalone mode please see GOSS-Server.
Installation
- Clone the goss repository.
- Open command line to the repository root (i.e. git/GOSS folder)
- Execute gradle build install publishToMavenLocal
That's it the goss jars are now available to be used in the local maven repository and via karaf. In addition the goss-core-feature will also be available in the repository.
Eclipse Integration
- Download latest java-ee eclippse (not java developer or other flavor of eclispe)
- Open eclipse (use default or specify your own workspace)
- Open Eclipse Marketplace (Menu: Help->Eclipse Marketplace ..)
- Search for Gradle (Install Gradle IDE Pack and Gradle Integration for Eclipse)
- Search for Groovy (Install Groovy/Grails Tool Suite)
- Import Gradle Project (Brows to root of the git repository and click Build Models)
Available Integreation Projects