Changes between Version 20 and Version 21 of Installation


Ignore:
Timestamp:
17.03.2016 17:58:53 (8 years ago)
Author:
Alloc
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Installation

    v20 v21  
    3333
    3434=== 64 Bit host operating system ===
    35 SteamCMD and the game requires lib32gcc1 and lib32stdc++ to run:
     35SteamCMD requires lib32gcc1 and lib32stdc++ to run:
    3636{{{
    3737apt-get install lib32gcc1 lib32stdc++
     
    8181}}}
    8282  (alternatively you can extract to some temporary path and move files to their respective target folders manually)
    83 1. Open the file /etc/7dtd.conf in the editor of your choice and edit the values. Edit at least the following variables:
    84 {{{
    85 export STEAM_USER=
    86 export STEAM_PASS=
    87 }}}
    88   All other values can be kept at their default if you did stick to the paths and names given in this tutorial. If you are not running a Debian based distribution make sure the paths for the commands defined at the end are correct.
     831. Open the file /etc/7dtd.conf in the editor of your choice and edit the values.
     84  All values can be kept at their default if you did stick to the paths and names given in this tutorial. If you are not running a Debian based distribution make sure the paths for the commands defined at the end are correct.
    89851. Make the server start at system boot:
    9086{{{
     
    126122== Secure the files ==
    127123
    128 As the global config file ''7dtd.conf'' contains your Steam login data make sure it is only accessible to the root user:
     124Make the global config file ''7dtd.conf'' only accessible to the root user:
    129125{{{
    130126chown root.root /etc/7dtd.conf