diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 18 |
1 files changed, 1 insertions, 17 deletions
@@ -21,22 +21,7 @@ using Python and vanilla JavaScript. - **export** - download as `.sent` file for local sent, or export `.pdf` for portability ## usage -### docker compose (recommended) - -```sh -docker compose up -d -``` - -Open [http://localhost:3000](http://localhost:3000). - -### docker build - -```sh -docker build -t sent-web . -docker run -d -p 3000:3000 --init --name sent-web sent-web -``` - -### local python run (without docker) +### local python run Requirements: @@ -90,7 +75,6 @@ with multiple lines - **Gunicorn** - production WSGI server - **fontconfig** - `fc-list` for font enumeration - **python-magic + libmagic** - content-based upload type checks -- **Docker** - containerized with fonts pre-installed ## license |
