Skip to content

EdgeCaseLabs/pyUpCheck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Setup Guide

##Prerequisites

  1. virtualenv
  2. virtualenvwrapper

##Install procedure

  1. Clone repo into project directory

     $ cd ~/work
     $ git clone git@github.com:edgecaselabs/pyUpCheck.git
     $ cd ~/work/pyUpCheck
    
  2. Make virtual env

     $ mkvirtualenv pyUpCheck
     $ workon pyUpCheck
    
  3. Install requirements

     $ pip install -r requirements.txt
    
  4. Start flask server

     $ cd ~/work/pyUpCheck/webapp
     $ python run.py
    
  5. Browse website at http://localhost:5000

About

Health Checking app for Python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages