Git Product home page Git Product logo

moustache-cms's Introduction

Build Status Code Climate

Moustache CMS

Moustache CMS is a open source content management system designed for creating great sites and blogs. It features an easy to use interface for putting your site together and managing your content. With the power of Mustache for templating Moustache CMS can be easily customized to for your sites needs.

Moustache features:

  • A good looking easy to use UI
  • A highly flexible templating system of layouts, snippets, page parts and tagging done with Mustache.
  • Support for Markdown, Textile, and HTML for page part templating.
  • Manage multiple websites in one application instance
  • Ability to assign different roles to users
  • Built using Ruby on Rails 3.2
  • MongoDB for Database

Getting Started Quickly

  • A recent version of MongoDB >= 2.0 installed and running. On Mac OS X you can use Homebrew to install Mongodb
  • Then clone the repo
git clone git://github.com/amkirwan/moustache-cms.git.
  • Then from the project root run bundler
cd moustache-cms
bundle install 
  • Next setup the default database from the seed file. This will create a default admin login account with the login email of '[email protected]' and the password set to 'moustache'
bundle exec rake db:seed
  • You can access MoustacheCms now in two ways. If you are using POW create an symlink to moustache-cms and then go to 'http://moustache-cms/admin' to login. If you can also start the Rails server and access the cms via the localhost, then go to 'http://127.0.0.1:3000/admin to login.
bundle exec rails start
  • Have fun using MoustacheCms!

Checkout the wiki for more information and go to the Demo page to see Moustache CMS in action.

Contribute

Contributions to the project are always welcomed and encouraged. If you have found a bug or want a new feature please submit a patch to the project.

Support

Checkout the wiki

License

Moustache CMS is released under the MIT license, Copyright © 2012

moustache-cms's People

Contributors

amkirwan avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.