MerbAdmin Installation and Overview

December 02, 2009 | Author: sferik | Publisher: sferik

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

  1. create a sample host application: merb-gen app merb-admin-demo
  2. edit Gemfile to add latest version of merb-admin: gem "merb-admin", "0.7.0"
  3. bundle the gem (and its dependencies) into your app: gem bundle
  4. edit config/router.rb: add_slice(:merb_admin, :path_prefix => "admin")
  5. copy assets into your public directory: ./bin/rake slices:merb-admin:install
  6. 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