Paul Mathieu
f3c2a2f725
Just point your browser to /zetikettes/newtikette.html Password is in web.py
34 lines
548 B
Markdown
34 lines
548 B
Markdown
zetikettes
|
|
==========
|
|
|
|
ouaich.
|
|
|
|
|
|
Initial setup
|
|
-------------
|
|
|
|
```
|
|
docker build -t zetikettes .
|
|
```
|
|
|
|
Nginx is configured to:
|
|
- redirect /zetikettes/srv/ to localhost:8000
|
|
- redirect /zetikettes/ to /var/lib/zetikettes/static
|
|
|
|
Conf is in /etc/nginx/sites-available/default
|
|
|
|
Run
|
|
---
|
|
|
|
```
|
|
docker run -d --rm -p 8000:8000 -v /var/lib/zetikettes/templates:/data zetikettes
|
|
```
|
|
|
|
Change available templates
|
|
--------------------------
|
|
|
|
1. go to /zetikettes/newtikette.html
|
|
1. add the newtikette
|
|
1. still no need to restart the container (magic!)
|
|
2. profit.
|