Skip to content

Commit 568876d

Browse files
Update Quickstart abstract (#4205)
* Move info on installer to section on running the installer You don't need to know the details of the installer when you start reading the guide. * Update Quickstart abstract * Make quickstart installer procedure shorter
1 parent 9dae971 commit 568876d

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

guides/common/modules/proc_running-installer.adoc

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33
[id="running-the-{project-context}-installer_{context}"]
44
= Running the {Project} installer
55

6-
The installation run is non-interactive, but the configuration can be customized by supplying any of the options listed in `{foreman-installer} --help`, or by running `{foreman-installer} -i` for interactive mode.
7-
More examples are described in the `Installation Options` section.
8-
The `-v` option disables the progress bar and displays all changes.
6+
The Foreman installer is a collection of Puppet modules that installs {Project} based on native operating system packages.
7+
8+
The installation run is non-interactive by default.
9+
The script displays its progress and writes logs to `{installer-log-file}`.
910

1011
.Procedure
1112
* Run the {Project} installer:
@@ -14,5 +15,5 @@ The `-v` option disables the progress bar and displays all changes.
1415
----
1516
# {installer-scenario}
1617
----
17-
18-
The script displays its progress and writes logs to `{installer-log-file}`.
18+
+
19+
For a list of the available customization options, run `{foreman-installer} --help` or `{foreman-installer} --full-help`.

guides/doc-Quickstart/master.adoc

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,8 @@ include::common/header.adoc[]
77

88
= {QuickstartDocTitle}
99

10-
The Foreman installer is a collection of Puppet modules that installs everything required for a full working Foreman setup.
11-
It uses native operating system packaging (`.rpm` or `.deb` packages) and adds necessary configuration for the complete installation.
12-
13-
Components include the Foreman web UI, Smart Proxy, a Puppet server, TFTP, DNS and DHCP servers.
14-
It is configurable and the Puppet modules can be read or run in "no-op" mode to see what changes it will make.
10+
This guide describes the quickest way to get a {ProjectServer} up and running.
11+
For a full installation guide, see {InstallingServerDocURL}[_{InstallingServerDocTitle}_].
1512

1613
include::common/modules/ref_supported-operating-systems.adoc[leveloffset=+1]
1714

0 commit comments

Comments
 (0)