Mura CMS is an open source content management system for CFML, created by Blue River Interactive Group. Mura has been designed to be used by marketing departments, web designers and developers.
For those with Docker installed:
Start up a demo instance pre-populated with content:
git clone https://github.com/blueriver/MuraCMS.git
cd MuraCMS
docker-compose -f config/docker/local-demo/docker-compose.yml up
Start up an instance with no content:
git clone https://github.com/blueriver/MuraCMS.git
cd MuraCMS
docker-compose -f config/docker/local-mysql/docker-compose.yml up
Then access the application via:
To login type esc-l or go to http://localhost:8080/admin
Username:admin
Password:admin
MYSQL Connection Info:
Host: localhost
Port: 55555
Username: root
Passsword: NOT_SECURE_CHANGE
Simply hold down control-c to stop the service.