public
Description: Capistrano recipe for Panda and MySql
Homepage: http://redwriteshere.com
Clone URL: git://github.com/reddavis/panda_cap.git
reddavis (author)
Thu Nov 27 03:05:38 -0800 2008
commit  a46edd46151444b8e7b3aacd2ef65ed24c6ab17a
tree    37eaa86ec9c356acd9535216540e539566fc84ec
parent  d9c5c386137f6f31942e9eddea720f798fe53a75
Readme
This is basically a set of Capistrano commands that *should* set-up your server for Panda with MySql.

It's pretty messy but does work for myself, so it's not all bad.

TO DO A ONE COMMAND INSTALL - cap panda:install

Please follow the commands in this order:

Author
Red Davis (http://redwriteshere.com)

Contributors
Edward Ocampo-Gooding (http://github.com/edward)

cap panda:....

  apt_get_update
  install_ruby
  install_rubygems
  install_gems
  install_mysql
  install_git
  install_imagemagick
  install_all_required_files
  install_libjpeg
  install_zlib
  install_libgd
  install_rvideo
  install_ffmpeg
  install_nginx
  copy_panda


Other Commands Include

cap panda:...

  start_nginx
  stop_nginx
  restart_nginx
  update_gems