hassium/hasscms

hassium hasscms

0.10 2015-12-11 09:49 UTC

This package is not auto-updated.

Last update: 2024-04-13 16:56:56 UTC


README

Yii2

Homepage:http://www.hassium.org/index.php

Demo

Frontend: http://demo.hassium.org/index.php

Backend: http://demo.hassium.org/admin.php

Login

Username: demo
Password: demo1234

Installing via Composer

If you do not already have Composer installed, you may do so by following the instructions at Yii Docs.

With Composer installed, you can install Hassium Cms by running the following commands under a Web-accessible folder:

composer create-project --prefer-dist --stability=dev hassium/hasscms hasscms
//On Linux or Mac
cd hasscms
chmod -R 777 storage
chmod -R 777 app/config
chmod 777 core

If the composer is too slow.Down vendor at Hasscms-app-vendor

Go to http://YOURSITE.COM/install.php

Then follow the on screen instructions which helps you specify database login credentials.

Features

  • Admin theme based on AdminLTE
  • SEO optimized
  • sphinx and xun search
  • Dynamic Yii 2 themes (include blocks in your theme or layout file)
  • Menu system with nested menu items based on Yii2 Nested Sets
  • Theme System
  • Module System
  • CMS components (pages, categories, menus, blocks, file manager)
  • User registration
  • Short Url
  • online db migrate
  • page and post module for blog
  • ...

Contacts