reddavis / panda_cap
- Source
- Commits
- Network (3)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
panda_cap / Readme
| 3bcc1e2d » | reddavis | 2008-09-18 | 1 | This is basically a set of Capistrano commands that *should* set-up your server for Panda with MySql. | |
| 2 | |||||
| 3 | It's pretty messy but does work for myself, so it's not all bad. | ||||
| 4 | |||||
| 5 | TO DO A ONE COMMAND INSTALL - cap panda:install | ||||
| 6 | |||||
| 7 | Please follow the commands in this order: | ||||
| 8 | |||||
| a46edd46 » | reddavis | 2008-11-27 | 9 | Author | |
| 10 | Red Davis (http://redwriteshere.com) | ||||
| 11 | |||||
| 12 | Contributors | ||||
| 13 | Edward Ocampo-Gooding (http://github.com/edward) | ||||
| 14 | |||||
| 3bcc1e2d » | reddavis | 2008-09-18 | 15 | cap panda:.... | |
| 16 | |||||
| 17 | apt_get_update | ||||
| 18 | install_ruby | ||||
| 19 | install_rubygems | ||||
| 20 | install_gems | ||||
| 21 | install_mysql | ||||
| 22 | install_git | ||||
| 23 | install_imagemagick | ||||
| 24 | install_all_required_files | ||||
| 25 | install_libjpeg | ||||
| 26 | install_zlib | ||||
| 27 | install_libgd | ||||
| 28 | install_rvideo | ||||
| 29 | install_ffmpeg | ||||
| 30 | install_nginx | ||||
| 31 | copy_panda | ||||
| 32 | |||||
| 33 | |||||
| 34 | Other Commands Include | ||||
| 35 | |||||
| 36 | cap panda:... | ||||
| 37 | |||||
| 38 | start_nginx | ||||
| 39 | stop_nginx | ||||
| 40 | restart_nginx | ||||
| 41 | update_gems | ||||
