Having determined that your machine satisfies the requirements, you can download the source distribution either as a zip file or as a GNU-zipped tar file:
https://makestaticsite.sh/download/makestaticsite_latest.zip
(SHA256
checksum)
https://makestaticsite.sh/download/makestaticsite_latest.tar.gz
(SHA256
checksum)
Once downloaded, from the command line run extract it:
unzip makestaticsite.zip
or
tar -xzvf makestaticsite_latest.tar.gz
This will create
a makestaticsite
directory
containing the scripts. Enter it and then make the scripts
executable:
cd makestaticsite
chmod u+x *.sh
Layout
On extracting the archive, you should see the following layout:
.
├── config/ # site configuration files
├── lib/ # library files
├── makestaticsite.sh # main script
├── setup.sh # setup script
├── version_history.txt # summary of changes for each version
├── LICENSE # to be included ...
└── README.md
(Running the script will generate further folders, log/, mirror/ and tmp/.)
That’s all there is to the installation of the software. For documentation, you can download a copy of this website.
Next, proceed to the setup script.