anklimsk / cakephp-console-installer

Console installer for CakePHP

Home Page:https://anklimsk.github.io/cakephp-console-installer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CakePHP 2.x Console installer plugin

Build Status Coverage Status Latest Stable Version License

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

  1. Install the Plugin using composer: composer require anklimsk/cakephp-console-installer
  2. Add the next line to the end of the file app/Config/bootstrap.php:
CakePlugin::load('CakeInstaller', ['bootstrap' => true, 'routes' => true]);

Using

Using this plugin

About

Console installer for CakePHP

https://anklimsk.github.io/cakephp-console-installer

License:MIT License


Languages

Language:PHP 99.4%Language:CSS 0.3%Language:JavaScript 0.3%