Skip to content

thm-projects/arsnova-comment-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Setup

Install instructions for the arsnova systems are here.

Install dependencies:

apt-get install libpostgresql-jdbc-java postgresql

Setup DB:

sudo -u postgres psql
create database arsnovacomment;
create user arsnovacomment with encrypted password 'arsnovacomment';
grant all privileges on database arsnovacomment to arsnovacomment;

Run

mvn spring-boot:run

Logging

-Dlogging.level.de.thm.arsnova=<debug-level>

Possible options for debug-level:

  • INFO
  • TRACE
  • DEBUG
  • WARN
  • ERROR

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages