icybee / installer
Icybee installer
Requires
- php: >=5.3.0
- icanboogie/icanboogie: *
This package is auto-updated.
Last update: 2024-10-20 02:34:15 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.