From da437d7c838e79a2274ebcad6ec55e383f199b7e Mon Sep 17 00:00:00 2001 From: Theoziran Lima Date: Mon, 12 Oct 2015 01:06:26 -0300 Subject: [PATCH] Instalação de Wordpress com instalação já preexistente --- Vagrantfile | 9 --------- composer.json | 8 +++++++- post-update.sh | 7 +++++++ pre-update.sh | 2 ++ 4 files changed, 16 insertions(+), 10 deletions(-) create mode 100644 post-update.sh create mode 100755 pre-update.sh diff --git a/Vagrantfile b/Vagrantfile index 56ae9ff..517c327 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -9,11 +9,6 @@ VAGRANTFILE_API_VERSION = "2" $firstTimeScript = <