A CMS written in Yii2, under heavy development, just for testing purpose.
Only the backend works.
- Download or clone all the files from the GitHub
- Create a database and run the file (MySql) from the SQL folder.
- In the common/config/main-local.php file define your sql connection.
- Install composer: 'curl -s http://getcomposer.org/installer | php' and 'mv composer.phar /usr/local/bin/composer'
- Add to the composer with the following command: 'composer global require "fxp/composer-asset-plugin:1.0.0-beta3"'
- Update your composer with 'composer self-update'
- Update with the command 'composer update'
- Check the reqirements with yourhost/requirements.php (need php5-mcrypt, php5-intl)
- Add write privileges to you HTTP Server to the followings: backend/web/assets backend/runtime frontend/web/assets frontend/runtime
- Load the backend with: yourhost/backend/web
- Login with admin@site.com:admin123