Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 594 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 594 Bytes

Build Status

Nanotify WebApp

Web application for https://nanotify.me

Installing

Install pyenv and pipenv. Ensure pyenv installs 3.6.1

curl -L https://raw.githubusercontent.com/pyenv/pyenv-installer/master/bin/pyenv-installer | bash
pip install pipenv
pipenv install --dev

Run with pipenv

Running for local development

pipenv run python run.py

Running multi threaded

pipenv run gunicorn -w 4 -b 0.0.0.0:5000 run:app