Lines Matching +full:runs +full:- +full:on
1 # -*- mode: ruby -*-
12 # http://www.apache.org/licenses/LICENSE-2.0
15 # software distributed under the License is distributed on an
27 # perl, dkms, kernel-devel and the "Development Tools" group.
29 # yum-plugin-protectbase package to prefer base repo packages.
33 # Expect full provisioning to take 30 minutes on a fast
38 # - User: vagrant/vagrant
39 # - Admin: root/vagrant
51 wget http://ftp.gnu.org/gnu/autoconf/autoconf-2.69.tar.gz
52 tar xvf autoconf-2.69.tar.gz
53 cd autoconf-2.69
54 ./configure --prefix=/usr
60 wget http://ftp.gnu.org/gnu/automake/automake-1.14.tar.gz
61 tar xvf automake-1.14.tar.gz
62 cd automake-1.14
63 ./configure --prefix=/usr
69 wget http://ftp.gnu.org/gnu/bison/bison-2.5.1.tar.gz
70 tar xvf bison-2.5.1.tar.gz
71 cd bison-2.5.1
72 ./configure --prefix=/usr
79 sudo yum -y install libevent-devel zlib-devel openssl-devel
90 sudo yum install -y ant junit ant-nodeps ant-junit java-1.8.0-openjdk-devel
94 sudo yum install -y python-devel python-setuptools python-twisted
98 sudo yum install -y ruby ruby-devel rubygems
103 sudo yum install -y nodejs nodejs-devel npm
107 sudo yum install -y perl-Bit-Vector perl-Class-Accessor perl-ExtUtils-MakeMaker perl-Test-Simple
111 sudo yum install -y php php-devel php-pear re2c
115 sudo yum install -y glib2-devel
119 sudo yum install -y erlang-kernel erlang-erts erlang-stdlib erlang-eunit erlang-rebar
123 sudo yum install -y lua-devel
127 sudo yum install -y golang golang-pkg-linux-amd64
131 sudo yum install -y mono-core mono-devel mono-web-devel mono-extras mingw32-binutils mingw32-runtim…
142 # libraries uncomment the appropriate --without switches below.
144 sh configure --without-ruby --without-go --without-lua --without-python
158 config.vm.box = "RandyAbernethy/thrift-centos-6.5-64"
161 # boxes will only be checked for updates when the user runs
167 # within the machine from a port on the host machine. In the example below,
168 # accessing "localhost:8080" will access port 80 on the guest machine.
171 # Create a private network, which allows host-only access to the machine
176 # Bridged networks make the machine appear as another physical device on
185 # the path on the host to the actual folder. The second argument is
186 # the path on the guest to mount the folder. And the optional third
187 # argument is a set of non-required options.
192 # Provider-specific configuration so you can fine-tune various
193 # backing providers for Vagrant. These expose provider-specific options.
196 vb.customize ["modifyvm", :id, "--memory", "2048"]
197 vb.customize ["modifyvm", :id, "--cpus", "2"]
231 # chef.cookbooks_path = "../my-recipes/cookbooks"
232 # chef.roles_path = "../my-recipes/roles"
233 # chef.data_bags_path = "../my-recipes/data_bags"
248 # HTTP instead of HTTPS depending on your configuration. Also change the
253 # chef.validation_key_path = "ORGNAME-validator.pem"
257 # ORGNAME-validator, replacing ORGNAME with your organization name.
260 # chef-validator, unless you changed the configuration.
262 # chef.validation_client_name = "ORGNAME-validator"