Skip to content

Commit 7be8a3e

Browse files
author
Anthony Sterling
committed
Updated box to Trusty and fixed encoding issue
1 parent 9a76639 commit 7be8a3e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Vagrantfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Vagrant.configure("2") do |config|
2-
config.vm.box = "precise64"
3-
config.vm.box_url = "http://files.vagrantup.com/precise64.box"
2+
config.vm.box = "trusty64"
3+
config.vm.box_url = "http://cloud-images.ubuntu.com/vagrant/trusty/current/trusty-server-cloudimg-amd64-vagrant-disk1.box"
44
config.vm.hostname = "phpne-org-uk"
55
config.vm.network :forwarded_port, guest: 4000, host: 4000
66
config.vm.provider :virtualbox do |virtualbox|

_env/provision.sh

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ cat > /etc/init/jekyll-server.conf <<SERVICE
1515
start on started network
1616
stop on stopping network
1717
respawn
18+
env LC_ALL="en_US.UTF-8"
1819
env USER=vagrant
1920
env GROUP=vagrant
2021
env NAME=jekyll-server

0 commit comments

Comments
 (0)