Skip to content

Instantly share code, notes, and snippets.

View ryanfurtner's full-sized avatar

Ryan Furtner ryanfurtner

View GitHub Profile
@ryanfurtner
ryanfurtner / wordmove_with_localbyflywheel.sh
Last active February 20, 2018 03:15 — forked from phillcoxon/wordmove_with_localbyflywheel.sh
Enable Wordmove with "Local by Flywheel".
#!/usr/bin/env bash
set -xu
RUBY_VERSION=2.4.1
LIBSSL_VERSION=$(dpkg -s libssl1.0.0 | grep -i ^version | awk '{print $2;}')
apt-get update -y
echo 'this is after update'
apt-get install -y git sshpass
Checking to see if vagrant halt should be run...
Vagrant not running, skipping `vagrant halt`...
Creating site directory, wp-cli.yml, and vvv-init.sh file...
Done
Adding beppis.dev to new vvv-hosts file...
Done
Creating nginx-config/sites/beppis.conf...
Done
Running vagrant up --provision...
Bringing machine 'default' up with 'virtualbox' provider...