Important Hint: 

Tutorials with screenshots can be found here:
http://www.paderdesign.de/gigkalender/downloads.html

------------------------------------------------------------------
Requirements:

- Webspace with more than 5 MB
- Access to your webspace via FTP
- Server-side PHP-Support (version 7 or higher)
- MySQL database (version 5 or newer)
- Web-browser with cookies and JavaScript enabled

------------------------------------------------------------------
Installation:

- Download the latest version of GigKalender: www.paderdesign.de
- Unzip the file into an empty local folder
- Open the file 'gigkalender.ini.php' with a text editor
- Insert the MySQL access data, like the MySQL database access data and path

    Examples:

      Webhosting:

        $db_name = "db123456789";
        $db_host = "db123.puretec.de";
        $db_user = "dba123456789";
        $db_password = "xyz123";
        $prefix = "gigkalender_";
        $GigKalenderPath = "http://www.my-domain.xyz/gigkalender/";
        
      local server (localhost):

        $db_name = "mydatabase";
        $db_host = "localhost";
        $db_user = "root";
        $db_password = "xyz123";
        $prefix = "gigkalender_";
        $GigKalenderPath = "http://localhost/gigkalender/";

- If necessary, change the table prefix '$prefix' in the file 'gigkalender.ini.php' to something different.
- Change the path var '$GigKalenderPath' in 'gigkalender.ini.php' to your GigKalender folder (absolute path).
  e.g. http://www.my-domain.xyz/gigkalender/
- Connect via FTP to your webspace and add a new subfolder 'gigkalender' or what you defined above
- Upload all files into this new subfolder
- Run the installation script www.my-domain.xyz/gigkalender/install/index.php
- When installation is finished rename or delete the folder 'install' via FTP
- Login to GigKalender with
    Username: Admin
    Password: admin
- Try Admin > Export:
    If an error message appears, change the attributes of the folder 'gigkalender/export' to 777 via FTP.
- Don't forget to change the password!

------------------------------------------------------------------

Uninstallation:

- Rename the installation folder back to 'install' or replace it from the downloaded zip file
- Open www.my-domain.xyz/gigkalender/install/deinstall.php
- Follow the instructions on screen
- Delete the folder 'gigkalender' via FTP