Coder Social home page Coder Social logo

godevop / trusty-cms Goto Github PK

View Code? Open in Web Editor NEW

This project forked from pgharts/trusty-cms

0.0 1.0 0.0 16.24 MB

TrustyCMS is a modern, Ruby on Rails-driven CMS that can be extended for any business needs.

License: MIT License

Ruby 59.58% JavaScript 11.26% HTML 11.87% CSS 17.26% Shell 0.03%

trusty-cms's Introduction

Welcome to TrustyCMS

Gem Version

TrustyCMS is a branch of Radiant CMS. Its goal is to pull the Radiant framework into Rails 5 with minimal changes to its infrastructure.

TrustyCMS is a no-fluff, open source content management system designed for small teams. It is similar to Textpattern or MovableType, but is a general purpose content management system (not just a blogging engine). TrustyCMS is a Rails engine and is built to be installed into an existing Rails 5 application as a gem.

TravisCI: Build Status

CodeClimate: Code Climate

TrustyCMS features:

  • An elegant user interface
  • The ability to arrange pages in a hierarchy with drag and drop
  • Flexible templating with layouts, snippets, page parts, and a custom tagging language
  • A simple user management/permissions system
  • Support for Markdown and Textile as well as traditional HTML (it's easy to create other filters)
  • An advanced plugin system
  • Asset management
  • Serve multiple sites (domains) from a single instance
  • Social sharing buttons
  • Reusable bits of content (Snippets)
  • Allows Rails controllers/actions to use Trusty CMS layouts as their "layout"
  • Operates in two modes: dev and production depending on the URL
  • A caching system which expires pages every 5 minutes
  • Built using Ruby on Rails (version 5)

License

TrustyCMS is released under the MIT license. The Radiant portions of the codebase are copyright (c) John W. Long and Sean Cribbs; anything after the fork is copyright (c) Pittsburgh Cultural Trust. A copy of the MIT license can be found in the LICENSE file.

Installation and Setup for Use

TrustyCMS is a traditional Ruby on Rails engine, meaning that you can configure and run it the way you would a normal gem, like Devise.

See the INSTALL.md file for more instructions.

Installation and Setup for Contributing to TrustyCMS

Setup

Prerequisites:

Steps:

  1. Fork this repository to your Github account.

  2. Clone your fork to your machine.

  3. cd into the directory you just cloned into.

  4. Follow the INSTALL.md instructions to setup an empty app with TrustyCMS installed. To modify TrustyCMS, point your dependency to the local path of your fork.

    gem 'trusty-cms', path: '../trusty-cms'

  5. Set up your databases in your Rails application:

     bundle exec rake db:create
     bundle exec rake db:migrate
    
  6. Run the tests to make sure they pass (If they don't, file a bug!):

     rspec
    

When you're ready to make a change:

  1. Add the pgharts fork as a git remote called "upstream": git remote add upstream https://github.com/pgharts/trusty-cms.git so that you can keep up with changes that other people make.
  2. Fetch the remote you just added: git fetch upstream.
  3. Start a new branch for the change you're going to make. Name it something having to do with the changes, like "fix-queries" if you are going to try to fix some queries. Base this branch on upstream/master by running git checkout -b fix-queries upstream/master.
  4. Make your changes and commit them. Please include tests!
  5. Run the tests and make sure they pass.
  6. Push your changes to your github fork: git push origin fix-queries.
  7. Send a pull request to the pgharts fork.

Support

All of the development for TrustyCMS happens on Github:

https://github.com/pgharts/trusty-cms

TrustyCMS is supported in part by:

Enjoy!

-- The TrustyCMS Dev Team

trusty-cms's People

Contributors

saturnflyer avatar sipple avatar seancribbs avatar will-r avatar carols10cents avatar jlong avatar kbingman avatar regularlady avatar danigirl329 avatar jomz avatar deppbot avatar samwhited avatar aiwilliams avatar jsntv200 avatar fitzgerald avatar jfahrenkrug avatar cndreisbach avatar amcoder avatar jgarber avatar michaeltorfs avatar vanderhoorn avatar mikz avatar blj avatar gerrit avatar joshfrench avatar ntalbott avatar mislav avatar banane avatar sinthetix avatar pat avatar

Watchers

James Cloos 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.