Skip to content

heynemann/resweb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Resweb

##About Resweb originally started as part of the pyres project. However, I realized that for many reasons, both it and pyres would benefit from being their own projects. Hopefully this will help the release schedule of both pyres and resweb.

##Installation

  • pip install resweb or
  • download source and run: python setup.py install

##Configuration By default resweb will try to connect to redis on localhost. However, if you'd like to connect to another server, create and env variable called RESWEB_SETTINGS and in the file referenced, putt an entry for the following settings:

RESWEB_HOST = "10.0.0.1:5367"
RESWEB_PASSWORD = 'somepass'

If you would like to run the server on something other than 127.0.0.1:500, please set the following variables in the configuration file:

SERVER_HOST = "0.0.0.0"
SERVER_PORT = 8080

##Running After installing, just run the following from the command line:

resweb 

Afterwards vist: http://localhost:5000

About

Web interface to pyres jobs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 81.3%
  • JavaScript 18.7%