Skip to content

Instantly share code, notes, and snippets.

View nzajt's full-sized avatar

nate daily nzajt

View GitHub Profile
@nzajt
nzajt / gist:6271093
Last active December 21, 2015 07:28
Vagrant Up
vagrant init ubuntu http://cloud-images.ubuntu.com/precise/current/precise-server-cloudimg-vagrant-amd64-disk1.box
vagrant up
@nzajt
nzajt / magento-startup.sh
Last active December 17, 2015 19:49
Magento Startup Ununtu
#!/usr/bin/env bash
apt-get update
apt-get install -y apache2
apt-get install php5 php5-curl php5-gd php5-mcrypt php5-mysql php5-xsl -y
apt-get install vim -y
apt-get install git -y
apt-get install s3cmd -y
apt-get install zsh
wget –no-check-certificate https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O – | sh
@nzajt
nzajt / bootstrap-chef.sh
Created March 15, 2013 22:50
Get chef-solo up and going
# ---------------------------------------------
# Chef Folders
# ---------------------------------------------
mkdir /var/chef
cd /var/chef
mkdir -p cookbooks/main/recipes
# --------------------------------------------------------
# Update It
#---------------------------------------------------------
sudo yum -y update
# --------------------------------------------------------
# Packages
# --------------------------------------------------------
@nzajt
nzajt / Sass Bootstrap Variables
Created November 13, 2012 18:26
A good list of SASS variables for those using SASS with Boostrap
//
// Variables
// --------------------------------------------------
// Global values
// --------------------------------------------------
// Grays