Difference between revisions of "Quick installation"
m (Sergey Bronnikov moved page Quick installation to Quick installation of Virtuozzo 7) |
(No time to add description for each command in vz, so set a link to screencasts) |
||
Line 1: | Line 1: | ||
{{Virtuozzo}} | {{Virtuozzo}} | ||
− | {{Note|Use page [[Quick installation | + | {{Note|Use page [[Quick installation]] if you want to install current stable version of OpenVZ}} |
This document briefly describes the steps needed to install Virtuozzo Linux distribution on your machine. | This document briefly describes the steps needed to install Virtuozzo Linux distribution on your machine. | ||
− | |||
− | |||
There are a few ways to install Virtuozzo: | There are a few ways to install Virtuozzo: | ||
Line 45: | Line 43: | ||
== Using OpenVZ == | == Using OpenVZ == | ||
− | + | Page with [[screencasts]] shows demo with a few Virtuozzo commands. Feel free to add more. | |
== See also == | == See also == | ||
− | * https://docs.openvz.org/ -- official | + | * https://docs.openvz.org/ -- official Virtuozzo documentation |
[[Category: Installation]] | [[Category: Installation]] | ||
[[Category: HOWTO]] | [[Category: HOWTO]] |
Revision as of 10:40, 9 September 2015
Note: Use page Quick installation if you want to install current stable version of OpenVZ |
This document briefly describes the steps needed to install Virtuozzo Linux distribution on your machine.
There are a few ways to install Virtuozzo:
Contents
Bare-metal installation
- OpenVZ project builds its own Linux distribution with both hypervisor and container virtualization.
It is based on CloudLinux distribution, with the additions of our custom kernel, OpenVZ management utilities, QEMU and Virtuozzo installer. It is highly recommended to use OpenVZ containers and virtual machines with this Virtuozzo installation image. See Virtuozzo. Download installation ISO image.
Setup on pre-installed Linux distribution
- Alternatively, one can install OpenVZ on a pre-installed RPM based Linux distribution.
Supported Linux distributions: Cloud Linux 7.*, CentOS 7.*, Scientific Linux 7.* etc
Follow step-by-step instruction below:
Package virtuozzo-release will bring meta information and Yum repositories:
yum localinstall http://download.openvz.org/virtuozzo/releases/7.0/x86_64/os/Packages/v/virtuozzo-release-7.0.0-10.vz7.x86_64.rpm
Then install mandatory Virtuozzo RPM packages:
yum install -y prlctl prl-disp-service vzkernel
See OpenVZ Packages available in various Linux distributions.
Using OpenVZ
Page with screencasts shows demo with a few Virtuozzo commands. Feel free to add more.
See also
- https://docs.openvz.org/ -- official Virtuozzo documentation