forked from eucalyptus/documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
License
dkavanagh/documentation
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Welcome ------- This repository contains the installation, administration, user, and reference documentation for Eucalyptus. It includes files for generating guides published on the Eucalyptus website (www.eucalyptus.com). Contributing to Eucalyptus -------------------------- Eucalyptus welcomes all people interested in cloud computing. We recommend that you connect with other Eucalyptus users or get actively involved with Eucalyptus development, including documentation. The Eucalyptus IRC channel is #eucalyptus on Freenode. This channel is used for real-time communication among users and developers. Information about how to use the network is available from Freenode (http://freenode.net/using_the_network.shtml). The Eucalyptus community mailing list is community@lists.eucalyptus.com. This list is used for user discussions, problem reports, and other communications. Information about how to subscribe is available at http://lists.eucalyptus.com/cgi-bin/mailman/listinfo/community. Building Documentation ---------------------- If you want to generate HTML or PDF from the files in this repository, perform the following tasks: * Make sure that you have Java and ANT. * Create environment variables for DOC_HOME (path to the euca/content/ directory is), DITA_HOME (path to the euca/tools/DITA-OT directory), JAVA_HOME, and ANT_HOME. * In the build.properties file for the guide you want to build, change the pdf.formatter value from xep to fop: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ pdf.formatter=fop ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * Run the shell script DITA-OT/startcmd.sh (or startcmd.bat in Windows) to set up the necessary environment variables. * In the same shell window, change directories to the directory you want to generate documentation for. * Enter ant and the type of output you want (pdf or xhtml): ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ant pdf ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Shell 94.7%
- Perl 5.3%