Skip to content
Snippets Groups Projects
Commit cab333bf authored by Tóth Miklós Tibor's avatar Tóth Miklós Tibor :shrug:
Browse files

Add README.md

parent 53284441
No related branches found
No related tags found
No related merge requests found
Pipeline #40991 passed
# Adattárolás paranoiásaknak
Előadás KSZK45-re.
## Cucc
Marp-pal van buildelve az előadás Markdown-ból. Sajna annyi Marp specifikus extrát használok, hogy mással nem is igazán olvasható.
## How-to run
Vannak lebuildelt nginx-es Docker image-ek a prezentációból, amik offline is működnek. Bele van csomagolva a diasor, képek és a font is.
```bash
if command -v podman &>/dev/null; then
alias docker=podman
fi
docker run -p 8080:80 docker.io/miketth/storage-prez:latest
xdg-open http://localhost:8080
```
De amúgy elérhető (egy ideig) a [storage-prez.mikesweb.site](https://storage-prez.mikesweb.site)-on is.
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment