Air - Maintenance
Downloading the source
To play around with the Source Code version, please recursively clone the main Phosphorus Five repository using Git. Notice, recursively clone it!! After you have cloned the repository recursively, you can remove apps you don't need from the "/phosphorusfive/core/p5.webapp/modules/" folder.
I still haven't created a build system for distributing the source version, which makes the process of creating a source version download extremely tedious. Hopefully, this is something I will find the time for in the near future.
Installing binaries on a Linux/Ubuntu server
To install a new binary release on a Ubuntu server, type in the following to download the installation script in a terminal window. Make sure you don't have an old "install.sh" file in the same folder from before.
wget https://github.com/polterguy/phosphorusfive/releases/download/v7.2/install.sh
Then execute the following command to make your installation script become an executable.
chmod +x install.sh
Then start the installation process with the following.
sudo ./install.sh
At which point you'll be expected to supply your root password. The above installation script have only been tested with Ubuntu Servers, but might work with any Debian based system. The above script, will in addition to installing Phosphorus Five in your Apache htmldoc directory, also update your Apache configuration for running Mono, in addition to tightening the security of your Apache and Linux installation, such as upgrading your distro, updating components, etc.
About this release
This is a maintenance release for version 7.x (Air), containing several bugfixes.