aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 28a60b854e0fe81715c57f789bf17309fe746fab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Mu4Web
======

Running
-------

### Development

    python -m mu4web
    
### Deployment

The project should be deployed through some form of WSGI gateway.

A minimal [Gunicorn](https://gunicorn.org/) example:

    gunicorn 'mu4web.main:app'