Installation
DOWNLOAD VIA COMPOSER
Installation of EasyiiCMS is very similar to Yii framework 2.0.
-
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, run the command below
php composer.phar create-project noumo/easyii-start /path/to/webroot dev-master
Or if you don`t know your absolute path to webroot, run this command
php composer.phar create-project noumo/easyii-start temp dev-master
And move all files from "temp" folder to your document root.
INSTALLATION
- Open in browser your website url. You will see EasyiiCMS Welcome page
- Check the requirements.
- Configure database connection at
app/config/db.php
- Set your language at
app/config/web.php
- Fill simple form and complete installation.