Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions guides/common/modules/proc_running-installer.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
[id="running-the-{project-context}-installer_{context}"]
= Running the {Project} installer

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.
More examples are described in the `Installation Options` section.
The `-v` option disables the progress bar and displays all changes.
The Foreman installer is a collection of Puppet modules that installs {Project} based on native operating system packages.

The installation run is non-interactive by default.
The script displays its progress and writes logs to `{installer-log-file}`.

.Procedure
* Run the {Project} installer:
Expand All @@ -14,5 +15,5 @@ The `-v` option disables the progress bar and displays all changes.
----
# {installer-scenario}
----

The script displays its progress and writes logs to `{installer-log-file}`.
+
For a list of the available customization options, run `{foreman-installer} --help` or `{foreman-installer} --full-help`.
7 changes: 2 additions & 5 deletions guides/doc-Quickstart/master.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,8 @@ include::common/header.adoc[]

= {QuickstartDocTitle}

The Foreman installer is a collection of Puppet modules that installs everything required for a full working Foreman setup.
It uses native operating system packaging (`.rpm` or `.deb` packages) and adds necessary configuration for the complete installation.

Components include the Foreman web UI, Smart Proxy, a Puppet server, TFTP, DNS and DHCP servers.
It is configurable and the Puppet modules can be read or run in "no-op" mode to see what changes it will make.
This guide describes the quickest way to get a {ProjectServer} up and running.
For a full installation guide, see {InstallingServerDocURL}[_{InstallingServerDocTitle}_].

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

Expand Down