Mura is a digital experience platform, created by blueriver. Mura was designed to build ambitious web, multi-channel, business-to-business and business-to-employee applications, and create Flow in the digital experience for Content Managers, Content Contributors, Marketers and Developers.
- http://www.getmura.com
- https://groups.google.com/forum/#!forum/mura-cms-developers
- https://cfml.slack.com/messages/C0FBLG0BF
- https://github.com/blueriver/MuraCMS/tree/7.1
For production there is an official docker image available at https://hub.docker.com/r/blueriver/mura/
git clone https://github.com/blueriver/MuraCMS.git
cd MuraCMS
git checkout master
docker-compose -f core/docker/local-demo/docker-compose.yml up
git clone https://github.com/blueriver/MuraCMS.git
cd MuraCMS
git checkout master
docker-compose -f core/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
Host: localhost
Port: 55555
Username: root
Passsword: NOT_SECURE_CHANGE
Simply hold down control-c to stop the service.
box install muracms
box start
However, you will need to have a running database instance to create your db and register the dsn with the CFML service.