https://github.com/tb/activeadmin-selleo-cms
ActiveAdmin CMS extension
https://github.com/tb/activeadmin-selleo-cms
Last synced: 10 months ago
JSON representation
ActiveAdmin CMS extension
- Host: GitHub
- URL: https://github.com/tb/activeadmin-selleo-cms
- Owner: tb
- License: mit
- Created: 2013-03-20T09:58:09.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-03-20T10:02:11.000Z (over 13 years ago)
- Last Synced: 2025-03-21T04:51:14.013Z (over 1 year ago)
- Language: Ruby
- Size: 367 KB
- Stars: 2
- Watchers: 0
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.rdoc
- License: MIT-LICENSE
Awesome Lists containing this project
README
= ActiveadminSelleoCms
First install ActiveAdmin http://activeadmin.info/documentation.html
Then add to your Gemfile
gem 'activeadmin-selleo-cms'
Install the CMS
rails generate activeadmin_selleo_cms:install
Migrate database
rake db:migrate
And you're done! Run the app and create first CMS page.