X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=Vagrantfile;fp=Vagrantfile;h=d8819d46c91a8e25df23377146167e43f3bf64d5;hb=ba8d4676663afcd83f27d04f7dd286cc69eccee5;hp=61da809401882413bab279b24bbecdf18917ba9d;hpb=b85766c0eb697d3e583cf647ea0dc2badcaa9c24;p=tm351-notebooks.git diff --git a/Vagrantfile b/Vagrantfile index 61da809..d8819d4 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -27,20 +27,20 @@ Vagrant.configure("2") do |config| /usr/local/lib/node_modules/tty.js/bin/tty.js --port 3000 --daemonize SH - config.vm.define :tm351LTS do |tm351LTS| - tm351LTS.vm.hostname = "tm351LTS" - tm351LTS.vm.provider :virtualbox do |virtualbox| + config.vm.define :tm351lts do |tm351lts| + tm351lts.vm.hostname = "tm351lts" + tm351lts.vm.provider :virtualbox do |virtualbox| virtualbox.name = "tm351LTS-d2-user" #virtualbox.memory = 2048 #virtualbox.cpus = 1 # virtualbox.gui = true end #ipython notebook - tm351LTS.vm.network :forwarded_port, guest: 8888, host: 8888, auto_correct: true + tm351lts.vm.network :forwarded_port, guest: 8888, host: 8888, auto_correct: true #openrefine - tm351LTS.vm.network :forwarded_port, guest: 3334, host: 3334, auto_correct: true + tm351lts.vm.network :forwarded_port, guest: 3334, host: 3334, auto_correct: true #tty.js - tm351LTS.vm.network :forwarded_port, guest: 3000, host: 3000, auto_correct: true + tm351lts.vm.network :forwarded_port, guest: 3000, host: 3000, auto_correct: true end #########