Skip to content

OpenVZ/vz-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Artem Pavlenko
Jun 8, 2016
e97b2fd · Jun 8, 2016
Mar 1, 2016
Mar 1, 2016
Jul 23, 2015
Jul 23, 2015
Dec 14, 2015
Feb 29, 2016
Aug 3, 2015
Jan 29, 2016
Mar 11, 2016
Apr 11, 2016
Jun 1, 2016
Feb 29, 2016
Feb 29, 2016
Feb 29, 2016
Mar 21, 2016
Feb 29, 2016
May 19, 2016
Jun 8, 2016

Repository files navigation

Virtuozzo documentation

This repository contains source files for Virtuozzo documentation.

Documentation is available online at http://docs.openvz.org.

How to build

  1. Install AsciiDoc.
  2. Install xsltproc.
  3. Install Docbook XSL Stylesheets v4.x and v5.0.
  4. Install Apache FOP.
  5. Install Apache Xerces2 Java.
  6. Run make(1).

On CentOS:

yum install -y asciidoc fop docbook5-style-xsl-extensions
docbook5-style-xsl xerces-j2 docbook5-schemas

How to contribute