Skip to content

MG-RAST/awe-monitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWE monitor

Monitor for the AWE server

Examples

Start awe-monitor without authentication

(Make sure that config_noauth.js uses the correct address and port number of your AWE server instance)

docker run -ti --rm --name awe-monitor  \
  -v `pwd`/config_noauth.js:/usr/local/apache2/htdocs/js/config.js  \
  --env APPLICATION_URL="http://localhost:82" \
  --env AUTH_URL=""  \
  --env APPLICATION_NAME="AWE" \ 
  --env APPLICATION_SECRET="secret" \ 
  -p 82:80 \
  mgrast/awe-monitor httpd -DFOREGROUND -C 'Define servername http://localhost:82'