summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md18
1 files changed, 1 insertions, 17 deletions
diff --git a/README.md b/README.md
index f8883d0..652f65f 100644
--- a/README.md
+++ b/README.md
@@ -21,22 +21,7 @@ using Python and vanilla JavaScript.
21- **export** - download as `.sent` file for local sent, or export `.pdf` for portability 21- **export** - download as `.sent` file for local sent, or export `.pdf` for portability
22## usage 22## usage
23 23
24### docker compose (recommended) 24### local python run
25
26```sh
27docker compose up -d
28```
29
30Open [http://localhost:3000](http://localhost:3000).
31
32### docker build
33
34```sh
35docker build -t sent-web .
36docker run -d -p 3000:3000 --init --name sent-web sent-web
37```
38
39### local python run (without docker)
40 25
41Requirements: 26Requirements:
42 27
@@ -90,7 +75,6 @@ with multiple lines
90- **Gunicorn** - production WSGI server 75- **Gunicorn** - production WSGI server
91- **fontconfig** - `fc-list` for font enumeration 76- **fontconfig** - `fc-list` for font enumeration
92- **python-magic + libmagic** - content-based upload type checks 77- **python-magic + libmagic** - content-based upload type checks
93- **Docker** - containerized with fonts pre-installed
94 78
95## license 79## license
96 80