Skip to content

jmosbacher/waveform-watcher-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wafeform watcher UI suggestion

A suggestion for how to offer a user help in selecting which waveforms he wants to view. This is meant to demonstrate a UI, data access is not included here, demo data is loaded from files.

Running locally

  1. Git clone https://github.com/jmosbacher/waveform-watcher-ui.git
  2. cd waveform-watcher-ui/waveforms
  3. pip install -r requirements.txt
  4. panel serve waveforms.py

Deploy with docker machine

  1. Git clone https://github.com/jmosbacher/waveform-watcher-ui.git
  2. cd waveform-watcher-ui/
  3. eval $(docker-machine env 'your-docker-machine-name')
  4. Create a network called web: docker network create web
  5. export DOMAIN='your.domain.name'
  6. docker-compose up

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published