File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 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 `
You can’t perform that action at this time.
0 commit comments