Skip to content

ITHS2019 - Complex Programming / Java EE - Assignment 3

Notifications You must be signed in to change notification settings

AdamBremholm/TheRoom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TheRoom

Build Status codecov

mySQL setup:

  • create database theroom;
  • create user 'springuser'@'%' identified by 'ThePassword';
  • grant all on db_example.* to 'springuser'@'%';

rabbitMQ:

  • install erlang
  • install rabbitMQ
  • enable rabbitMQ plugin rabbitmq_stomp
  • optional: enable the control panel plugin
  • plugins are installed with rabbitmq-plugins in your sbin directory.
  • rabbitmq-plugins enable rabbitmq_stomp
  • rabbitmq-plugins enable rabbitmq_management

How to run :

java -jar theroomapp-0.0.1-SNAPSHOT 

To create your first user with admin privileges, run this command in the mysql session after registring your first user:

UPDATE `theroom`.`user` SET `roles` = 'ADMIN' WHERE (`id` = '1');

This user can later promote normal users through the ui.

About

ITHS2019 - Complex Programming / Java EE - Assignment 3

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •