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.
- https://www.murasoftware.com
- https://groups.google.com/forum/#!forum/mura-cms-developers
- https://cfml.slack.com/messages/C0FBLG0BF
- https://github.com/muralabs/muracms
For production there is an official docker image available at https://hub.docker.com/r/murasoftware/muracms
git clone https://github.com/muralabs/muracms.git
cd MuraCMS
git checkout master
docker-compose -f core/docker/local-demo/docker-compose.yml up
git clone https://github.com/muralabs/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: 55557
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.