Installation

Installation starts with downloading the latest release.

Installation

Download the latest release.

$ # Only given as an example, please use the latest from github
$ wget https://distribution.theskyfallen.com/SkyMake/V4/2020Q3-Q4/SkyMake4-Release-2-1-0.zip

You can also download the zip manually from github.com

Unzip the archive.

$ # Unzip the file
$ unzip SkyMake.zip

Make sure you are on the document root of your PHP Web Server

Move content from SkyMake folder to document root.

$ # Move files
$ mv SkyMake/* .

You may need sudo here.

Proceed with editing the config.

Last updated