Skip to content

Commit a3a606f

Browse files
committed
need the Installation_Guide files
1 parent 18f12c3 commit a3a606f

2 files changed

Lines changed: 72 additions & 0 deletions

File tree

docs/en-US/Installation_Guide.ent

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<!-- Licensed to the Apache Software Foundation (ASF) under one
2+
or more contributor license agreements. See the NOTICE file
3+
distributed with this work for additional information
4+
regarding copyright ownership. The ASF licenses this file
5+
to you under the Apache License, Version 2.0 (the
6+
"License"); you may not use this file except in compliance
7+
with the License. You may obtain a copy of the License at
8+
9+
http://www.apache.org/licenses/LICENSE-2.0
10+
11+
Unless required by applicable law or agreed to in writing,
12+
software distributed under the License is distributed on an
13+
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14+
KIND, either express or implied. See the License for the
15+
specific language governing permissions and limitations
16+
under the License.
17+
-->
18+
19+
<!ENTITY PRODUCT "CloudStack">
20+
<!ENTITY BOOKID "Technical Documentation">
21+
<!ENTITY YEAR "2012">
22+
<!ENTITY HOLDER "Apache Software Foundation">

docs/en-US/Installation_Guide.xml

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
<?xml version='1.0' encoding='utf-8' ?>
2+
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
3+
<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
4+
%BOOK_ENTITIES;
5+
]>
6+
7+
<!-- Licensed to the Apache Software Foundation (ASF) under one
8+
or more contributor license agreements. See the NOTICE file
9+
distributed with this work for additional information
10+
regarding copyright ownership. The ASF licenses this file
11+
to you under the Apache License, Version 2.0 (the
12+
"License"); you may not use this file except in compliance
13+
with the License. You may obtain a copy of the License at
14+
15+
http://www.apache.org/licenses/LICENSE-2.0
16+
17+
Unless required by applicable law or agreed to in writing,
18+
software distributed under the License is distributed on an
19+
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
20+
KIND, either express or implied. See the License for the
21+
specific language governing permissions and limitations
22+
under the License.
23+
-->
24+
25+
<book>
26+
<bookinfo id="book-installation">
27+
<title>&PRODUCT; Installation Guide</title>
28+
<productname>Apache CloudStack</productname>
29+
<productnumber>4.0</productnumber>
30+
<edition>1</edition>
31+
<pubsnumber></pubsnumber>
32+
<abstract>
33+
<para>
34+
Installation Guide for &PRODUCT;.
35+
</para>
36+
</abstract>
37+
<corpauthor>
38+
<inlinemediaobject>
39+
<imageobject>
40+
<imagedata fileref="Common_Content/images/title_logo.svg" format="SVG" />
41+
</imageobject>
42+
</inlinemediaobject>
43+
</corpauthor>
44+
<xi:include href="Common_Content/Legal_Notice.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
45+
<xi:include href="Author_Group.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
46+
</bookinfo>
47+
<xi:include href="concepts.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
48+
<xi:include href="installation.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
49+
<xi:include href="Revision_History.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
50+
</book>

0 commit comments

Comments
 (0)