Skip to content

The web interface for rule management and status monitoring.

License

Notifications You must be signed in to change notification settings

fmfi-svt-deadlock/webui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

04b4324 · May 30, 2016

History

19 Commits
May 18, 2016
May 18, 2016
May 18, 2016
May 30, 2016
May 30, 2016
May 18, 2016
Apr 23, 2016
May 18, 2016
May 29, 2016
May 18, 2016
May 18, 2016
Apr 20, 2016
Apr 23, 2016
Apr 19, 2016
Apr 23, 2016
Apr 18, 2016
Apr 23, 2016
Apr 21, 2016
May 18, 2016
May 18, 2016
May 18, 2016
Apr 23, 2016
May 18, 2016
May 29, 2016

Repository files navigation

Deadlock Web UI

The web interface for rule management and status monitoring.

Dependencies Status

Using...

TL;DR for Deployment

  1. npm install
  2. set PORT and API_URL env vars (to something like 8000 and http://localhost:5000/)
  3. npm build
  4. node server

Development Quick Start

Note: This is the web front-end only. The API is server/deadapi.

  • requires node.js and npm
  • install dependencies: npm install
  • start prod server: node server (or your favorite Procfile thing)
  • dev server: run ./devserver.sh, open localhost:8080/webpack-dev-server/ and enjoy continuous rebuild-and-automatic-reload-with-sourcemaps-and-everything!
  • It will attempt to connect to the backend at the URL written in public/API_URL.conf. If using the prod server, you should instead set the API_URL environment variable.

About

The web interface for rule management and status monitoring.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published