Skip to content

audreyn/montpellier-jug

 
 

Repository files navigation

JUG

Installation

Depends on OAuth2 Authenticator

So you need to :

> git clone https://github.com/cheleb/wisdom-oauth2-authenticator.git
> cd wisdom-oauth2-authenticator
> mvn clean install

Database installation

Runtime: A posgresql database named "jug" must be accessible for user jug / jug

Build time (jooq code generation): : A posgresql database named "jugbuild" must be accessible for user jug / jug

## Mvn installation

You need to run this app with java 8!

> mvn install
> cd montpellier-jug-wisdom
> mvn wisdom:run

jugbuild database is reset on each build.

> mvn clean install -Pcleandb

will reset the alldatabase

Then open http://localhost:9000/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Java 73.8%
  • HTML 18.2%
  • CSS 7.6%
  • Shell 0.4%