mirror of
https://ceregatti.org/git/daniel/dayzdockerserver.git
synced 2025-05-07 14:51:17 +00:00
Don't forget to switch to the branch!
Also, since this is a fresh release install, don't bother moving any old binary out of the way.
This commit is contained in:
parent
0872b2ceb7
commit
e346b0d90a
1 changed files with 1 additions and 1 deletions
|
@ -11,6 +11,7 @@ Ensure [Docker](https://docs.docker.com/engine/install/) and [Docker compose](ht
|
||||||
```shell
|
```shell
|
||||||
git clone https://ceregatti.org/git/daniel/dayzdockerserver.git
|
git clone https://ceregatti.org/git/daniel/dayzdockerserver.git
|
||||||
cd dayzdockerserver
|
cd dayzdockerserver
|
||||||
|
git checkout release-server
|
||||||
# Edit the config file and set the server name. It's the first line of the file.
|
# Edit the config file and set the server name. It's the first line of the file.
|
||||||
nano files/serverDZ.cfg
|
nano files/serverDZ.cfg
|
||||||
# Build the docker images
|
# Build the docker images
|
||||||
|
@ -22,7 +23,6 @@ dz login
|
||||||
dz install
|
dz install
|
||||||
# Download the "1.21 stable release" file.
|
# Download the "1.21 stable release" file.
|
||||||
cd /serverfiles
|
cd /serverfiles
|
||||||
mv DayZServer DayZServer.release
|
|
||||||
wget https://cdn.discordapp.com/attachments/491622000935305217/1119206127750615101/DayZServer
|
wget https://cdn.discordapp.com/attachments/491622000935305217/1119206127750615101/DayZServer
|
||||||
chmod 755 DayZServer
|
chmod 755 DayZServer
|
||||||
# Copy the two shared object files are needed for the server to run. These come from the experimental server release, but are included here for convenience.
|
# Copy the two shared object files are needed for the server to run. These come from the experimental server release, but are included here for convenience.
|
||||||
|
|
Loading…
Add table
Reference in a new issue