Repository: cloudstack-docs-install Updated Branches: refs/heads/master cc223a5bd -> f463946a8
added license header Project: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/commit/f463946a Tree: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/tree/f463946a Diff: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/diff/f463946a Branch: refs/heads/master Commit: f463946a86c901b83dc50a810da263ebed2d9e1b Parents: cc223a5 Author: Pierre-Luc Dion <[email protected]> Authored: Sat Mar 7 15:02:30 2015 -0500 Committer: Pierre-Luc Dion <[email protected]> Committed: Sat Mar 7 15:02:30 2015 -0500 ---------------------------------------------------------------------- source/building_from_source.rst | 3 ++- source/encryption.rst | 14 ++++++++++++++ source/management-server/_database.rst | 15 +++++++++++++++ source/management-server/_nfs.rst | 15 +++++++++++++++ source/management-server/_pkg_install.rst | 15 +++++++++++++++ source/management-server/_pkg_repo.rst | 15 +++++++++++++++ source/management-server/_prerequisite.rst | 15 +++++++++++++++ source/management-server/_second_mgt.rst | 15 +++++++++++++++ source/management-server/_systemvm.rst | 15 +++++++++++++++ source/management-server/_vhd-util.rst | 15 +++++++++++++++ source/management-server/index.rst | 15 +++++++++++++++ source/overview/_overview.rst | 15 +++++++++++++++ source/overview/_requirements.rst | 15 +++++++++++++++ 13 files changed, 181 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/blob/f463946a/source/building_from_source.rst ---------------------------------------------------------------------- diff --git a/source/building_from_source.rst b/source/building_from_source.rst index 5e28665..759e7c6 100644 --- a/source/building_from_source.rst +++ b/source/building_from_source.rst @@ -305,11 +305,12 @@ your home directory (or whatever location you prefer): .. sourcecode:: bash + $ cd ~ $ tar zxvf apache-maven-3.0.5-bin.tar.gz .. sourcecode:: bash - $ export PATH=/usr/local/apache-maven-3.0.5/bin:$PATH + $ export PATH=~/apache-maven-3.0.5/bin:$PATH Maven also needs to know where Java is, and expects the JAVA\_HOME environment variable to be set: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/blob/f463946a/source/encryption.rst ---------------------------------------------------------------------- diff --git a/source/encryption.rst b/source/encryption.rst index 75877c0..dae4375 100644 --- a/source/encryption.rst +++ b/source/encryption.rst @@ -1,3 +1,17 @@ +.. Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information# + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + http://www.apache.org/licenses/LICENSE-2.0 + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. .. _about-password-key-encryption: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/blob/f463946a/source/management-server/_database.rst ---------------------------------------------------------------------- diff --git a/source/management-server/_database.rst b/source/management-server/_database.rst index 6ba31cd..3956f3e 100644 --- a/source/management-server/_database.rst +++ b/source/management-server/_database.rst @@ -1,3 +1,18 @@ +.. Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information# + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + http://www.apache.org/licenses/LICENSE-2.0 + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + Install the database server --------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/blob/f463946a/source/management-server/_nfs.rst ---------------------------------------------------------------------- diff --git a/source/management-server/_nfs.rst b/source/management-server/_nfs.rst index ec3bc5c..312a946 100644 --- a/source/management-server/_nfs.rst +++ b/source/management-server/_nfs.rst @@ -1,3 +1,18 @@ +.. Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information# + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + http://www.apache.org/licenses/LICENSE-2.0 + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + .. _prepare-nfs-shares: Prepare NFS Shares http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/blob/f463946a/source/management-server/_pkg_install.rst ---------------------------------------------------------------------- diff --git a/source/management-server/_pkg_install.rst b/source/management-server/_pkg_install.rst index 8afe568..b119e59 100644 --- a/source/management-server/_pkg_install.rst +++ b/source/management-server/_pkg_install.rst @@ -1,3 +1,18 @@ +.. Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information# + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + http://www.apache.org/licenses/LICENSE-2.0 + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + Install the Management Server on the First Host ----------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/blob/f463946a/source/management-server/_pkg_repo.rst ---------------------------------------------------------------------- diff --git a/source/management-server/_pkg_repo.rst b/source/management-server/_pkg_repo.rst index 4052b57..19d5b4f 100644 --- a/source/management-server/_pkg_repo.rst +++ b/source/management-server/_pkg_repo.rst @@ -1,3 +1,18 @@ +.. Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information# + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + http://www.apache.org/licenses/LICENSE-2.0 + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + Configure package repository ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/blob/f463946a/source/management-server/_prerequisite.rst ---------------------------------------------------------------------- diff --git a/source/management-server/_prerequisite.rst b/source/management-server/_prerequisite.rst index ab4a7a9..5264a93 100644 --- a/source/management-server/_prerequisite.rst +++ b/source/management-server/_prerequisite.rst @@ -1,3 +1,18 @@ +.. Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information# + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + http://www.apache.org/licenses/LICENSE-2.0 + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + Management Server Installation Overview --------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/blob/f463946a/source/management-server/_second_mgt.rst ---------------------------------------------------------------------- diff --git a/source/management-server/_second_mgt.rst b/source/management-server/_second_mgt.rst index d97c7bd..2b7c341 100644 --- a/source/management-server/_second_mgt.rst +++ b/source/management-server/_second_mgt.rst @@ -1,3 +1,18 @@ +.. Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information# + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + http://www.apache.org/licenses/LICENSE-2.0 + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + Additional Management Servers ----------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/blob/f463946a/source/management-server/_systemvm.rst ---------------------------------------------------------------------- diff --git a/source/management-server/_systemvm.rst b/source/management-server/_systemvm.rst index 689a052..eb3dddb 100644 --- a/source/management-server/_systemvm.rst +++ b/source/management-server/_systemvm.rst @@ -1,3 +1,18 @@ +.. Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information# + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + http://www.apache.org/licenses/LICENSE-2.0 + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + Prepare the System VM Template ------------------------------ http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/blob/f463946a/source/management-server/_vhd-util.rst ---------------------------------------------------------------------- diff --git a/source/management-server/_vhd-util.rst b/source/management-server/_vhd-util.rst index 8b90877..a6ff015 100644 --- a/source/management-server/_vhd-util.rst +++ b/source/management-server/_vhd-util.rst @@ -1,3 +1,18 @@ +.. Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information# + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + http://www.apache.org/licenses/LICENSE-2.0 + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + Downloading vhd-util -------------------- http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/blob/f463946a/source/management-server/index.rst ---------------------------------------------------------------------- diff --git a/source/management-server/index.rst b/source/management-server/index.rst index a29ac82..80b5fc5 100644 --- a/source/management-server/index.rst +++ b/source/management-server/index.rst @@ -1,3 +1,18 @@ +.. Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information# + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + http://www.apache.org/licenses/LICENSE-2.0 + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + .. _install-mgt: Management Server Installation http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/blob/f463946a/source/overview/_overview.rst ---------------------------------------------------------------------- diff --git a/source/overview/_overview.rst b/source/overview/_overview.rst index eb52385..8387fa4 100644 --- a/source/overview/_overview.rst +++ b/source/overview/_overview.rst @@ -1,3 +1,18 @@ +.. Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information# + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + http://www.apache.org/licenses/LICENSE-2.0 + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + Introduction ------------ http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/blob/f463946a/source/overview/_requirements.rst ---------------------------------------------------------------------- diff --git a/source/overview/_requirements.rst b/source/overview/_requirements.rst index 12c4b04..b483cf4 100644 --- a/source/overview/_requirements.rst +++ b/source/overview/_requirements.rst @@ -1,3 +1,18 @@ +.. Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information# + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + http://www.apache.org/licenses/LICENSE-2.0 + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + .. _minimum-system-requirements: Minimum System Requirements
