Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 484 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 484 Bytes

Nginx

Description

Nginx is an HTTP and reverse proxy server, a mail proxy server, and a generic TCP/UDP proxy server, originally written by Igor Sysoev.

Usage

The charm can be deployed using juju:

juju deploy cs:nginx

Developing

Create and activate a virtualenv, and install the development requirements,

virtualenv -p python3 venv
source venv/bin/activate
pip install -r requirements-dev.txt

Testing

Just run run_tests:

./run_tests