Add additional steps to change the default Apache DocumentRoot to /etc/www/html by adding additional .conf files in /etc/httpd/conf.d and changing all references to this new DocumentRoot directory.
Use "mkdir -p" to avoid failure when some part in the middle of the
path doesn't exist (this is currently the case with a freshly
installed Clear 16820).
Add instruction to reload the systemd configuration, otherwise the
OPTIONS line won't be used and the subsystem won't work.
Signed-off-by: Caio Marcelo de Oliveira Filho <caio.oliveira@intel.com>
The website does not support important notices, therfore the notice had to
change to a note.
Signed-off-by: Rodrigo Caballero <rodrigo.caballero.abraham@intel.com>
Includes kernel in gs contents page introduction and adds
compatibility check to doc-tree.
Improves introduction to compatible kernels and bundles.
Updates links to avoid hard coding.
Moves bare metal install from tutorial to getting started guide.
Removes repeated and/or out of date information about VM and BM
installations and hardware compatibility check. Adds reference
tags for future documentation.
To verify the Manifest.MoM, the signature of the Manifest.MoM should be compared with the Swupd certificate, not the Clear Linux certificate. Also, adding a section for manually validating the Swupd certificate so that it matches the section for manually validating the Clear Linux certificate. Making the distinction between the Clear Linux certificate and the Swupd certificate more clear.
Documentation recommends the user to access swupd the man page for
further details, however user may not have /usr/bin/man command
installed, so document that he/she needs to install 'sysadmin-basic'
bundle prior to actually accessing the man-page.
Signed-off-by: Simental Magana, Marcos <marcos.simental.magana@intel.com>
Adjusted guide to use numbered process steps, removed invalid :caption:
parameter on code-block sections, plus some clarification edits and
80-character line length formatting
Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
The page was using bad ReST reference stricture producing broken links.
This commit uses ReST cross reference by labels.
Signed-off-by: Miguel Bernal Marin <miguel.bernal.marin@linux.intel.com>
Makefile is rebuild with simple targets to point to source directory.
Now the users can use "make" or "make html" at root repo path and the
html documentation is built.
A warning is showed when compiling the documentation:
WARNING: html_static_path entry '/home/git/clear-linux-documentation/source/_static' does not exist
After documentation restructure, the _static directory is no more needed.
This commit comment out html_static_path in config.py, and the warning
is not showed.