crollo.wordpress.com
tools and junk… | The Great Pumpkin
https://crollo.wordpress.com/2014/02/07/tools
Just another WordPress.com weblog. Tools and junk…. February 7, 2014 – 7:58 am. Http:/ www.skytap.com/. Http:/ autotest.github.io/. Http:/ www.getchef.com/chef/. Http:/ www.raspberrypi.org/. Http:/ ace.c9.io/#nav=about. Https:/ cloud.google.com/. Https:/ appengine.google.com/. Https:/ developers.google.com/appengine/? Https:/ code.google.com/p/test-analytics/. Https:/ code.google.com/p/bite-project/. Https:/ code.google.com/p/qualitybots/. Https:/ code.google.com/p/android-test-kit/.
bealetech.com
Asgard and Mater Cookbooks - Blind Squirrel
http://bealetech.com/blog/2013/04/29/asgard-and-mater-cookbooks
Once in a while, even a blind squirrel finds a nut. Asgard and Mater Cookbooks. Pretty heavily for automation. Today we just open sourced two Chef cookbooks as a way to give back to the community that has supported us. Chef cookbook for installing Netflix Asgard. Installs and configures Netflix Asgard with Java 6 and Tomcat 7. Can also proxy via Apache. Chef cookbook for installing Mater. A bridge between StatusBoard. Includes support for running Mater under Unicorn. With Apache as a proxy.
mojoware.com
Technology - Our toolbox | MojoWare
http://www.mojoware.com/tech
The programming language at the heart of the popular Ruby on Rails web framework. Developed in Japan in the mid-1990s, Ruby has become a force to be reckoned with in the web programming world. The combination of its easy-to-read syntax and its powerful language constructs has helped many recovering C and Java developers re-learn a passion for programming. MongoDB is one of the most popular "NoSQL" databases that have become all the rage the past few years amongst tech companies. Not a traditional rel...
tech.actindi.net
Passenger みたいに touch で Unicorn をリスタート
http://tech.actindi.net/3615001798
Passenger みたいに touch で Unicorn をリスタート. 実は以前 Uricorn を使っていました(さらにその前は Passenger です)。 さくらから AWS にのりかえた際に Passenger にしました。 いこーよは NFS サーバを動かしており、全 Rails サーバは NFS マウントして最新のコードを共有しています。 オートスケールで Rails サーバが起動、停止するなか、 どの Rails サーバがいま動いているかを気にすることなく、デプロイは NFS サーバに対してだけおこないます。 Passenger なら全 Rails サーバの再起動は NFS サーバで touch tmp/restart.txt するだけです。 しかし Unicorn では USR2 シグナルを各 Rails サーバでなげる必要があります。 Server, worker #. The following is highly recomended for Rails "preload app true". Old pid = "#{server.config[:pid]}. Delive...
rofish.net
Ruby For Programmers | ROFISH.net
http://rofish.net/category/ruby-for-programmers
Thoughts.collect{ idea Blog.post idea}. Skip to primary content. Skip to secondary content. Category Archives: Ruby For Programmers. Ruby for Programmers Part 17: On The ActiveRecord. February 10, 2014. This goes a little into how to run SQL. You don’t need to know everything, but this is a great tutorial on straight SQL. Good news though, you don’t have to touch any SQL for this. Here’s the tl;dr:. It’s simple and easy. Postgres provides an installer for Windows. Env ARCHFLAGS="-arch x86 64" gem install...
erik.hollensbe.org
rsync: the swiss army chainsaw of backup utilities - Holistic Engineering
http://erik.hollensbe.org/devops/2012/03/03/rsync-the-swiss-army-chainsaw-of-backup-utilities
Rsync: the swiss army chainsaw of backup utilities. After writing this, Phil Hollenback told me about rsnapshot. Which looks to be a better solution for most use cases. Additionally, I have added chef. That implement some of the things seen in this article. Is a pretty neat little thing, but it’s not the mother of all backup utilities; that title belongs to rsync. To finish a backup when I knew just copying files over the network (or even faster methods, we’ll talk about that below) would be severa...
mikecoutermarsh.com
Configuring Unicorn for Octopus
http://www.mikecoutermarsh.com/unicorn-configuration-for-octopus
Software Engineer. Ruby. August 3, 2014 · rails. Configuring Unicorn for Octopus. Is a gem that makes it easy to setup database replication (primary/follower) and sharding in Rails. When using Octopus with Unicorn, we need to make a couple configuration changes to ensure our additional DB connections are established before users start hitting our app. First, we need to initialize the DB connections in our after fork. Then in our before fork. We need to drop all connections. Look here for a full example.
k-d-w.org
Add new comment | Sebastian Pölsterl's blog
http://k-d-w.org/comment/reply/94
Where he blogs about his latest hacking adventures. GitLab 6 Apache Phusion Passenger. I've successfully been running an instance of GitLab. For almost a year now. The same server is running Redmine. Hence both GitLab and Redmine are running in their respective sub-directories. Phusion Passenger. Here, I want to detail my setup how you still can achieve the GitLab Apache Phusion Passenger combo, because I could only find slightly. As of this writing, my setup looks like the following:. And copy it to.
rofish.net
January | 2014 | ROFISH.net
http://rofish.net/2014/01
Thoughts.collect{ idea Blog.post idea}. Skip to primary content. Skip to secondary content. Monthly Archives: January 2014. Ruby for Programmers Part 15: Action Packed Viewing. January 20, 2014. So first let’s add ActionView to our Gemfile:. Ruby '2.1.0' source 'https:/ rubygems.org' gem 'rack', ' 1.5.2' gem 'actionpack', ' 4.1.0.beta1' gem 'actionview', ' 4.1.0.beta1' gem 'railties', ' 4.1.0.beta1'. Require File.expand path('./boot', FILE ) require 'rails' require 'action controller/railtie' req...In a ...
krbullock.livejournal.com
the Pathologically Eclectic Rubbish Lister
http://krbullock.livejournal.com/tag/tech
The Pathologically Eclectic Rubbish Lister. PERLs of. umm. wisdom? Powered by LiveJournal.com. Nov 9th, 2012. Vlad-unicorn version 2.2.0 has been released! Unicorn app server support for Vlad. Adds support for vlad:start_app and vlad:stop_app using Unicorn. Add a new task, vlad:reload_app, to send SIGUSR2 to Unicorn (Mathieu Lemoine). vlad:start_app still uses SIGHUP. Originally published at Kevin's random thoughts. You can comment here or there. Posted at 11:08 am. Aug 19th, 2012. Posted at 01:29 am.