/example-firesat

Primary LanguageShellApache License 2.0Apache-2.0

FireSat Example

Gitpod Build Status Download

This is a description of a FireSat project expressed in OML

Clone

  git clone https://github.com/opencaesar/example-firesat.git
  cd example-firesat

Build

Run reasoner, generate docs, and archive sources

./gradlew build

Run Reasoner

./gradlew owlreason

Generate Docs

You must first have Bikeshed installed from here

./gradlew bikeshed2html

Publish to Maven Local

./gradlew publishToMavenLocal