public
Description: Capistrano recipe for Panda and MySql
Homepage: http://redwriteshere.com
Clone URL: git://github.com/reddavis/panda_cap.git
name age message
file .gitignore Thu Sep 18 16:05:55 -0700 2008 added example capfile [reddavis]
file Capfile.example Thu Sep 18 16:05:55 -0700 2008 added example capfile [reddavis]
file Readme Thu Nov 27 03:05:38 -0800 2008 add edwards changes [reddavis]
file ffmpeg.rb Thu Nov 27 03:05:38 -0800 2008 add edwards changes [reddavis]
file gems.rb Thu Nov 27 07:03:35 -0800 2008 libfaac0 is required [reddavis]
file git.rb Thu Sep 18 15:53:14 -0700 2008 initial commit [reddavis]
file images.rb Thu Sep 18 15:53:14 -0700 2008 initial commit [reddavis]
file mysql.rb Thu Sep 18 15:53:14 -0700 2008 initial commit [reddavis]
file nginx.rb Thu Nov 27 03:05:38 -0800 2008 add edwards changes [reddavis]
file panda.rb Thu Sep 18 15:53:14 -0700 2008 initial commit [reddavis]
file panda_cap.rb Thu Sep 18 15:53:14 -0700 2008 initial commit [reddavis]
file ruby.rb Thu Sep 18 15:53:14 -0700 2008 initial commit [reddavis]
file rvideo.rb Thu Nov 27 03:05:38 -0800 2008 add edwards changes [reddavis]
file system.rb Thu Nov 27 07:03:35 -0800 2008 libfaac0 is required [reddavis]
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