Merge pull request #4 from bunnypranav/patch-1
Move dockerhub section above
This commit is contained in:
36
README.md
36
README.md
@@ -34,24 +34,6 @@ FastAPI for the Server, Vanilla html, js, css for the frontend (might switch to
|
|||||||
|
|
||||||
## Installation & Setup
|
## Installation & Setup
|
||||||
|
|
||||||
### With Docker (Local Build)
|
|
||||||
Clone the Repo and make sure docker compose is working on your environment
|
|
||||||
|
|
||||||
```bash
|
|
||||||
git clone https://github.com/LoredCast/filewizard.git
|
|
||||||
cd filewizard
|
|
||||||
```
|
|
||||||
|
|
||||||
Startup Docker, initially the settings.yml file is applied, you can edit it.
|
|
||||||
For You can edit the .env file for further configuration.
|
|
||||||
|
|
||||||
Note: Building this image will take some time installing all deps ((mostly texlive)).
|
|
||||||
|
|
||||||
```bash
|
|
||||||
docker compose up --build
|
|
||||||
```
|
|
||||||
|
|
||||||
|
|
||||||
### With Docker (From Dockerhub) [Recommended]
|
### With Docker (From Dockerhub) [Recommended]
|
||||||
I've published 3 images to dockerhub that you can pull:
|
I've published 3 images to dockerhub that you can pull:
|
||||||
|
|
||||||
@@ -72,6 +54,24 @@ docker compose up -d
|
|||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
### With Docker (Local Build)
|
||||||
|
Clone the Repo and make sure docker compose is working on your environment
|
||||||
|
|
||||||
|
```bash
|
||||||
|
git clone https://github.com/LoredCast/filewizard.git
|
||||||
|
cd filewizard
|
||||||
|
```
|
||||||
|
|
||||||
|
Startup Docker, initially the settings.yml file is applied, you can edit it.
|
||||||
|
For You can edit the .env file for further configuration.
|
||||||
|
|
||||||
|
Note: Building this image will take some time installing all deps ((mostly texlive)).
|
||||||
|
|
||||||
|
```bash
|
||||||
|
docker compose up --build
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
### Manually
|
### Manually
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user