CiiMS is a fast, simple, and easy to use, full feature blogging platform and content management system built in Yii. CiiMS is, and will always be free to use and open-source.
CiiMS 2.0.0 Beta Released
CiiMS 2.0.0 Beta is now available. Checkout the release notes for more information.
Interested in a Hosted Solution?
Be sure to checkout www.ciims.io to pre-register for exclusive early access to our hosted platform.
Do you use CiiMS and love it? Want to show your support? Would you like some free advertising for your site? Create a pull request that modifies this readme and adds a 60x60 avatar image as a link to your site and we'll merge it in!
CiiMS can be quickly installed through composer. For more information about installing CiiMS, checkoug the installation guide.
composer create-project --prefer-dist --stability=dev charlesportwoodii/ciims {path} dev-master
cd {path}
composer dump-autoload -o
How fast is CiiMS? In a post-installation comparison, using out of the box (non-debug) configurations over SSL, CiiMS outperforms Ghost, Wordpress, Bolt, and OctoberCMS in a 100 user, 10 minute siege test. CiiMS s nearly 30% faster than Ghost, and over 130% faster than Wordpress.
- DigitalOcean 512MB Box
- Ubuntu 14.04 x64 LTS
- Percona Server 5.6
- PHP 5.6.6
- Zend Opcache
- Nginx 1.7.9
- Node 0.10.36
A beautiful default theme
A powerful dashboard with custom JavaScript cards
Easily browse all content entries
Powerful content editor
A demo of CiiMS can be found at:
Site: https://demo.ciims.io
Admin Panel: https://demo.ciims.io/dashboard
You may use the following credentials to login and manage the site.
Username: admin@demo.ciims.io
Password: 14zAjRQagq0CYJTYjoQNA
Please note that this demo is not monitored, and is reset at an unspecified interval and at my discretion. Please be nice. If you find a bug please report it via a Github Issue.
Also note that the demo is currently running on the beta hosted platform availabile at www.ciims.io, and should provide you with a idea of what our current performance look like.
Full documents for CiiMS can be found at docs.ciims.io. Please refer to this guide for installation instructions, development guidelines, and a list of available CLI commands
- Based on Yii Framework
- Installs in 30 seconds*
- Utilizes Composer
- Beautiful Default Theme
- Supports Markdown Extra
- SEO Optimized (Sitemap XML, URL Slugs, SEO Meta Tags)
- Password Protected Content
- Site wide and Category Specific RSS Feeds
- Multiple Content Type Support
- Interchangeable Caching Systems (Redis, APC, Memcache, Files)
- Low Memory Footprint
- Themable
- Social Integration (Social Signon, Social Sharing)
- Extendable with custom modules, extensions, themes, and cards
- Beautiful and functional dashboard for managing your content and settings.
- i18n files provided for translations
- Fully Customizable
- Easily install new themes and cards from in a single click
- And a bunch of other things!
* Installation time is based upon [TravisCI](https://travis-ci.org/charlesportwoodii/CiiMS) builds
Before installing CiiMS you'll need to have at minimum the following:
- PHP 5.5+
- Yii1 Requirements
- PHP CURL Extension
- PHP ZIP Extension
- PHP MCrypt Extension
All the dependencies and other requirements are managed through composer, and will be reported back to you when you run composer install
.
The following extensions/applications are recommended to improve performance.
If you require support, submit a Github issue and I'll look into it as soon as I can.
We <3 Contributers!
- Submit a detailed bug report
- Implement a new feature
- Fix a bug
- Write additional unit & functional tests
- Translate CiiMS into your favorite/local language
- Create dashboard cards
- Create themes
MIT LICENSE Copyright © 2011-2015 Charles R. Portwood II
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.