Skip to content

Instantly share code, notes, and snippets.

@jayfallon
Forked from DAddYE/gist:307591
Created February 18, 2010 12:32
Show Gist options
  • Save jayfallon/307614 to your computer and use it in GitHub Desktop.
Save jayfallon/307614 to your computer and use it in GitHub Desktop.
# Install Padrino
gem install padrino
# Put this in your shell for create in few seconds a Padrino Project with Padrino Admin
padrino-gen project foo -d activerecord; cd foo; bundle install; padrino-gen admin; padrino-gen admin_uploader; bundle install; 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