An open API service indexing awesome lists of open source software.

https://github.com/userrails/refinerefine

refinery
https://github.com/userrails/refinerefine

Last synced: 3 months ago
JSON representation

refinery

Awesome Lists containing this project

README

        

== README

This README would normally document whatever steps are necessary to get the
application up and running.

Things you may want to cover:

* Ruby version

* System dependencies

* Configuration

* Database creation

* Database initialization

* How to run the test suite

* Services (job queues, cache servers, search engines, etc.)

* Deployment instructions

* ...

Please feel free to use a different markup language if you do not plan to run
rake doc:app.

NOTE:::::: http://refinerycms.com/guides/getting-started
-----------
If you want to use Rails 4.1.x with Refinery now, install using this template:

rails new app_name -m http://refinerycms.com/t/edge
this is not working

1) create rails app with 4.1
bundle install
Gem file
gem 'refinerycms', github: 'refinery/refinerycms', branch: 'master'
gem 'refinerycms-i18n', github: 'refinery/refinerycms-i18n', branch: 'master'

# Add support for refinerycms-acts-as-indexed
gem 'refinerycms-acts-as-indexed', github: 'refinery/refinerycms-acts-as-indexed'

>> rails generate refinery:cms --fresh-installation

Access the refinery by:
localhost:3000/refinery/users/register

http://refinerycms.com/guides/getting-started

http://localhost:3000/about

customize your page

rake refinery:override view=refinery/pages/show
create app/views/refinery/pages/show.html.erb