CHANGELOG
COPYING
ec2onrails.gemspec
examples/Capfile
examples/deploy.rb
examples/s3.yml
lib/ec2onrails/capistrano_utils.rb
lib/ec2onrails/recipes/db.rb
lib/ec2onrails/recipes/deploy.rb
lib/ec2onrails/recipes/server.rb
lib/ec2onrails/recipes.rb
lib/ec2onrails/version.rb
lib/ec2onrails.rb
Manifest
Rakefile
README.textile
server/build-ec2onrails.sh
server/files/etc/aliases
server/files/etc/aliases.db
server/files/etc/apache2/apache2.conf
server/files/etc/apache2/conf.d/app.proxy_cluster.conf
server/files/etc/apache2/conf.d/app.proxy_frontend.conf
server/files/etc/apache2/mods-available/proxy.conf
server/files/etc/apache2/sites-available/app.common
server/files/etc/apache2/sites-available/app.custom
server/files/etc/apache2/sites-available/default
server/files/etc/apache2/sites-available/default-ssl
server/files/etc/cron.d/ec2onrails
server/files/etc/cron.daily/app
server/files/etc/cron.daily/logrotate_post
server/files/etc/cron.hourly/app
server/files/etc/cron.monthly/app
server/files/etc/cron.weekly/app
server/files/etc/denyhosts.conf
server/files/etc/dpkg/dpkg.cfg
server/files/etc/ec2onrails/balancer_members
server/files/etc/ec2onrails/README
server/files/etc/ec2onrails/roles.yml
server/files/etc/environment
server/files/etc/god/app.god
server/files/etc/god/db.god
server/files/etc/god/dkim_filter.god
server/files/etc/god/examples/have_god_daemonize.god
server/files/etc/god/master.conf
server/files/etc/god/memcache.god
server/files/etc/god/notifications.god
server/files/etc/god/system.god
server/files/etc/god/web.god
server/files/etc/init.d/ec2-every-startup
server/files/etc/init.d/ec2-first-startup
server/files/etc/init.d/god
server/files/etc/init.d/nginx
server/files/etc/init.d/set_roles
server/files/etc/logrotate.d/apache2
server/files/etc/logrotate.d/mongrel
server/files/etc/logrotate.d/nginx
server/files/etc/memcached.conf
server/files/etc/mongrel_cluster/app.yml
server/files/etc/motd.tail
server/files/etc/mysql/my.cnf
server/files/etc/nginx/nginx.conf
server/files/etc/postfix/main.cf
server/files/etc/rcS.d/S91ec2-first-startup
server/files/etc/rcS.d/S92ec2-every-startup
server/files/etc/rcS.d/S99set_roles
server/files/etc/ssh/sshd_config
server/files/etc/sudoers
server/files/etc/sudoers.full_access
server/files/etc/sudoers.restricted_access
server/files/etc/syslog.conf
server/files/usr/bin/god
server/files/usr/local/ec2onrails/bin/archive_file.rb
server/files/usr/local/ec2onrails/bin/backup_app_db.rb
server/files/usr/local/ec2onrails/bin/backup_dir.rb
server/files/usr/local/ec2onrails/bin/ec2_meta_data.rb
server/files/usr/local/ec2onrails/bin/exec_runner
server/files/usr/local/ec2onrails/bin/init_services.rb
server/files/usr/local/ec2onrails/bin/optimize_mysql.rb
server/files/usr/local/ec2onrails/bin/rails_env
server/files/usr/local/ec2onrails/bin/rebundle.sh
server/files/usr/local/ec2onrails/bin/restore_app_db.rb
server/files/usr/local/ec2onrails/bin/set_rails_env
server/files/usr/local/ec2onrails/bin/set_roles.rb
server/files/usr/local/ec2onrails/bin/setup_web_proxy.rb
server/files/usr/local/ec2onrails/bin/update_hostname
server/files/usr/local/ec2onrails/config
server/files/usr/local/ec2onrails/COPYING
server/files/usr/local/ec2onrails/lib/aws_helper.rb
server/files/usr/local/ec2onrails/lib/god_helper.rb
server/files/usr/local/ec2onrails/lib/god_patch.rb
server/files/usr/local/ec2onrails/lib/mysql_helper.rb
server/files/usr/local/ec2onrails/lib/roles_helper.rb
server/files/usr/local/ec2onrails/lib/s3_helper.rb
server/files/usr/local/ec2onrails/lib/utils.rb
server/files/usr/local/ec2onrails/lib/vendor/ini.rb
server/files/usr/local/ec2onrails/startup-scripts/every-startup/get-hostname.sh
server/files/usr/local/ec2onrails/startup-scripts/first-startup/create-dirs.sh
server/files/usr/local/ec2onrails/startup-scripts/first-startup/generate-default-web-cert-and-key.sh
server/files/usr/local/ec2onrails/startup-scripts/first-startup/misc.sh
server/files/usr/local/ec2onrails/startup-scripts/first-startup/prepare-mysql-data-dir.sh
server/files/usr/local/ec2onrails/startup-scripts/first-startup/README
server/files/usr/local/ec2onrails/startup-scripts/first-startup/setup-credentials.sh
server/files/usr/local/ec2onrails/startup-scripts/first-startup/setup-file-permissions.sh
server/rakefile.rb
setup.rb
test/autobench.conf
test/spec/lib/s3_helper_spec.rb
test/spec/lib/s3_old.yml
test/spec/test_files/test1
test/spec/test_files/test2
test/test_app/app/controllers/application.rb
test/test_app/app/controllers/db_fast_controller.rb
test/test_app/app/controllers/fast_controller.rb
test/test_app/app/controllers/slow_controller.rb
test/test_app/app/controllers/very_slow_controller.rb
test/test_app/app/helpers/application_helper.rb
test/test_app/app/helpers/db_fast_helper.rb
test/test_app/app/helpers/fast_helper.rb
test/test_app/app/helpers/slow_helper.rb
test/test_app/app/helpers/very_slow_helper.rb
test/test_app/Capfile
test/test_app/config/boot.rb
test/test_app/config/database.yml
test/test_app/config/deploy.rb
test/test_app/config/environment.rb
test/test_app/config/environments/development.rb
test/test_app/config/environments/production.rb
test/test_app/config/environments/test.rb
test/test_app/config/routes.rb
test/test_app/db/schema.rb
test/test_app/doc/README_FOR_APP
test/test_app/public/404.html
test/test_app/public/500.html
test/test_app/public/dispatch.cgi
test/test_app/public/dispatch.fcgi
test/test_app/public/dispatch.rb
test/test_app/public/favicon.ico
test/test_app/public/images/rails.png
test/test_app/public/javascripts/application.js
test/test_app/public/javascripts/controls.js
test/test_app/public/javascripts/dragdrop.js
test/test_app/public/javascripts/effects.js
test/test_app/public/javascripts/prototype.js
test/test_app/public/robots.txt
test/test_app/Rakefile
test/test_app/README
test/test_app/script/about
test/test_app/script/breakpointer
test/test_app/script/console
test/test_app/script/destroy
test/test_app/script/generate
test/test_app/script/performance/benchmarker
test/test_app/script/performance/profiler
test/test_app/script/performance/request
test/test_app/script/plugin
test/test_app/script/process/inspector
test/test_app/script/process/reaper
test/test_app/script/process/spawner
test/test_app/script/runner
test/test_app/script/server
test/test_app/test/functional/db_fast_controller_test.rb
test/test_app/test/functional/fast_controller_test.rb
test/test_app/test/functional/slow_controller_test.rb
test/test_app/test/functional/very_slow_controller_test.rb
test/test_app/test/test_helper.rb
test/test_ec2onrails.rb
test/test_helper.rb
TODO