Skip to content

Instantly share code, notes, and snippets.

@dougwig
dougwig / gist:a73e9c59b008fe728aec
Created February 11, 2016 00:08
devstack neutron single-vm single-nic default outbound internet
[[local|localrc]] LOGFILE=stack.sh.log
LOGFILE=stack.sh.log
SCREEN_LOGDIR=/opt/stack/data/log
LOG_COLOR=False
#OFFLINE=True
RECLONE=yes
disable_service swift
disable_service cinder
disable_service n-net
@dougwig
dougwig / mavericks ruby rails
Last active January 4, 2016 10:39
Installing Ruby on Rails environment on Mavericks
- Install XCode from the app store.
- Install XCode command-line tools.
xcode-select --install
- Install home brew. http://brew.sh/
ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"