From 4cc6559f872c912b9017d46537963b7a6662a0a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=B0smail=20Ar=C4=B1l=C4=B1k?= Date: Tue, 3 Sep 2019 13:56:24 +0300 Subject: [PATCH 1/2] Fix Ubuntu version Vagrant uses bionic64, not xenial64. --- VAGRANT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VAGRANT.md b/VAGRANT.md index 9dea618616..28858f0851 100644 --- a/VAGRANT.md +++ b/VAGRANT.md @@ -10,7 +10,7 @@ Other Linux distributions should have similar installation instructions using `d Installers are available for Mac OS X and Windows, please see the [Vagrant project download page](https://www.vagrantup.com/downloads.html) for more information. -Note than until there are suitable _xenial64_ [vagrant boxes](https://atlas.hashicorp.com/boxes/search?utf8=%E2%9C%93&sort=&provider=&q=xenial64) for other providers, +Note than until there are suitable _bionic64_ [vagrant boxes](https://atlas.hashicorp.com/boxes/search?utf8=%E2%9C%93&sort=&provider=&q=xenial64) for other providers, the only virtualization provider supported is virtualbox. You might need to install it and specify `--provider virtualbox` when setting up your environment. # Setting up openstreetmap-website From 7ca7ac1260d7ff3af202e5391b6cd4e80002d8d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=B0smail=20Ar=C4=B1l=C4=B1k?= Date: Tue, 3 Sep 2019 13:58:43 +0300 Subject: [PATCH 2/2] Update broken "vagrant boxes" URL --- VAGRANT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VAGRANT.md b/VAGRANT.md index 28858f0851..a21698e1f9 100644 --- a/VAGRANT.md +++ b/VAGRANT.md @@ -10,7 +10,7 @@ Other Linux distributions should have similar installation instructions using `d Installers are available for Mac OS X and Windows, please see the [Vagrant project download page](https://www.vagrantup.com/downloads.html) for more information. -Note than until there are suitable _bionic64_ [vagrant boxes](https://atlas.hashicorp.com/boxes/search?utf8=%E2%9C%93&sort=&provider=&q=xenial64) for other providers, +Note than until there are suitable _bionic64_ [vagrant boxes](https://app.vagrantup.com/boxes/search?utf8=%E2%9C%93&sort=downloads&provider=&q=bionic64) for other providers, the only virtualization provider supported is virtualbox. You might need to install it and specify `--provider virtualbox` when setting up your environment. # Setting up openstreetmap-website