Skip to content
Snippets Groups Projects
Select Git revision
  • 712944facc0a42a856a16836f5b51f8086b04d36
  • 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

README.md

Blame
  • Christoph Reiter's avatar
    Reiter, Christoph authored
    this info is already in the forontend docs
    5a5f3496
    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.