1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.
  2. Hey Guest, is it this your first time on the forums?

    Visit the Beginner's Box

    Introduce yourself, read some of the ins and outs of the community, access to useful links and information.

    Dismiss Notice

[Linux] Dedicated server installer 0.1

A simple bash script

  1. Asu
    This script was written long ago, please notice that this :
    - will not work on any other distribution than Debian, Ubuntu or its derivates
    - will be practically unmaintained and may be outdated. Use it at your own risk.


    Hey. This is my first bash script and is meant to help beginners to install a KAG server on their linux box/VPS/dedicated server a simple way, using the commandline.
    It will update the package lists, install the ia32-libs required for KAG to function (if you are running under x86, else it's omitted), download the KAG archive, extract it under the folder you want (it will be asked), put a keep-alive bash script, and that's it.

    Running the script is pretty easy.

    Step 1 : Option 1
    Download the script from there, extract it and send it to your server via sFTP/FTP (if you're on a VPS/dedicated or anything) or put it on your desktop (if you're running it at home). Open a SSH connection to your server or open the terminal after then.

    Step 2 :
    Write the following commands :
    Code:
    chmod +x ./script.sh
    sudo ./script.sh
    Step 3 :
    Wait for the script to end up! It also will ask you the server name after it downloaded the KAG archive. Some steps of the install are taking more or less time, mainly depending on your network speed. Be patient!
    nkChehov likes this.