You will find instructions how to install SKBase on your server.
Upload the zip file to any folder of your HttP Server. Under linux systems this is by default
/var/www/<any_folder>
Next unzip the archive by using the command
unzip <archivename>
In order to work properly you should set up the folders permissions to be writeable. Therefore you can chmod the folder by using:
chmod -R 777 /var/www/<folder>
You should edit the file credentials.php.
~~~~~~~
~~~~~~