You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
514 B
32 lines
514 B
================================
|
|
Building the user and admin docs
|
|
================================
|
|
|
|
This documentation should eventually end up in the OpenStack documentation
|
|
repositories `api-site` and `openstack-manuals`.
|
|
|
|
Dependencies
|
|
============
|
|
|
|
on Ubuntu:
|
|
|
|
sudo apt-get install maven
|
|
|
|
on Fedora Core:
|
|
|
|
sudo yum install maven
|
|
|
|
Use `mvn`
|
|
=========
|
|
|
|
Build the REST API reference manual:
|
|
|
|
cd api-ref
|
|
mvn clean generate-sources
|
|
|
|
Build the heat admin guide:
|
|
|
|
cd heat-admin
|
|
mvn clean generate-sources
|
|
|