3 | | [[PageOutline(2-5,Table of contents,inline)]] |
| 3 | [[PageOutline(1-5,Table of contents,inline)]] |
| 4 | |
| 5 | = Automatic installation = |
| 6 | |
| 7 | For 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 | {{{ |
| 9 | wget http://svn.illy.bz/7dtd/bootstrapper/bootstrap.sh |
| 10 | chmod +x bootstrap.sh |
| 11 | ./bootstrap.sh |
| 12 | }}} |
| 13 | |
| 14 | == Manual steps after running the bootstrapper == |
| 15 | |
| 16 | === Debian based distribution === |
| 17 | |
| 18 | If you want bash auto completion you should check if that is enabled for root by default. See section [[#Bashcompletion]]. |
| 19 | |
| 20 | === Other distributions === |
| 21 | |
| 22 | You 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 | |
| 24 | Also 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 = |