Skip to content
/ rubber Public
forked from rubber/rubber

A capistrano/rails plugin that makes it easy to deploy/manage/scale to various service providers, including EC2, DigitalOcean, vSphere, and bare metal servers.

License

Notifications You must be signed in to change notification settings

philsmy/rubber

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The rubber plugin enables relatively complex multi-instance deployments of RubyOnRails applications to Amazon's Elastic Compute Cloud (EC2).

See the documentation in the github wiki for more details: http://github.com/rubber/rubber/wiki

While most things work, there is still an issue with initializing the mysql database. During bootstrapping you'll get an error with mysql.

You'll need to do: sudo mysqld --initialize --user=mysql --datadir=/mnt/mysql/data

In the output of this will be your temporary root password. Log in to mysql with that and then set it to a real password. I use this to do that:

SET PASSWORD = PASSWORD('myAmazingPassword');

Another thing to note is that if you don't set a password for your rails user to get to the database the creation of things won't work (of course you should have a password anyway!)

Build Status

About

A capistrano/rails plugin that makes it easy to deploy/manage/scale to various service providers, including EC2, DigitalOcean, vSphere, and bare metal servers.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 89.5%
  • Shell 5.4%
  • HTML 2.7%
  • Python 1.4%
  • Other 1.0%