Skip to content

MarconiVini/simple-environment-monitor-system

 
 

Repository files navigation

#Simple Environment Monitor System Build Status

Installation

Directly from PyPI:

pip install sems

Using pip but from source

pip install git+https://github.com/diegorubin/simple-environment-monitor-system.git@master

or clone from the source (for the brave):

git clone https://github.com/diegorubin/simple-environment-monitor-system.git
cd simple-environment-monitor-system
python setup.py install

Usage

For installation using pip (PyPI or source)

sems-start 

For installation from the source, go to the source project path and run

python main.py

Settings

To change settings use variables of environments. The settings avaibles are:

Variable Name Description Default Value
SEMS_DATABASE Complete path to file used like database <current_path>/db.json
SEMS_SERVER_PORT Port number where the server responds 8888

Sems

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 60.3%
  • JavaScript 20.7%
  • HTML 14.1%
  • CSS 4.4%
  • Shell 0.5%