Skip to content
This repository has been archived by the owner on Dec 6, 2017. It is now read-only.
/ deployr Public archive

Deployr for API deployment and Loadbalancer modifications

Notifications You must be signed in to change notification settings

otype/deployr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

This is the deployr.

INSTALLATION

Install all dependencies via pip:

$ pip install -r requirements.txt

RUN

Start a deployr locally via shell script:

$ ./start_dev_deployr.sh

TESTS

deployr is using nose for testing.

Simply run:

$ cd deployr
$ nosetests

More info on nose at: https://nose.readthedocs.org/en/latest/

FOR DEV

  1. pep8:

     $ find . | grep ".py"$ | grep -v "misc" \
         | xargs pep8 --max-line-length=120
    

About

Deployr for API deployment and Loadbalancer modifications

Resources

Stars

Watchers

Forks

Packages

No packages published