Skip to content

uhh-lt/NoDWeb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NoDWeb

Before the NoDWeb project can be used it needs some data created by the NoDCore project

Setup

  • Configure database settings in application.conf
  • Install sbt
  • Compile app sbt dist
  • Extract result cd target/universal && unzip nodweb-1.0.2.zip
  • Run server target/universal/nodweb-1.0.2/bin/nodweb -DConfig.file=target/universal/nodweb-1.0.2/conf/application.conf
  • Open localhost:9000

A full setup for NoDWeb and NoDCore is available in the NoDCore repo