Quick installation: Difference between revisions
Jump to navigation
Jump to search
(add link to Debian Squeeze installation) |
mNo edit summary |
||
Line 1: | Line 1: | ||
=Introduction= | == Introduction == | ||
This is a quick install guide for Proxmox VE. | This is a quick install guide for Proxmox VE. | ||
* | * For installing from scratch or updating versions (e.g. 3.0 to 3.1) see [[Downloads]] page of wiki | ||
* | * For upgrading 1.9 to 2.0, see [[Upgrade_from_1.9_to_2.0]] | ||
* | * For upgrading 2.3 to 3.0, see [[Upgrade_from_2.3_to_3.0]] | ||
Additionally, we also provide a "howto" for installation on an [[Install Proxmox VE on Debian Squeeze|Debian 6 Squeeze]] or [[Install Proxmox VE on Debian Wheezy|Debian 7 Wheesy]] or [[Install Proxmox VE on Debian Jessie|Debian 8 Jessie]] | Additionally, we also provide a "howto" for installation on an [[Install Proxmox VE on Debian Squeeze|Debian 6 Squeeze]] or [[Install Proxmox VE on Debian Wheezy|Debian 7 Wheesy]] or [[Install Proxmox VE on Debian Jessie|Debian 8 Jessie]] | ||
=Get the ISO= | == Get the ISO == | ||
Download the [http://www.proxmox.com/downloads ISO image] and move it to a USB media, see [[Install from USB Stick]]. Or just burn a CD. | Download the [http://www.proxmox.com/downloads ISO image] and move it to a USB media, see [[Install from USB Stick]]. Or just burn a CD. | ||
=Start the installation= | == Start the installation == | ||
*Just press 'Enter' to start the installation (for custom partition settings, see [[Debugging Installation#Boot options]]) | *Just press 'Enter' to start the installation (for custom partition settings, see [[Debugging Installation#Boot options]]) | ||
*The installer supports partitions greater 2 TB (using GUID Partition Table, GPT) | *The installer supports partitions greater 2 TB (using GUID Partition Table, GPT) | ||
=Update your Proxmox VE Server to latest available version= | == Update your Proxmox VE Server to latest available version == | ||
In order to get new features and all security updates and bugfixes you should always update a new ISO install to the latest available packages via GUI updater or via CLI (apt-get update && apt-get dist-upgrade) | In order to get new features and all security updates and bugfixes you should always update a new ISO install to the latest available packages via GUI updater or via CLI (apt-get update && apt-get dist-upgrade) | ||
For more details about our update services, see [[Package repositories]] | For more details about our update services, see [[Package repositories]] | ||
=Web-based Management= | == Web-based Management == | ||
[[Central_Web-based_Management]] | [[Central_Web-based_Management]] | ||
=Proxmox VE Cluster= | == Proxmox VE Cluster == | ||
[[Proxmox_VE_2.0_Cluster]] | [[Proxmox_VE_2.0_Cluster]] | ||
=Video Tutorials= | == Video Tutorials == | ||
[http://www.youtube.com/ProxmoxVE Proxmox VE Youtube channel] | * [http://www.youtube.com/ProxmoxVE Proxmox VE Youtube channel] | ||
[[Category: HOWTO]] | [[Category: HOWTO]] |
Revision as of 12:29, 27 October 2015
Introduction
This is a quick install guide for Proxmox VE.
- For installing from scratch or updating versions (e.g. 3.0 to 3.1) see Downloads page of wiki
- For upgrading 1.9 to 2.0, see Upgrade_from_1.9_to_2.0
- For upgrading 2.3 to 3.0, see Upgrade_from_2.3_to_3.0
Additionally, we also provide a "howto" for installation on an Debian 6 Squeeze or Debian 7 Wheesy or Debian 8 Jessie
Get the ISO
Download the ISO image and move it to a USB media, see Install from USB Stick. Or just burn a CD.
Start the installation
- Just press 'Enter' to start the installation (for custom partition settings, see Debugging Installation#Boot options)
- The installer supports partitions greater 2 TB (using GUID Partition Table, GPT)
Update your Proxmox VE Server to latest available version
In order to get new features and all security updates and bugfixes you should always update a new ISO install to the latest available packages via GUI updater or via CLI (apt-get update && apt-get dist-upgrade)
For more details about our update services, see Package repositories