From 6fe68841b71f56ff1cc96142aacced1a9939fc31 Mon Sep 17 00:00:00 2001 From: Aria Moradi Date: Thu, 28 Jan 2021 15:08:37 +0330 Subject: [PATCH] [SKIP CI] add docker thanks to @arbuilder --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4725b0b..95a06e0 100644 --- a/README.md +++ b/README.md @@ -16,10 +16,8 @@ Double click on the jar file or run `java -jar Tachidesk-latest.jar` or `java -j The server will be running on `http://localhost:4567` open this url in your browser. -## How does it work? -This project has two components: -1. **server:** contains the implementation of [tachiyomi's extensions library](https://github.com/tachiyomiorg/extensions-lib) and uses an Android compatibility library to run apk extensions. All this concludes to serving a REST API to `webUI`. -2. **webUI:** A react SPA project that works with the server to do the presentation. +#### Running on Docker +Check [arbuilder's repo](https://github.com/arbuilder/Tachidesk-docker) out for more details and the dockerfile. ## Building from source ### Get Android stubs jar @@ -46,6 +44,11 @@ There are almost no quality of life features, including no library, no downloadi Anyways, for more info checkout [finished milestone #1](https://github.com/AriaMoradi/Tachidesk/issues/2) and [milestone #2](https://github.com/AriaMoradi/Tachidesk/projects/1) to see what's implemented. +## How does it work? +This project has two components: +1. **server:** contains the implementation of [tachiyomi's extensions library](https://github.com/tachiyomiorg/extensions-lib) and uses an Android compatibility library to run apk extensions. All this concludes to serving a REST API to `webUI`. +2. **webUI:** A react SPA project that works with the server to do the presentation. + ## Credit The `AndroidCompat` module and `scripts/getAndroid.sh` was originally developed by [@null-dev](https://github.com/null-dev) for [TachiWeb-Server](https://github.com/Tachiweb/TachiWeb-server) and is licensed under `Apache License Version 2.0`.