Changes between Version 6 and Version 7 of Installation


Ignore:
Timestamp:
27.05.2014 12:47:59 (10 years ago)
Author:
Alloc
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Installation

    v6 v7  
    11The following will guide through the basic setup of the scripts. If explicit commands or filenames are given they can differ if you use a distribution which is not based on Debian.
    22
    3 [[PageOutline(2-5,Table of contents,inline)]]
     3[[PageOutline(1-5,Table of contents,inline)]]
     4
     5= Automatic installation =
     6
     7For a mostly automatic setup you can get the bootstrapper script and run it. This will do all the steps explained on this page in the section [[#Manual installation|manual installation]].
     8{{{
     9wget http://svn.illy.bz/7dtd/bootstrapper/bootstrap.sh
     10chmod +x bootstrap.sh
     11./bootstrap.sh
     12}}}
     13
     14== Manual steps after running the bootstrapper ==
     15
     16=== Debian based distribution ===
     17
     18If you want bash auto completion you should check if that is enabled for root by default. See section [[#Bashcompletion]].
     19
     20=== Other distributions ===
     21
     22You should check if all [[prerequisites]] are met and if the paths at the end of the file ''/etc/7dtd.conf'' point to the correct locations.
     23
     24Also automatic start of 7dtd on system boot is not automatically setup. Refer to the documentation of your distribution on how to get ''/etc/init.d/7dtd.sh'' called on boot with parameter "start" and on shutdown with parameter "stop".
     25
     26
     27= Manual installation =
    428
    529== Prerequisites ==