This repository was archived by the owner on Jul 7, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +19
-20
lines changed Expand file tree Collapse file tree 2 files changed +19
-20
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
10
10
# please see the online documentation at vagrantup.com.
11
11
12
12
# Every Vagrant virtual environment requires a box to build off of.
13
- config . vm . box = "wily64"
14
- config . vm . box_url = "https://cloud-images.ubuntu.com/vagrant/wily/current/wily-server-cloudimg-amd64-vagrant-disk1.box"
13
+ config . vm . box = "bento/ubuntu-16.04"
15
14
16
15
# Disable automatic box update checking. If you disable this, then
17
16
# boxes will only be checked for updates when the user runs
Original file line number Diff line number Diff line change @@ -31,24 +31,24 @@ sudo mkdir -p /var/www/html/
31
31
sudo chown -R vagrant:vagrant /var/www
32
32
33
33
# Requirements to build php from sources, uncomment if you decide to do so
34
- # sudo apt-get install -y \
35
- # libxml2-dev \
36
- # libcurl4-openssl-dev \
37
- # libjpeg-dev \
38
- # libpng-dev \
39
- # libxpm-dev \
40
- # libmcrypt-dev \
41
- # libmysqlclient-dev \
42
- # libpq-dev \
43
- # libicu-dev \
44
- # libfreetype6-dev \
45
- # libldap2-dev \
46
- # libxslt-dev \
47
- # libbz2-dev \
48
- # libreadline-dev \
49
- # autoconf \
50
- # libtool \
51
- # pkg-config
34
+ sudo apt-get install -y \
35
+ libxml2-dev \
36
+ libcurl4-openssl-dev \
37
+ libjpeg-dev \
38
+ libpng-dev \
39
+ libxpm-dev \
40
+ libmcrypt-dev \
41
+ libmysqlclient-dev \
42
+ libpq-dev \
43
+ libicu-dev \
44
+ libfreetype6-dev \
45
+ libldap2-dev \
46
+ libxslt-dev \
47
+ libbz2-dev \
48
+ libreadline-dev \
49
+ autoconf \
50
+ libtool \
51
+ pkg-config
52
52
53
53
# Valgrind for investigating and plumbing memory-related problems
54
54
sudo apt-get install valgrind
You can’t perform that action at this time.
0 commit comments