From 7917b5384cb3dd269a9edb075dfef018ef179237 Mon Sep 17 00:00:00 2001 From: Aria Moradi Date: Fri, 5 Feb 2021 01:17:03 +0330 Subject: [PATCH 1/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 91d0047..ecc4075 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Ability to read and write Tachiyomi compatible backups and syncing is a planned ## How do I run the thing? #### Prerequisites -You should have The Java Runtime Environment(JRE) 8 or newer and a modern browser installed. Also an internet connection is required as almost everything this app does is downloading stuff. +You should have The Java Runtime Environment(JRE) 8 or newer (if youre not planning to use the windows specific build) and a modern browser installed. Also an internet connection is required as almost everything this app does is downloading stuff. #### Running pre-built jar packages Download the latest (or a working more stable) release from [the repo branch](https://github.com/AriaMoradi/Tachidesk/tree/repo) or obtain it from [the releases section](https://github.com/AriaMoradi/Tachidesk/releases). From b8e721fd2773ea94d44b44a90b26979d3769eac9 Mon Sep 17 00:00:00 2001 From: Aria Moradi Date: Fri, 5 Feb 2021 01:48:59 +0330 Subject: [PATCH 2/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ecc4075..db799b2 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Ability to read and write Tachiyomi compatible backups and syncing is a planned ## How do I run the thing? #### Prerequisites -You should have The Java Runtime Environment(JRE) 8 or newer (if youre not planning to use the windows specific build) and a modern browser installed. Also an internet connection is required as almost everything this app does is downloading stuff. +You should have The Java Runtime Environment(JRE) 8 or newer (if you're not planning to use the windows specific build) and a modern browser installed. Also an internet connection is required as almost everything this app does is downloading stuff. #### Running pre-built jar packages Download the latest (or a working more stable) release from [the repo branch](https://github.com/AriaMoradi/Tachidesk/tree/repo) or obtain it from [the releases section](https://github.com/AriaMoradi/Tachidesk/releases). From cb8dd8259dcc1fb66976d0c35e989952e9e280da Mon Sep 17 00:00:00 2001 From: Aria Moradi Date: Fri, 5 Feb 2021 11:44:24 +0330 Subject: [PATCH 3/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index db799b2..2a65f84 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Check [arbuilder's repo](https://github.com/arbuilder/Tachidesk-docker) out for ### Get Android stubs jar #### Manual download Download [android.jar](https://raw.githubusercontent.com/AriaMoradi/Tachidesk/android-jar/android.jar) and put it under `AndroidCompat/lib`. -#### Building from source(needs `bash`, `curl`, `base64`, `zip` to work) +#### Automated download(needs `bash`, `curl`, `base64`, `zip` to work) Run `scripts/getAndroid.sh` from project's root directory to download and rebuild the jar file from Google's repository. ### building the jar Run `./gradlew shadowJar`, the resulting built jar file will be `server/build/Tachidesk-vX.Y.Z-rxxx.jar`. From 145cbe3e4fe3eaf38614d6c638ca7f830c5d4985 Mon Sep 17 00:00:00 2001 From: Aria Moradi Date: Fri, 5 Feb 2021 11:45:56 +0330 Subject: [PATCH 4/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a65f84..54daa04 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Download [android.jar](https://raw.githubusercontent.com/AriaMoradi/Tachidesk/an Run `scripts/getAndroid.sh` from project's root directory to download and rebuild the jar file from Google's repository. ### building the jar Run `./gradlew shadowJar`, the resulting built jar file will be `server/build/Tachidesk-vX.Y.Z-rxxx.jar`. -### building windows package +### building the windows package Run `./gradlew windowsPackage`, the resulting built zip package file will be `server/build/Tachidesk-vX.Y.Z-rxxx-win32.zip`. ## Running for development purposes ### `server` module From 7aada85f76ec1b74acc6cbc7a1a3dc3cf340039c Mon Sep 17 00:00:00 2001 From: Aria Moradi Date: Fri, 5 Feb 2021 11:46:29 +0330 Subject: [PATCH 5/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 54daa04..34c9360 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Download [android.jar](https://raw.githubusercontent.com/AriaMoradi/Tachidesk/an Run `scripts/getAndroid.sh` from project's root directory to download and rebuild the jar file from Google's repository. ### building the jar Run `./gradlew shadowJar`, the resulting built jar file will be `server/build/Tachidesk-vX.Y.Z-rxxx.jar`. -### building the windows package +### building the Windows package Run `./gradlew windowsPackage`, the resulting built zip package file will be `server/build/Tachidesk-vX.Y.Z-rxxx-win32.zip`. ## Running for development purposes ### `server` module From c46ee764ac4bd8122dd44c6757715f8faa1514bf Mon Sep 17 00:00:00 2001 From: Aria Moradi Date: Fri, 5 Feb 2021 11:47:17 +0330 Subject: [PATCH 6/6] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 34c9360..3f8b8f3 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Ability to read and write Tachiyomi compatible backups and syncing is a planned ## How do I run the thing? #### Prerequisites -You should have The Java Runtime Environment(JRE) 8 or newer (if you're not planning to use the windows specific build) and a modern browser installed. Also an internet connection is required as almost everything this app does is downloading stuff. +You should have The Java Runtime Environment(JRE) 8 or newer (if you're not planning to use the Windows specific build) and a modern browser installed. Also an internet connection is required as almost everything this app does is downloading stuff. #### Running pre-built jar packages Download the latest (or a working more stable) release from [the repo branch](https://github.com/AriaMoradi/Tachidesk/tree/repo) or obtain it from [the releases section](https://github.com/AriaMoradi/Tachidesk/releases). @@ -16,7 +16,7 @@ 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`. A new browser window will be opened automatically. Also the System Tray Icon is your friend if you need to open the browser window again or close Tachidesk. -#### Running pre-built windows packages +#### Running pre-built Windows packages Windows specific builds have java bundled inside them. Download the zip release insted of the jar release which is named `Tachidesk-latest-win32.zip` or `Tachidesk-vX.Y.Z-rxxx-win32.zip`, unizp it and run `server.exe`. #### Running on Docker