puts "" puts "You're almost ready... Now run the following:" puts "" puts "script/generate unstatic_migration" puts "rake db:migrate" puts "" puts "Then add the following to config/routes.rb:" puts "" puts "map.resources :unstatic_nodes" puts "map.resources :unstatic_sessions" puts "map.unstatic_login '/unstatic/login', :controller => 'unstatic_sessions', :action => 'new'" puts "map.unstatic_logout '/unstatic/logout', :controller => 'unstatic_sessions', :action => 'destroy'" puts "" puts "See README for usage instructions." puts ""