Skip to content

Rails app that demonstrates Sidekiq, MySQL replication support

Notifications You must be signed in to change notification settings

arguslab/ancor-rails-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ANCOR Rails

An exercise in highly-available Rails deployments

Deployment

Ubuntu

Install library dependencies

sudo apt-get install build-essential libmysqlclient-dev libsqlite3-dev libssl-dev libyaml-dev curl

Install Ruby 2.1

curl -O http://cache.ruby-lang.org/pub/ruby/2.1/ruby-2.1.1.tar.gz
tar xvf ruby-2.1.1.tar.gz
cd ruby-2.1.1

./configure
make
sudo make install

Install Redis 2.8

curl -O http://download.redis.io/releases/redis-2.8.8.tar.gz
tar xvf redis-2.8.8.tar.gz
cd redis-2.8.8

make
sudo make install

Install Gem dependencies

sudo gem install bundler
bundle install

About

Rails app that demonstrates Sidekiq, MySQL replication support

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published