Menu

Install Scripts

John Whitfield

To run the setup scripts, just download the contents of the installScripts folder, including the files and entire buildScripts directory. This will be made available as a disk image to make it easier.

Once downloaded from this project's website, copy the installScripts folder contents to your desired build location. Locate the correct install script for your operating system, at the moment they exist for CentOS, Ubuntu, and Debian.

Once you have decided on an install location which includes a bin directory like say, /usr/local/bin supply the script with the path to bin, such as /usr/local

./installScript /usr/local

or any directory you choose...

./installScript chosenDir

The resultant install should be located in chosenDir/bin, or in the previous example /usr/local/bin

All dependancies for the operating system should be automatically installed.
Source code for the various projects should download, build, and install.

If something does fail the script should exist with an error, if successful all build files should be cleaned up automatically.
Please update build scripts as needed, for now all of the locations and versions are correct, but things tend to change.