website/docs: page titles and better upgrade instructions
This commit is contained in:
parent
bad4c78766
commit
31d964ec70
|
@ -1,7 +1,7 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>Vagrant Documentation</title>
|
<title><%= current_page.data.page_title ? " #{current_page.data.page_title} - " : "" %>Vagrant Documentation</title>
|
||||||
|
|
||||||
<!-- meta -->
|
<!-- meta -->
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
---
|
---
|
||||||
|
page_title: "Backwards Compatibility"
|
||||||
sidebar_current: "installation-backwards-compatibility"
|
sidebar_current: "installation-backwards-compatibility"
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
---
|
---
|
||||||
|
page_title: "Installing Vagrant"
|
||||||
sidebar_current: "installation"
|
sidebar_current: "installation"
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
---
|
---
|
||||||
|
page_title: "Upgrading from Vagrant 1.0"
|
||||||
sidebar_current: "installation-upgrading-1-0"
|
sidebar_current: "installation-upgrading-1-0"
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -10,6 +11,15 @@ with Vagrant 1.0.x, so you can simply reinstall Vagrant
|
||||||
over your previous installation by downloading the latest package and
|
over your previous installation by downloading the latest package and
|
||||||
installing it using standard procedures for your operating system.
|
installing it using standard procedures for your operating system.
|
||||||
|
|
||||||
|
As the [backwards compatibility](/v2/installation/backwards-compatibility.html)
|
||||||
|
page says, **Vagrant 1.0.x plugins will not work with Vagrant 1.1+**. Many
|
||||||
|
of these plugins have been updated to work with newer versions of Vagrant,
|
||||||
|
so you can look to see if they've been updated. If not however, you'll have
|
||||||
|
to remove them before upgrading.
|
||||||
|
|
||||||
|
It is recommended you remove _all_ plugins before upgrading, and then slowly
|
||||||
|
add back the plugins. This usually makes for a smoother upgrade process.
|
||||||
|
|
||||||
**However**, if your version of Vagrant was installed via RubyGems, then
|
**However**, if your version of Vagrant was installed via RubyGems, then
|
||||||
you must `gem uninstall` the old version prior to installing the package for
|
you must `gem uninstall` the old version prior to installing the package for
|
||||||
the latest version of Vagrant. The RubyGems-based installation method has
|
the latest version of Vagrant. The RubyGems-based installation method has
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
---
|
---
|
||||||
|
page_title: "Upgrading Vagrant"
|
||||||
sidebar_current: "installation-upgrading"
|
sidebar_current: "installation-upgrading"
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
---
|
---
|
||||||
|
page_title: "Why Vagrant?"
|
||||||
sidebar_current: "why"
|
sidebar_current: "why"
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue