Changes between Version 20 and Version 21 of Installation
- Timestamp:
- Mar 17, 2016, 5:58:53 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Installation
v20 v21 33 33 34 34 === 64 Bit host operating system === 35 SteamCMD and the gamerequires lib32gcc1 and lib32stdc++ to run:35 SteamCMD requires lib32gcc1 and lib32stdc++ to run: 36 36 {{{ 37 37 apt-get install lib32gcc1 lib32stdc++ … … 81 81 }}} 82 82 (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. 83 1. 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. 89 85 1. Make the server start at system boot: 90 86 {{{ … … 126 122 == Secure the files == 127 123 128 As the global config file ''7dtd.conf'' contains your Steam login data make sure it isonly accessible to the root user:124 Make the global config file ''7dtd.conf'' only accessible to the root user: 129 125 {{{ 130 126 chown root.root /etc/7dtd.conf