mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
remove local directive for domain-server in README
This commit is contained in:
parent
2578516940
commit
cd12fb2cc6
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ you likely had Cmake generate Xcode project files and have not run `cmake ..` in
|
|||
|
||||
Then, launch the static components - a domain-server and a voxel-server. All of the targets will run in the foreground, so you'll either want to background it yourself or open a seperate terminal window per target.
|
||||
|
||||
cd domain-server && ./domain-server --local
|
||||
cd domain-server && ./domain-server
|
||||
./voxel-server/voxel-server --local > /tmp/voxel-server.log 2>&1 &
|
||||
|
||||
Then, run an assignment-client with 2 forks to fulfill the avatar-mixer and audio-mixer assignments. It uses localhost as its assignment-server and talks to it on port 40102 (the default domain-server port).
|
||||
|
|
Loading…
Reference in a new issue