evocms / evolution
Evolution CMS is a Content Management System, ex MODX Evolution
Installs: 559
Dependents: 0
Suggesters: 0
Security: 0
Stars: 84
Watchers: 10
Forks: 29
Open Issues: 13
Type:project
- 3.3.x-dev
- 3.1.x-dev
- 3.1.29
- 3.1.28
- 3.1.27
- 3.1.26
- 3.1.25
- 3.1.24
- 3.1.23
- 3.1.22
- 3.1.21
- 3.1.20
- 3.1.19
- 3.1.18
- 3.1.17
- 3.1.16
- 3.1.15
- 3.1.14
- 3.1.13
- 3.1.13-RC2
- 3.1.12
- 3.1.11
- 1.5.0.x-dev
- 1.4.x-dev
- 1.4.35
- 1.4.34
- 1.4.33
- 1.4.32
- 1.4.31
- 1.4.30
- 1.4.29
- 1.4.28
- 1.4.27
- 1.4.26
- 1.4.25
- 1.4.24
- 1.4.23
- 1.4.22
- 1.4.21
- 1.4.20
- 1.4.19
- 1.4.18
- dev-fix/3x-refactor
- dev-fix/3x-template-save
This package is auto-updated.
Last update: 2024-11-11 12:30:51 UTC
README
What is Evolution CMS
Evolution CMS is an open source Content Management System and Application Framework.
History
Initially inspired by Etomite 0.6, then it been MODX Evolution 0.7 - 1.0.8 is an ongoing project written by Raymond Irving and a core team of contributors MODX, and now its Evolution CMS maintained by a team of contributors at the Evolution CMS Project.
License
Evolution CMS is distributed under the GPL license and is now run by a professional team of developers from all over the world. Visit the Forums for more information.
Features
Evolution CMS provides a fast, lightweight and powerful framework on which to deploy and secure your website and web applications.
For example, it gives you a true system for registered web users and groups that is separate from administration users. You can grant some web users access to one page and others access to another page.
For content management, you can easily duplicate documents, folders (and all their children!), chunks and snippets.
Most significant, though, is Evolution CMS's ability to empower you to quickly and easily create and maintain a rich and dynamic website like never before.
Install
You can use the single click installer: Evolution CMS Installer Evolution CMS requires PHP >= 8.1.
To install the latest version with Composer:
- Go to the site root folder.
- Run:
composer create-project evocms/evolution .
- Run:
php ./install/cli-install.php --typeInstall=1 --databaseType=mysql --databaseServer=localhost --database=db_name --databaseUser=db_user --databasePassword=db_password --tablePrefix=evo_ --cmsAdmin=admin --cmsAdminEmail=evoadmin@sitename.com --cmsPassword=123456 --language=en --removeInstall=y
Or open sitename.com/install/ in the browser.
Docker
To run Evolution CMS using docker make docker-compose up -d command in your terminal. Additional configs and access parameters you can find in docker-compose.yml file and docker folder