Skip to content

isabella232/seazme-hub

 
 

Repository files navigation

Usage

Prerequisites

  • Git
  • Most recent Java 8 JDK
  • Leiningen Clojure build tool
  • For custom versions of saml20-clj, please install them locally with lein install

Demo

This repo maintains an api branch which when checked out, and started (as below), runs hub in demo mode and no calls to backend are executed. Username and password are open and seazme.

A convenient way to generate credential hash:

echo -n 'open:seazme' | openssl base64 | sed -e 's/^/Basic /' | tr -d '\n' | shasum

Please note, that in order to achieve that level of separation, all api changes must be carefully placed on top of api branch. Then master branch must be rebased on top of it.

Running

lein ring server

or

lein ring server-headless

Packaging and running as standalone jar

lein do clean, ring uberjar
java -jar target/datahubserv.jar

Packaging as war

lein ring uberwar

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Clojure 99.3%
  • Shell 0.7%