Code Monkey home page Code Monkey logo

alchemy_cms's Introduction

Alchemy CMS

Build Status Maintenance Status Code Climate

About

This branch is a beta development branch. For productive environments use the current rubygems version, or the latest stable branch (2.4-stable).

Alchemy is a powerful, userfriendly and flexible Rails 3 CMS.

Read more on the website and in the guidelines.

Features

  • Highly flexible Templating
  • Gorgious End-User centric interface
  • Multilingual
  • SEO
  • Access Control
  • Fulltext Search
  • RSS Feeds
  • Contactforms
  • Attachments and downloads
  • Powerful image rendering
  • Extendable
  • Integrates in exsiting Rails Apps
  • Caching
  • BSD License
  • Hostable on any Server that supports RubyOnRails and ImageMagick (Software Requirements)

Rails Version

This version of Alchemy runs with Rails 3.2.8+.

If you are looking for a Rails 3.1 compatible version check the 2.1-stable branch.

If you are looking for a Rails 3.0 compatible version check the 2.0-stable branch.

If you are looking for a Rails 2.3 compatible version check the 1.6-stable branch.

Ruby Version

Alchemy runs with Ruby 1.9.2 and Ruby 1.9.3.

For a Ruby 1.8.7 compatible version use the 2.3-stable branch.

Installation

Use the installer (recommended):

gem install alchemy_cms --pre
alchemy new my_magicpage

Start the local server:

rails server

Then just switch to your browser and open http://localhost:3000

Add to existing Rails project

In your Gemfile:

gem 'alchemy_cms', :github => 'magiclabs/alchemy_cms'

Run in terminal:

bundle update
rake alchemy:install

Note: If you did not mounted Alchemy on the root route '/', then you have to add Alchemy's view helpers manually to your app.

Just paste this in your app/controllers/application_controller.rb

helper Alchemy::PagesHelper

Upgrading

After updating Alchemy you should run the upgrader.

Run in terminal:

rake alchemy:upgrade

Tipps

  1. This generator creates all necessary folders and files needed for creating your own page layouts and elements for your website:

     rails generate alchemy:scaffold
    
  2. If you use the ferret full text search (enabled by default), then please add a job to your crontab that reindexes the ferret index.

     cd /path/to/your/alchemy && RAILS_ENV=production rake ferret:rebuild_index > /dev/null
    
  3. You can easily create your element files (for view and editor) depending on the elements.yml with this generator:

     rails generate alchemy:elements --skip
    

Resources

Authors

License

alchemy_cms's People

Contributors

tvdeyen avatar robinboening avatar masche842 avatar hmans avatar sweed avatar pascalj avatar michaelklishin avatar gogogoaldi avatar marcheidemann avatar

Watchers

Fredrik Bergljung avatar 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.