Skip to content
This repository was archived by the owner on Jun 11, 2025. It is now read-only.

Commit 629bed3

Browse files
authored
Update README.md
1 parent 53ee1e6 commit 629bed3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
11
# file-server-ui
22

33
A client frontend for [ploiu/file_server](https://github.com/ploiu/file_server), written in java
4+
5+
## Building
6+
1. make sure you have the server certificate in the same directory as this README, and make sure it's named `file_server_cert.pem`
7+
2. run `./gradlew jpackage`
8+
9+
## Installing
10+
the built installer is located in `./build/file-server-installer`. For linux, you will need to write your own .desktop file until I can figure out how to get the jlink plugin to work with automatic start menu installation. For windows, you will need to navigate to `C:\Program Files\ploiu-file-server` and manually add `ploiu-file-server.exe` to the start menu for the same reason.

0 commit comments

Comments
 (0)