You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,8 +11,11 @@ This project has two components:
11
11
Download [android.jar](https://raw.githubusercontent.com/AriaMoradi/Tachidesk/android-jar/android.jar) and put it under `AndroidCompat/lib`.
12
12
#### Building from source(needs `bash`, `curl`, `base64`, `zip` to work)
13
13
run `scripts/getAndroid.sh` from project's root directory to download and rebuild the jar file from Google's repository.
14
+
### building the jar
15
+
run `./gradlew :server:fatJar` the resulting jar file will be `server/build/server-1.0-all.jar`. Simply double click on it or run `java -jar server-1.0-all.jar`. The server will be running on `http://localhost:4567` open this url in your browser.
16
+
## running for development purposes
14
17
### The Server
15
-
run `./gradlew :server:run` to run the server
18
+
run `./gradlew :server:run -x :webUI:yarn_build --stacktrace` to run the server
16
19
### the webUI
17
20
how to do it is described in `webUI/react/README.md` but for short,
18
21
first cd into `webUI/react` then run `yarn` to install the node modules(do this only once)
0 commit comments