murano-docs/README.rst
Timur Nurlygayanov fed32828c7 Test commit.
2013-04-26 08:19:38 -07:00

51 lines
1.2 KiB
ReStructuredText

Murano Manuals
+++++++++++++++++
This repository contains documentation for the
Murano project. It includes:
* API Specification
* Architecture
For more details, see the `Murano <http://murano.mirantis.com>`_.
Prerequisites
=============
`Apache Maven <http://maven.apache.org/>`_ must be installed to build the
documentation.
To install Maven 3 for Ubuntu 12.04 and later,and Debian wheezy and later::
apt-get install maven
On Fedora 15 and later::
yum install maven3
Building
========
The different manuals are in subdirectories of the
``docs/src/`` directory.
To build a specific guide, look for a ``pom.xml`` file within a subdirectory,
then run the ``mvn`` command in that directory. For example::
cd docs/src/murano-manual
mvn clean generate-sources
The generated PDF documentation file is::
docs/src/murano-manual/src/target/docbkx/pdf/murano-manual.pdf
The root of the generated HTML documentation is::
docs/src/murano-manual/src/target/docbkx/webhelp/murano-manual/content/index.html
Installing
==========
Refer to http://murano.openstack.org to see where these documents are published
and to learn more about the Murano project.