~wxl/loco-team-portal/more-details

« back to all changes in this revision

Viewing changes to Vagrantfile

  • Committer: Adnane Belmadiaf
  • Date: 2012-11-16 18:33:47 UTC
  • mto: This revision was merged to the branch mainline in revision 559.
  • Revision ID: daker@ubuntu.com-20121116183347-pbrdw9zhvcg49nd9
splited the requirements to prod & dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
    ltp.vm.box_url = "http://files.vagrantup.com/precise32.box"
7
7
    ltp.vm.forward_port 8000, 8000
8
8
    ltp.vm.network :hostonly, "33.33.33.10"
9
 
    ltp.vm.customize ["modifyvm", :id, "--memory", 512]
 
9
    ltp.vm.customize ["modifyvm", :id, "--memory", 1024]
10
10
 
11
11
    ltp.ssh.max_tries = 50
12
12
    ltp.ssh.timeout = 300
13
 
  
 
13
 
14
14
    MOUNT_POINT = '/home/vagrant/ltp'
15
15
 
16
16
    ltp.vm.share_folder("v-root", MOUNT_POINT, ".")