Skip to content
Snippets Groups Projects
Select Git revision
  • 24f23000f12aa6c55b253982a274600d7b53b135
  • main default protected
  • demo protected
  • master
  • icon-set-mapping
  • production protected
  • revert-62666d1a
  • favorites-and-recent-files
  • lit2
  • wc-part
  • mark-downloaded-files
  • feature/annotpdf-test
  • fix-zip-upload
  • config-cleanup
  • wip
  • app-shell-update
16 results

signature

Christoph Reiter's avatar
Reiter, Christoph authored
This way everything depending on build env can be specified
in one place.
24f23000
History

Digital Signing Application

GitLab Repository

Local development

# get the source
git clone git@gitlab.tugraz.at:dbp/apps/signature.git
cd signature
git submodule update --init

# install dependencies
yarn install

# constantly build dist/bundle.js and run a local web-server on port 8001 
yarn run watch

# run tests
yarn test

Jump to http://localhost:8001 and you should get a Single Sign On login page.

To use the Nextcloud functionality you need a running Nextcloud server with the webapppassword Nextcloud app like this Nextcloud Development Environment.