Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

perfsonar/psgui

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

perfSONAR pScheduler GUI for on-demand measurement

psGUI in combination with psproxy allows users to start on-demand measurement between two nodes from the MaDDash grid.

Configuration

Clone repository and edit src/includes/TestDefaultValues.js to configure URLs. Build the app with:

yarn build

This builds the app for production to the build folder. Make that folder root of the web server. Also, this version does not support users so it is a good idea to protect access to it using web server authentication.

nginx example:

server {
        listen 80 default_server;
        root /var/www/psgui/build;
        auth_basic "Please enter username and password";
        auth_basic_user_file /etc/nginx/.htpasswd;
}

About

perfSONAR pScheduler GUI made in react

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors 4

  •  
  •  
  •  
  •  
Morty Proxy This is a proxified and sanitized view of the page, visit original site.