add more Linux instructions
This commit is contained in:
parent
92b748eb33
commit
c6145622bd
1 changed files with 10 additions and 3 deletions
|
@ -2,9 +2,8 @@
|
||||||
|
|
||||||
= Prerequisites =
|
= Prerequisites =
|
||||||
# First install [http://www.centos.org CentOS] 5.3.
|
# First install [http://www.centos.org CentOS] 5.3.
|
||||||
# Install the [http://www.openvz.org OpenVZ] kernel and utilities
|
# Install the [http://www.openvz.org OpenVZ] kernel and utilities (these instructions are straight from the [http://wiki.openvz.org/Quick_installation#yum_pre-setup OpenVZ wiki]
|
||||||
{{{
|
{{{
|
||||||
# these instructions are from the OpenVZ wiki quick install
|
|
||||||
cd /etc/yum.repos.d
|
cd /etc/yum.repos.d
|
||||||
wget http://download.openvz.org/openvz.repo
|
wget http://download.openvz.org/openvz.repo
|
||||||
wget http://download.openvz.org/RPM-GPG-Key-OpenVZ
|
wget http://download.openvz.org/RPM-GPG-Key-OpenVZ
|
||||||
|
@ -14,10 +13,18 @@
|
||||||
# Install other prerequisite packages. Enable the [http://fedoraproject.org/wiki/EPEL EPEL repo] in order to get `ebtables`.
|
# Install other prerequisite packages. Enable the [http://fedoraproject.org/wiki/EPEL EPEL repo] in order to get `ebtables`.
|
||||||
{{{
|
{{{
|
||||||
yum install bridge-utils iproute
|
yum install bridge-utils iproute
|
||||||
su -c 'rpm -Uvh http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-3.noarch.rpm'
|
rpm -Uvh http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-3.noarch.rpm
|
||||||
yum install ebtables
|
yum install ebtables
|
||||||
}}}
|
}}}
|
||||||
|
|
||||||
|
You should follow the other instructions from the [http://wiki.openvz.org/Quick_installation#yum_pre-setup OpenVZ wiki Quick Installation], with the sections *Configuring the bootloader*, *sysctl*, and *SELinux*.
|
||||||
|
|
||||||
= Installing from RPMs =
|
= Installing from RPMs =
|
||||||
|
CORE releases for Linux consist of two RPM files. The `core-n.n...rpm` package contains the CORE GUI, API library, a daemons necessary for running on Linux. The `core-root-n.n....rpm` package is quite a bit larger, as it contains a default [http://wiki.openvz.org/OS_template OS template cache] for CORE that is installed to `/vz/private/core-root`. Individual CORE nodes will symlink to share this root filesystem.
|
||||||
|
{{{
|
||||||
|
rpm -ivh core-3.4-1.i386.rpm
|
||||||
|
rpm -ivh core-root-3.4-1.i386.rpm
|
||||||
|
}}}
|
||||||
|
|
||||||
|
|
||||||
= Installing from source =
|
= Installing from source =
|
Loading…
Add table
Add a link
Reference in a new issue