Skip to content

A CMS written in Yii2, under heavy development, just for testing purpose

License

GPL-2.0, Unknown licenses found

Licenses found

GPL-2.0
LICENSE
Unknown
LICENSE.md
Notifications You must be signed in to change notification settings

fentosi/Yii2-CMS

Repository files navigation

Yii2-CMS

A CMS written in Yii2, under heavy development, just for testing purpose.

Only the backend works.

Installation

  1. Download or clone all the files from the GitHub
  2. Create a database and run the file (MySql) from the SQL folder.
  3. In the common/config/main-local.php file define your sql connection.
  4. Install composer: 'curl -s http://getcomposer.org/installer | php' and 'mv composer.phar /usr/local/bin/composer'
  5. Add to the composer with the following command: 'composer global require "fxp/composer-asset-plugin:1.0.0-beta3"'
  6. Update your composer with 'composer self-update'
  7. Update with the command 'composer update'
  8. Check the reqirements with yourhost/requirements.php (need php5-mcrypt, php5-intl)
  9. Add write privileges to you HTTP Server to the followings: backend/web/assets backend/runtime frontend/web/assets frontend/runtime
  10. Load the backend with: yourhost/backend/web
  11. Login with admin@site.com:admin123

About

A CMS written in Yii2, under heavy development, just for testing purpose

Resources

License

GPL-2.0, Unknown licenses found

Licenses found

GPL-2.0
LICENSE
Unknown
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published