anklimsk / cakephp-console-installer
Console installer for CakePHP 2.x
Installs: 563
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:cakephp-plugin
Requires
- php: >=5.4
- anklimsk/cakephp-basic-functions: ^1.0.0
- anklimsk/cakephp-config-plugin: ^1.0.0
- anklimsk/cakephp-extended-test: ^1.0.0
- composer/installers: ^1.5.0
README
Console installer for CakePHP
This plugin provides next features:
- Setting application UI language;
- Checking the PHP environment for the ready to start installation;
- Setting file system permissions on the temporary directory;
- Setting security key;
- Setting timezone;
- Setting base URL;
- Checking the connection to the database;
- Configuring connections to the database;
- Creating a database and initializing data;
- Creating symbolic links to files;
- Creating cron jobs;
- Installing CakePHP application.
Installation
- Install the Plugin using composer:
composer require anklimsk/cakephp-console-installer
- Add the next line to the end of the file
app/Config/bootstrap.php
:
CakePlugin::load('CakeInstaller', ['bootstrap' => true, 'routes' => true]);