All Projects → blueriver → Muracms

blueriver / Muracms

Licence: gpl-2.0
Mura | Digital Experience Platform | Headless CMS

Projects that are alternatives of or similar to Muracms

Bugloghq
BugLogHQ is a tool to centralize the handling of automated bug reports from multiple applications. BugLogHQ provides a unified view of error messages sent from any number of applications, allowing the developer to search, graph, forward, and explore the bug reports submitted by the applications.
Stars: ✭ 150 (-43.82%)
Mutual labels:  coldfusion
cf-mailchimp
ColdFusion wrapper for the MailChimp 3.0 API
Stars: ✭ 17 (-93.63%)
Mutual labels:  coldfusion
core
FarCry Core: a web app framework for the ColdFusion language (supporting Lucee & Adobe ColdFusion engines). An ideal platform for building bespoke or tailor made solutions.
Stars: ✭ 34 (-87.27%)
Mutual labels:  coldfusion
Cfwheels
An open source ColdFusion framework inspired by Ruby on Rails.
Stars: ✭ 188 (-29.59%)
Mutual labels:  coldfusion
bolthttp
A HTTP Client for CFML
Stars: ✭ 28 (-89.51%)
Mutual labels:  coldfusion
Relaxation
Relaxation is a REST framework for ColdFusion that helps you build a REST API. And then it get's the heck out of your way.
Stars: ✭ 22 (-91.76%)
Mutual labels:  coldfusion
Razuna
This is the source code for the famous open source digital asset management - Razuna
Stars: ✭ 144 (-46.07%)
Mutual labels:  coldfusion
UnderscoreCF
An UnderscoreJS port for Coldfusion. Functional programming library.
Stars: ✭ 89 (-66.67%)
Mutual labels:  coldfusion
messaging-polyglot
RabbitMQ Messaging Polyglot with Java, ColdFusion, CommandBox, Groovy and more
Stars: ✭ 18 (-93.26%)
Mutual labels:  coldfusion
cfml-security-training
An INSECURE example website for use in CFML security training.
Stars: ✭ 26 (-90.26%)
Mutual labels:  coldfusion
Taffy
🍬 The REST Web Service framework for ColdFusion and Lucee
Stars: ✭ 218 (-18.35%)
Mutual labels:  coldfusion
coldfusion-10-11-xss
Proof of Concept code for CVE-2015-0345 (APSB15-07)
Stars: ✭ 22 (-91.76%)
Mutual labels:  coldfusion
cfml-tags-to-cfscript
A collection of examples defining how to convert CFML code blocks written in tags to CFScript.
Stars: ✭ 30 (-88.76%)
Mutual labels:  coldfusion
Cflint
Static code analysis for CFML (a linter)
Stars: ✭ 156 (-41.57%)
Mutual labels:  coldfusion
monkehTweets
A ColdFusion wrapper to interact with the Twitter API (with OAuth integration)
Stars: ✭ 52 (-80.52%)
Mutual labels:  coldfusion
Cfdocs
Repository for the cfdocs.org site.
Stars: ✭ 150 (-43.82%)
Mutual labels:  coldfusion
sonar-coldfusion
SonarQube ColdFusion Analyzer
Stars: ✭ 25 (-90.64%)
Mutual labels:  coldfusion
lucee-docs
Source and build scripts for Lucee's documentation.
Stars: ✭ 39 (-85.39%)
Mutual labels:  coldfusion
TestBox
TestBox is a next generation testing framework for ColdFusion (CFML) that is based on BDD (Behavior Driven Development) for providing a clean obvious syntax for writing tests. It also includes MockBox, our mocking and stubbing framework.
Stars: ✭ 54 (-79.78%)
Mutual labels:  coldfusion
cfwheels-example-app
A CFWheels 2.x App with user management, role based permissions and password resets
Stars: ✭ 17 (-93.63%)
Mutual labels:  coldfusion

Mura Digital Experience Platform

Build Status Crowdin Docs

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.

For those with Docker installed:

Mura Resources

Official Docker Image

For production there is an official docker image available at https://hub.docker.com/r/blueriver/mura/

Using Docker with Source Code

Start up a demo instance pre-populated with content:

git clone https://github.com/blueriver/MuraCMS.git
cd MuraCMS
git checkout master
docker-compose -f core/docker/local-demo/docker-compose.yml up

Start up an instance with no content:

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:

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.

For those with Commandbox installed:

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].