Changes in / [461a917:0741804] in sasview


Ignore:
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Vagrantfile

    r601b93d r0657b10  
    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/trusty64" 
     23  config.vm.box = "ubuntu/xenial64" 
    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 
    4246  config.vm.provision :shell, :path => "Vagrantprovision.sh" 
    4347end 
  • Vagrantprovision.sh

    r795ea6a2 r0657b10  
    77pip install bumps comtypes periodictable  
    88 
    9 cat >> ~vagrant/.bashrc <<EOF 
     9cat >> ~/.bashrc <<EOF 
    1010export LANG=en_US.UTF-8 
    1111export LC_ALL=en_US.UTF-8 
Note: See TracChangeset for help on using the changeset viewer.