Skip to content
This repository was archived by the owner on Oct 6, 2019. It is now read-only.

Sunburst

Choose a tag to compare

@polterguy polterguy released this 11 Jan 22:42
· 676 commits to master since this release

IMPORTANT - Downloading the source

Clone the repository recursively, which will pull down everything ...

Installing binaries on Linux server

To install a new binary release, type in the following to download the installation script. 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/v6.1/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 html folder, 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 release contains a rich and interactive documentation system, in addition to providing lots of bug fixes and features. Among other things, Phosphorus Five now has "brute force password protection" out of the box.

Installing additional apps through the Bazar

If you download the source files, and you want to use the Bazar to install additional apps - You will still need to have some sort of GnuPG application on your system. You might also need to have MySQL installed locally, depending upon which apps you install, in addition to making sure your MySQL password is accurate in your "/core/p5.webapp/web.config" file.