Some ngnix things

Playing around with a few ideas for #vBrownBag tech talk voting, I was trying to deploy a ruby app with Puma and Ngnix. Here’s a number of the resources used: http://gerardmcgarry.com/blog/setting-a-virtual-host-nginx http://blog.andolasoft.com/2013/06/how-to-configure-rails-application-with-puma-and-ngnix-on-centos.html https://github.com/DruRly/reddit-in-sinatra http://www.drurly.com/blog/2012/06/30/build-reddit-in-sinatra-2/ http://www.drurly.com/blog/2013/06/09/sinatra-with-puma/ I also tied it in with Vagrant & the Rackspace provider. Depending on how things go, there will be a[…]

Vagrant, Chef, and the last 72 Hours

At the suggestion of someone in the office that I look into using Vagrant in conjunction with a project, I started digging… and digging. Here are some links: http://docs.vagrantup.com/v1/docs/provisioners/shell.html http://docs.vagrantup.com/v1/docs/multivm.html http://docs.vagrantup.com/v1/docs/getting-started/ports.html http://blog.codenut.org/?p=91 http://www.bluebox.net/about/blog/2013/01/provisioning-with-razor-and-chef-an-interactive-demo/ Now, those links, and likely a number I’ve closed and lost, along with some of these for Chef: http://www.opscode.com/chef/install/ http://docs.opscode.com/knife.html http://docs.opscode.com/config_rb_client.html https://github.com/rcbops/chef-cookbooks[…]