icybee/installer

Icybee installer

2.0.x-dev 2014-04-02 17:31 UTC

This package is auto-updated.

Last update: 2024-04-20 01:33:33 UTC


README

This is the installer for the CMS Icybee. It provides a nice interface to check the requirements for the CMS, setup the database, create the admin account and a website, and create the configurations required to run Icybee.

The user interface is currently available in English and French. The language can be changed on the fly at any step of the install process.

Requirements

The package requires PHP 5.4 or later.

An installation similar to Icybee/Starter must be deployed, this includes the installation of Icybee.

Installation

The recommended way to install this package is through Composer. Create a composer.json file and run php composer.phar install command to install it:

{
	"minimum-stability": "dev",
	"require": {
		"icybee/installer": "2.x"
	}
}

Cloning the repository

The package is available on GitHub, its repository can be cloned with the following command line:

$ git clone git://github.com/Icybee/Installer.git

Documentation

You can generate the documentation for the package and its dependencies with the make doc command. The documentation is generated in the docs directory. ApiGen is required. You can later clean the directory with the make clean command.

License

Icybee/Installer is licensed under the New BSD License – See the LICENSE file for details.