MerbAdmin Installation and Overview
Erik Michaels-Ober demonstrates the installation process and some of the functionality of MerbAdmin.
Here are the basic steps performed in the screencast
It is assumed that you have installed Merb (>= 1.1) including merb-slices and the bundler.
Setup the application and slice
- create a sample host application: merb-gen app merb-admin-demo
- edit Gemfile to add latest version of merb-admin: gem "merb-admin", "0.7.0"
- bundle the gem (and its dependencies) into your app: gem bundle
- edit config/router.rb: add_slice(:merb_admin, :path_prefix => "admin")
- copy assets into your public directory: ./bin/rake slices:merb-admin:install
- run merb and visit http://localhost:4000/admin/
For more information, visit the GitHub repository or the GitHub page or take it for a test drive.
Download:
merb-admin.mov
Downloaded
811
times.
Comments
Sign in to add your comment