Skip to content

cfmitrah/MuraCMS

 
 

Repository files navigation

MuraCMS

Build Status

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:

http://localhost:8080

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.

Website (http://www.getmura.com)

About

Mura Digital Experience Platform

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • ColdFusion 56.5%
  • JavaScript 34.2%
  • CSS 5.7%
  • HTML 3.0%
  • PLSQL 0.4%
  • Java 0.2%