Changes in Vagrantfile [0657b10:601b93d] in sasview


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Vagrantfile

    r0657b10 r601b93d  
    22# vi: set ft=ruby : 
    33 
    4 # This allows you to build sasview using vagrant 
     4# This allows you to build sasview using vagrant  
    55# for the moment you can build Ubuntu on any platform supported by vagrant 
    66# (Linux, Mac, Windows) 
    7 # You will need VirtualBox as well. 
     7# You will need VirtualBox as well.  
    88# Download pages: 
    99# http://www.vagrantup.com/downloads 
     
    2121  # Every Vagrant development environment requires a box. You can search for 
    2222  # boxes at https://atlas.hashicorp.com/search. 
    23   config.vm.box = "ubuntu/xenial64" 
     23  config.vm.box = "ubuntu/trusty64" 
    2424  #config.vm.box = "fedora19" 
    2525  #config.vm.box_url = "https://dl.dropboxusercontent.com/u/86066173/fedora-19.box" 
     
    4040  end 
    4141  # 
    42   config.vm.synced_folder ".", "/vagrant", disabled: true 
    43   config.vm.synced_folder ".", "/sasview-docs-test/sasview", disabled: false 
    44   config.vm.synced_folder "../sasmodels", "/sasview-docs-test/sasmodels", disabled: false 
    45  
    4642  config.vm.provision :shell, :path => "Vagrantprovision.sh" 
    4743end 
Note: See TracChangeset for help on using the changeset viewer.