DGideas / contactme_emergency

A single-button page with "Contact Me" function, using PagerDuty to alerm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

contactme_emergency

A single-button page with "Contact Me" function, using PagerDuty to alerm

First-time configure

  1. Install required packages
sudo apt install python3-venv python3-pip python3-dev
  1. Create virtual environment
python3 -m venv venv
  1. And, execute the following command every time:
source venv/bin/activate
  1. Install python dependences
pip install -r requirements.txt

Recommand configure:

alias python3="PYTHONPATH=. python3"

In development environment

python3 src/wsgi.py

In production environment

Please refer to deployment/howto.md

About

A single-button page with "Contact Me" function, using PagerDuty to alerm

License:GNU General Public License v3.0


Languages

Language:Python 56.1%Language:HTML 43.9%