1
0
mirror of https://gitlab.com/mangadex-pub/mangadex_at_home.git synced 2024-11-17 00:22:32 +01:00
mangadex_at_home/README.md

16 lines
357 B
Markdown
Raw Normal View History

2020-06-07 00:52:25 +02:00
# Mangadex@Home
## To Build
### Requirements
- The Java(TM) SE JDK, version 8 or greater
- ~500MB of free space
### Instructions
- Run `./gradlew build` in order to build the entire project
- Find the generated jars in `build/libs`, where the `-all` jar is fat-jar with all dependencies
2021-01-24 05:55:11 +01:00
### Run with [Docker](docker) (& optionally Prometheus+Grafana)