Skip to content

Instantly share code, notes, and snippets.

@DAddYE
Created February 18, 2010 11:42
Show Gist options
  • Save DAddYE/307591 to your computer and use it in GitHub Desktop.
Save DAddYE/307591 to your computer and use it in GitHub Desktop.
# Install Padrino
gem install padrino --no-ri --no-rdoc
# Put this in your shell for create in few seconds a Padrino Project with Padrino Admin
padrino-gen project foo -d activerecord -b; cd foo; padrino-gen admin; padrino rake ar:migrate; padrino rake seed; padrino start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment