Skip to content

cmfcmf/SAP-HANA-Scala

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Callcenter Dashboard

1) Add a Credentials.scala file in src\main\scala\de\hpi\callcenterdashboard with the following content:

package de.hpi.callcenterdashboard

class Credentials extends CredentialsTrait {
  val hostname = "side.eaalab.hpi.uni-potsdam.de"
  val username = "<-->"
  val password = "<-->"
  val port = 31815
}

2) Build & Run

Linux:

$ ./sbt
> ~;jetty:start;jetty:stop

Windows:

$ sbt
> ~;jetty:start;jetty:stop

Open http://localhost:8080/ in your browser.