2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-21 19:22:05 +00:00

Modified xCAT install documentation to leverage go-xcat

This commit is contained in:
Patrick Lundgren 2016-10-21 17:26:01 -04:00
parent 805cbdbc2c
commit bf6e84f5e5
11 changed files with 101 additions and 26 deletions

View File

@ -0,0 +1,6 @@
Automatically Installing xCAT
=============================
.. include:: ../common_sections.rst
:start-after: BEGIN_automatic_install
:end-before: END_automatic_install

View File

@ -2,15 +2,11 @@ Installing xCAT
===============
.. include:: ../common_sections.rst
:start-after: BEGIN_install_xcat_introduction
:end-before: END_install_xcat_introduction
xCAT is installed by configuring software repositories for ``xcat-core`` and ``xcat-dep`` and using apt-get package manager. The repositories can be publically hosted or locally hosted.
:start-after: BEGIN_installation_methods
:end-before: END_installation_methods
.. toctree::
:maxdepth: 2
configure_xcat.rst
install_xcat.rst
verify_xcat.rst
update_xcat.rst
automatic_install.rst
manual_install.rst

View File

@ -0,0 +1,16 @@
Manually Installing xCAT
========================
.. include:: ../common_sections.rst
:start-after: BEGIN_install_xcat_introduction
:end-before: END_install_xcat_introduction
xCAT is installed by configuring software repositories for ``xcat-core`` and ``xcat-dep`` and using yum package manager. The repositories can be publicly hosted or locally hosted.
.. toctree::
:maxdepth: 2
configure_xcat.rst
install_xcat.rst
verify_xcat.rst
update_xcat.rst

View File

@ -52,6 +52,28 @@ xCAT consists of two software packages: ``xcat-core`` and ``xcat-dep``
.. END_install_xcat_introduction
.. BEGIN_installation_methods
There are two methods for installing xCAT. The first method, automatic install, leverages a tool named `go-xcat` to automatically install xCAT and its components. The second method is to manually install xCAT through the provided repositories.
.. END_installation_methods
.. BEGIN_automatic_install
`go-xcat` is a tool that can be used to fully install or update xCAT
#. Download the `go-xcat` tool using `wget`: ::
wget http:xcat.org/files/go-xcat -O - >/tmp/go-xcat
chmod +x /tmp/go-xcat
#. Run the `go-xcat` tool: ::
/tmp/go-xcat install # installs the latest stable version of xCAT
/tmp/go-xcat -x devel install # installs the latest development version of xCAT
.. END_automatic_install
.. BEGIN_configure_xcat_local_repo_xcat-core_RPM
**[xcat-core]**

View File

@ -4,7 +4,7 @@ Install Guides
==============
.. toctree::
:maxdepth: 2
:maxdepth: 2
yum/index.rst
zypper/index.rst

View File

@ -0,0 +1,6 @@
Automatically Installing xCAT
=============================
.. include:: ../common_sections.rst
:start-after: BEGIN_automatic_install
:end-before: END_automatic_install

View File

@ -2,15 +2,11 @@ Installing xCAT
===============
.. include:: ../common_sections.rst
:start-after: BEGIN_install_xcat_introduction
:end-before: END_install_xcat_introduction
xCAT is installed by configuring software repositories for ``xcat-core`` and ``xcat-dep`` and using yum package manager. The repositories can be publicly hosted or locally hosted.
:start-after: BEGIN_installation_methods
:end-before: END_installation_methods
.. toctree::
:maxdepth: 2
configure_xcat.rst
install_xcat.rst
verify_xcat.rst
update_xcat.rst
automatic_install.rst
manual_install.rst

View File

@ -0,0 +1,16 @@
Manually Installing xCAT
========================
.. include:: ../common_sections.rst
:start-after: BEGIN_install_xcat_introduction
:end-before: END_install_xcat_introduction
xCAT is installed by configuring software repositories for ``xcat-core`` and ``xcat-dep`` and using yum package manager. The repositories can be publicly hosted or locally hosted.
.. toctree::
:maxdepth: 2
configure_xcat.rst
install_xcat.rst
verify_xcat.rst
update_xcat.rst

View File

@ -0,0 +1,6 @@
Automatically Installing xCAT
=============================
.. include:: ../common_sections.rst
:start-after: BEGIN_automatic_install
:end-before: END_automatic_install

View File

@ -2,16 +2,11 @@ Installing xCAT
===============
.. include:: ../common_sections.rst
:start-after: BEGIN_install_xcat_introduction
:end-before: END_install_xcat_introduction
xCAT is installed by configuring software repositories for ``xcat-core`` and ``xcat-dep`` and using zypper package manager. The repositories can be publicly hosted or locally hosted.
:start-after: BEGIN_installation_methods
:end-before: END_installation_methods
.. toctree::
:maxdepth: 2
configure_xcat.rst
install_xcat.rst
verify_xcat.rst
update_xcat.rst
automatic_install.rst
manual_install.rst

View File

@ -0,0 +1,16 @@
Manually Installing xCAT
========================
.. include:: ../common_sections.rst
:start-after: BEGIN_install_xcat_introduction
:end-before: END_install_xcat_introduction
xCAT is installed by configuring software repositories for ``xcat-core`` and ``xcat-dep`` and using yum package manager. The repositories can be publicly hosted or locally hosted.
.. toctree::
:maxdepth: 2
configure_xcat.rst
install_xcat.rst
verify_xcat.rst
update_xcat.rst