Skip to content

Commit 53caef5

Browse files
committed
[+] Self host inst
1 parent ce34dce commit 53caef5

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.HOST.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Self Hosting worldlinkd
2+
3+
`worldlinkd` is the daemon or server component of WorldLink. The below guide will help you self host a server to play with your friend.
4+
5+
## Option 1: Run Natively
6+
7+
1. Install [Java 21](https://download.oracle.com/java/21/archive/jdk-21.0.5_windows-x64_bin.exe)
8+
2. Download [worldlinkd.jar](https://github.com/MewoLab/worldlinkd/releases/latest/download/worldlinkd.jar)
9+
3. Open command prompt in the folder where `worldlinkd.jar` is
10+
4. Run `java -jar worldlinkd.jar`
11+
(if you installed other java versions before, make sure this java command points to Java 21)
12+
13+
## Option 2: Using Docker
14+
15+
1. Install [Docker](https://docs.docker.com/get-docker/)
16+
2. Clone / download this repository
17+
3. Open command prompt in this folder
18+
4. Run `docker compose up`

0 commit comments

Comments
 (0)