Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
d-fens authored Jan 7, 2025
1 parent 7519bbe commit 2bcf810
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,20 @@

## How to use

The prerequise is that docker is installed and running correctly.
The prerequisite is that docker is installed and running correctly.

### docker

Create a folder, open a prompt in it, run the command:

`docker run -v ./:/output ghcr.io/d-fens/tstomirror:main`

### docker compose

Download the [docker-compose.yml](https://raw.githubusercontent.com/d-fens/tstomirror/refs/heads/main/docker-compose.yml) file into an **empty** directory.

Run `docker compose run mirror` in a command promp in the same folder.
Run `docker compose run mirror` in a command prompt in the same folder.

Check the folder contains the output which is a folder called `static` that contains `oct2018-4-35-0-uam5h44a.tstodlc.eamobile.com` and a log file of the run called `debug.log`. If run from the same folder it will refresh the content.
Check the folder contains the folder `oct2018-4-35-0-uam5h44a.tstodlc.eamobile.com` and a log file of the run called `debug.log`. If run from the same folder it will refresh the content.

A number of older files will be missing from the output and have an WARNING message in the logs.
A number of older files will be missing from the output and have a WARNING message in the logs.

0 comments on commit 2bcf810

Please sign in to comment.