how to run this server
Closed this issue · 1 comments
jamieb452 commented
Hello there,
how would i go about installing and runnning? thanks
MisterCalvin commented
You will need to install Docker, here are some instructions from the official source. After Docker is installed, clone this repository, cd into the newly created repo folder, and use a text editor to modify docker-compose.yml
. Set the correct path to your gamefiles in the volumes section, save and quit your text editor, then do a docker compose up -d
from within the same directory. If everything goes well your server will be online within a minute or two. You can watch the logs with docker logs -f swat4-server-docker
, or run docker ps
to see the current status of your container.