VM-side agent for Murano
Go to file
Timur Nurlygayanov f6e4464734 Merge "Fixed issue with names." 2013-04-08 14:50:19 +04:00
Deployment A lot of changes were made 2013-04-04 17:27:03 +04:00
WindowsAgent ExecutionPlanGenerator DSL processor 2013-03-12 22:43:08 +04:00
api Finished documentation for API 2013-04-05 17:24:17 +04:00
conductor Merge "Fixed issue with renaming of the tabula component." 2013-04-05 19:33:32 +04:00
dashboard Fixed issue with names. 2013-04-08 14:50:00 +04:00
docs Finished converting API Specification 2013-04-08 10:26:17 +04:00
python-glazierclient Added license to documentation of Portas Client 2013-04-05 16:53:28 +04:00
tests Added tox for webUI tests. 2013-04-05 17:09:11 +04:00

docs/README.rst

Glazier Manuals

This repository contains documentation for the Glazier project. It includes:

  • API Specification
  • Architecture

For more details, see the Glazier.

Prerequisites

Apache Maven 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/glazier-manual
mvn clean generate-sources

The generated PDF documentation file is:

docs/src/glazier-manual/src/target/docbkx/pdf/glazier-manual.pdf

The root of the generated HTML documentation is:

docs/src/glazier-manual/src/target/docbkx/webhelp/glazier-manual/content/index.html

Installing

Refer to http://glazier.openstack.org to see where these documents are published and to learn more about the Glazier project.