Ads 4 You

How to install easyii yii2 cms basic and advanced application using composer and archived files

Email Id : phpmk888@gmail.com

DOCUMENTATION

EasyiiCMS powered by Yii2 framework and you must know basics of this framework and MVC pattern. 
So if you new in yii2, please read the guide.


CORE REQUIREMENTS

  • PHP 5.4+
  • MySQL 5.5
  • mod_rewrite apache module
  • Imagick or GD2 extension

HIGHLY RECOMMENDED

  • Composer
  • Intl extension
  • Install in webroot folder
INSTALLATION 

DOWNLOAD VIA COMPOSER

Installation of EasyiiCMS is very similar to Yii framework 2.0.
  1. This is the preferred way of installing EasyiiCMS. If you do not have Composer yet, you may install it by following the instructions here.
    After installing Composer, run the following command to install the Composer Asset Plugin:
    php composer.phar global require "fxp/composer-asset-plugin:1.0.0"
    To install EasyiiCMS shop application(includes examples of all modules), run the command below
    php composer.phar create-project noumo/easyii-shop shop dev-master
    To install EasyiiCMS blank application, run the command below
    php composer.phar create-project noumo/easyii-start start dev-master

ARCHIVE DOWNLOAD

  1. Download latest EasyCMS version archive(Yii framework included) and extract it in your web folder.
  2. Open app/config/web.php and insert a secret random string in the cookieValidationKey parameter (line: 15).
    You can generate random string on random.org.
  3. Set the write permissions 0777 on assets, runtime and uploads folders.

INSTALLATION

  1. Configure database connection at app/config/db.php
  2. Set your language at app/config/web.php
  3. Open in browser your website url. You will see EasyiiCMS Welcome page
  4. Check the requirements.
  5. Fill simple form and complete installation.


 

Comments

Post a Comment