Snippets

EasyPaymentGateway BackofficeWeb without java-node patch

Created by Wesley Acheson
From 1b3b25186dce12a889b580795a12723fb082e28f Mon Sep 17 00:00:00 2001
From: achesonw <wesley.acheson@easypaymentgateway.com>
Date: Wed, 28 Feb 2018 20:33:00 +0000
Subject: [PATCH] Changes vagrant to work without java/base

---
 Vagrantfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Vagrantfile b/Vagrantfile
index 17ed8e1..e21155c 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -29,7 +29,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
 
   # Spin up a "host box" for use with the Docker provider
   # and then provision it with Docker
-  config.vm.box = "java-node"
+  config.vm.box = "ubuntu/trusty64"
 
   config.vm.provision "docker"  do |docker|
     docker.pull_images "elasticsearch"
@@ -48,4 +48,4 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
   config.vm.network :forwarded_port, guest: 89,   host: 50089
   config.vm.network :forwarded_port, guest: 9202, host: 59203
   config.vm.network :forwarded_port, guest: 9302, host: 59303
-end
\ No newline at end of file
+end
-- 
2.7.4

Comments (0)

HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.