Skip to content

SupervisorRemote -- remote control for supervisor

Notifications You must be signed in to change notification settings

silverfernsys/sremote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sremote

commands

Export virtualenv directory

$ export VENV=~/.virtualenvs $ mkvirtualenv sremote $ pip install -r requirements.txt

Run tests

$ sudo $VENV/sremote/bin/python sremote/test/coverage_runner.py

User administration

$ sudo $VENV/sremote/bin/python sremote/sremote.py createuser $ sudo $VENV/sremote/bin/python sremote/sremote.py deleteuser $ sudo $VENV/sremote/bin/python sremote/sremote.py listusers

Token administration

$ sudo $VENV/sremote/bin/python sremote/sremote.py createtoken $ sudo $VENV/sremote/bin/python sremote/sremote.py deletetoken $ sudo $VENV/sremote/bin/python sremote/sremote.py listtokens

Run server

$ sudo $VENV/sremote/bin/python sremote/sremote.py runserver

About

SupervisorRemote -- remote control for supervisor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages