Last active
August 29, 2015 14:21
-
-
Save keiththomps/2299540b940fac3e05ee to your computer and use it in GitHub Desktop.
Moving to boot2docker
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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