Skip to content

Instantly share code, notes, and snippets.

@keiththomps
Last active August 29, 2015 14:21
Show Gist options
  • Save keiththomps/2299540b940fac3e05ee to your computer and use it in GitHub Desktop.
Save keiththomps/2299540b940fac3e05ee to your computer and use it in GitHub Desktop.
Moving to boot2docker
# Remove vagrant VM
thed && vagrant halt && vagrant destroy
# Update repos
sqm repos update
# Install, create boot2docker VM, set up direnv for docker values.
workstation && script/bootstrap
echo "Now you need to update your rails apps, and set database 'host' to match what's in the example file"
echo "Add the line 'cache_store_server: <%= ENV[\"MEMCACHED_HOST\"] || \"localhost\" %>' to viper sqm_private.yml"
echo "replace 'redis_config' line in sqm_private.yml with 'resque_config: <%= ENV[\"REDIS_CONFIG\"] || \"localhost:6379\" %>'"
# Reload all of your shells
# Start boot2docker and set up images
thed && script/bootstrap && script/images_run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment