Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 4th, 2012  |  syntax: None  |  size: 1.48 KB  |  hits: 11  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. rodnic@ubuntu:~/Desktop$ padrino g project studioclaudioferraz2 -c sass -e haml -s none -d mongoid
  2.       create  
  3.       create  config/boot.rb
  4.       create  config/apps.rb
  5.       create  public/favicon.ico
  6.       create  config.ru
  7.       create  app
  8.       create  app/app.rb
  9.       create  app/controllers
  10.       create  app/helpers
  11.       create  .components
  12.       create  Gemfile
  13. Applying 'mongoid' (orm)...
  14.        apply  orms/mongoid
  15.       inject  Gemfile
  16.       inject  Gemfile
  17.       create  config/database.rb
  18.       create  app/models
  19. Skipping generator for test component...
  20. Skipping generator for mock component...
  21. Skipping generator for script component...
  22. Applying 'haml' (renderer)...
  23.        apply  renderers/haml
  24.       inject  Gemfile
  25. Applying 'sass' (stylesheet)...
  26.        apply  stylesheets/sass
  27.       inject  Gemfile
  28.       create  lib/sass_plugin.rb
  29.       inject  app/app.rb
  30.       create  app/stylesheets
  31.  
  32. =================================================================
  33. studioclaudioferraz2 is ready for development! Next, follow these steps:
  34. =================================================================
  35. 1) cd studioclaudioferraz2
  36. 2) bundle install
  37. =================================================================
  38.  
  39. rodnic@ubuntu:~/Desktop$ cd studioclaudioferraz2
  40.  
  41.  
  42. rodnic@ubuntu:~/Desktop/studioclaudioferraz2$ padrino g admin
  43. => Located unlocked Gemfile for development
  44. Please specify generator to use (project, app, mailer, controller, model, migration)