Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
README.md 482 B
Newer Older
Romain Hunault's avatar
Romain Hunault committed
# How to run

```shell
$ git clone
$ cd wiki
$ sudo docker run --rm  -volume="$PWD:/srv/jekyll" -p 4000:4000  -it jekyll/jekyll:$JEKYLL_VERSION jekyll serve
```

default template (if needed to override): https://github.com/jekyll/minima
documentation: https://jekyllrb.com/docs

Generate for a device

```shell
$ git clone
$ cd wiki
$ ./scripts/generate_device.sh starlte "Galaxy S9" Samsung oreo "dev, stable"
Romain Hunault's avatar
Romain Hunault committed
```

pay attention to file user, a `chmod -R 1000:1000 wiki` could help