Sha256: 3b59347dd2448567c9469be2d2e26fd58ccde998be6b1c1ef3d7154bead98359

Contents?: true

Size: 1.11 KB

Versions: 6

Compression:

Stored size: 1.11 KB

Contents

# Constructor CMS

Constructor – an open source Ruby on Rails content management system for Rails 4.

[![Gem Version](https://badge.fury.io/rb/constructor-cms.png)](https://rubygems.org/gems/constructor-cms)
[![Build Status](https://travis-ci.org/ivanzotov/constructor.png?branch=master)](https://travis-ci.org/ivanzotov/constructor)
[![Dependency Status](https://gemnasium.com/ivanzotov/constructor.png)](https://gemnasium.com/ivanzotov/constructor)
[![Code Climate](https://codeclimate.com/github/ivanzotov/constructor.png)](https://codeclimate.com/github/ivanzotov/constructor)
[![Coverage Status](https://coveralls.io/repos/ivanzotov/constructor/badge.png)](https://coveralls.io/r/ivanzotov/constructor)

## Installation

### Add to Gemfile

    gem 'constructor-cms', '~> 0.7.2'

### Install

    bundle install

### Migrate
    
    rake railties:install:migrations
    
    rake db:migrate

## Screenshots
![Screenshot structure](https://s3-eu-west-1.amazonaws.com/constructorcms/screenshot_structure_0.5.3.png)

## Copyright
  Copyright © 2012—2013 Ivan Zotov. See [LICENSE][] for details.
  
  [license]: LICENSE.md


Version data entries

6 entries across 6 versions & 3 rubygems

Version Path
constructor-pages-0.7.3 README.md
constructor-core-0.7.3 README.md
constructor-cms-0.7.3 README.md
constructor-pages-0.7.2 README.md
constructor-core-0.7.2 README.md
constructor-cms-0.7.2 README.md