Skip to content
davedscl edited this page Aug 1, 2024 · 6 revisions

Welcome to the GSN-PermaSense2 Wiki!

Development version is 2.0.4:

  • openJDK 11
  • SBT 0.13.18
  • Scala 2.12.4

Experimentally works with SBT 1.3.13 and Scala 2.12.18

Installation

Pre-built packages can be installed using sudo dpkg -i packagename.deb

The services can be started and stopped using the systemctl commands:

  • systemctl start/stop/restart gsn-core
  • systemctl start/stop/restart gsn-services

Table of Locations of depackaged modules:

Service Location Configs
gsn-core /usr/share/gsn-core conf/gsn.xml conf/log4j2.xml /etc/default/gsn-core
gsn-services /usr/share/gsn-services conf/application.conf conf/application.ini conf/reference.conf /etc/default/gsn-services

For Development/packaging we refer to this page

Pointers: