Skip to content

Latest commit

 

History

History

game-engine.web

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Getting Started

Follow Setup wiki page to run the gamification-engine

Basic Auth

In order to start the web engine with Basic Auth mode, run the following command.

java -jar game-engine.web.jar  --spring.profiles.active=sec

OAuth

In order to start the web engine with OAuth mode, run the following command.

java -jar game-engine.web.jar --spring.profiles.active=platform

Docker Image

In order to start the image run the following command from root (/smartcampus.gamification)

docker-compose up