DotPlant2 - open-source E-Commerce CMS based on Yii Framework 2(yii2).
- join chat and get free support
Documentation is in development - some docs are only available in one language for now(ru or en).
- PHP 5.5.9 (can also run on 5.4.x as yii framework 2 but not well-tested)
- *nix-based server(well tested on Ubuntu 14.10)
- MySQL 5.5+
- Memcached server or APC for caching purposes is highly recommended
Needed PHP modules:
- gd
- mcrypt
- json
- pdo, pdo-mysql
- memcached(for memcache cache only)
- curl
- intl(optional but recommended)
Simple installation:
$ cd application
$ php install.php
Advanced users can install DotPlant as any other yii cms, ie.:
$ cd application
$ php ../composer.phar install
$ ./yii migrate
Backend is located at http://YOUR_HOSTNAME/backend/
Installation tutorial for clean Ubuntu 14.10 setup - http://docs.dotplant.ru/en/Installation_and_configuring/Full_stack_installation/Ubuntu_14_10.html
DotPlant 2 is in alpha stage. You can use it on production, but be ready for major changes like migrations merging, auth subsystem rewriting, variable names changes and major view-markup changes.
We are planning to start writing migration help pages when CMS will reach beta stage.