项目作者: MashSoftware

项目描述 :
Mash Health Service
高级语言: HTML
项目地址: git://github.com/MashSoftware/health.git
创建时间: 2016-09-09T14:56:53Z
项目社区:https://github.com/MashSoftware/health

开源协议:MIT License

下载


Mash Health

Build Status
Requirements Status

Getting Started

  1. git clone git@github.com:MashSoftware/health.git
  2. cd health
  3. pip3 install -r requirements.txt
  4. export SECRET_KEY=your_secret_key
  5. export FLASK_APP=mash_health/__init__.py
  6. export FLASK_DEBUG=1

Testing

  1. pip3 install -r requirements_test.txt
  2. flake8 .

Running

  1. python3 -m flask run