mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-05-22 03:32:04 +00:00
Modified xCAT install documentation to leverage go-xcat
This commit is contained in:
parent
805cbdbc2c
commit
bf6e84f5e5
@ -0,0 +1,6 @@
|
||||
Automatically Installing xCAT
|
||||
=============================
|
||||
|
||||
.. include:: ../common_sections.rst
|
||||
:start-after: BEGIN_automatic_install
|
||||
:end-before: END_automatic_install
|
@ -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
|
||||
|
16
docs/source/guides/install-guides/apt/manual_install.rst
Normal file
16
docs/source/guides/install-guides/apt/manual_install.rst
Normal 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
|
@ -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]**
|
||||
|
@ -4,7 +4,7 @@ Install Guides
|
||||
==============
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
:maxdepth: 2
|
||||
|
||||
yum/index.rst
|
||||
zypper/index.rst
|
||||
|
@ -0,0 +1,6 @@
|
||||
Automatically Installing xCAT
|
||||
=============================
|
||||
|
||||
.. include:: ../common_sections.rst
|
||||
:start-after: BEGIN_automatic_install
|
||||
:end-before: END_automatic_install
|
@ -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
|
||||
|
16
docs/source/guides/install-guides/yum/manual_install.rst
Normal file
16
docs/source/guides/install-guides/yum/manual_install.rst
Normal 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
|
@ -0,0 +1,6 @@
|
||||
Automatically Installing xCAT
|
||||
=============================
|
||||
|
||||
.. include:: ../common_sections.rst
|
||||
:start-after: BEGIN_automatic_install
|
||||
:end-before: END_automatic_install
|
@ -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
|
||||
|
16
docs/source/guides/install-guides/zypper/manual_install.rst
Normal file
16
docs/source/guides/install-guides/zypper/manual_install.rst
Normal 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
|
Loading…
x
Reference in New Issue
Block a user