Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 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
6 changes: 6 additions & 0 deletions guides/common/modules/proc_running-installer.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
[id="running-the-{project-context}-installer_{context}"]
= Running the {Project} installer

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.
The installer is configurable and the Puppet modules can be read or run in "no-op" mode to see what changes it will make.

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.
Expand Down
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
Loading