Skip to content

Commit

Permalink
docs: update image info
Browse files Browse the repository at this point in the history
  • Loading branch information
LogCreative committed May 5, 2024
1 parent 4383364 commit fe678d1
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,17 @@ TikzEdt is the inspiration of this project, to create LaTeX TikZ graph in WYSIWY
cd deploy
python gunicorn-deploy.py
```
- If you are using Windows for deployment or you want to containerize your deployment, you could use the docker virtualization by:
```bash
cd deploy
docker-compose up --build
```
- Or you could use [Docker](https://www.docker.com/products/docker-desktop/) for virtualization:
- Use one of the pre-built images directly ([Docker Hub](https://hub.docker.com/repository/docker/logcreative/pgfplotsedt/tags) or [GitHub Packages](https://github.com/LogCreative/PGFPlotsEdt/pkgs/container/pgfplotsedt)):
```bash
docker pull logcreative/pgfplotsedt:master # Docker Hub
docker pull ghcr.io/logcreative/pgfplotsedt:master # GitHub Packages
```
- Or you could build a docker container from the source:
```bash
cd deploy
docker-compose up --build
```
- Then the deployment will be on `[IP]:5678`.


Expand Down

0 comments on commit fe678d1

Please sign in to comment.