A content management system for developers
EW helps you to build your website faster. It does not limit developer.
It is a app based CMS and you can implement your bussiness logic by creating an app. It provides you a good framework to develop an app fast and easy.
It also provides very flexible template & layout system. You can create your template and manage your layouts with the EW Layout Editor. You can also create pre-built layouts for your customers
For more information head to : www.ewcms.org
EW CMS is still in the development process and can't be used in production
XAMPP installation guide
- Download and install composer.
- Go to xampp/htdocs/ and run
composer create-project ewcms/ewcms dist-folder
- Open htdocs/dist-folder/core/config/config.php with your text editor:
-
EW_DIR
should be the root directory where EW CMS is installed. For example:/dist-folder/
or/
if EW CMS is already in the root folder -EW_DIR_URL
should be the url path to EW CMS root directory. In the case of XAMPP, this is equal to the value ofEW_DIR
. - Open htdocs/dist-folder/core/config/database_config.php with your text editor and specify your database host, user name and password. EW CMS creates a database with name that you specified for
database
property. - Open your browser and go to http://localhost/**dist-folder**/ and click on install. Done!
As default you have no permission to see the webpage content as a geust. You can manage permission in administration panel
You can go to http://localhost/**dist-folder**/~admin/ to access administration panel:
**User:** admin
**Password:** admin
PHP 5.5 and above MySQL 5.6.26
Any help is more than welcome.
- Finding bugs and reporting them.
- Suggesting new and useful features.
- Helping to create tutorials for end users.