You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: getting-started/installation/general-installation/installation-community.markdown
+19-11Lines changed: 19 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -19,26 +19,34 @@ and all Hosts. Thus, business policy that you create in the Policy Server can be
19
19
Bootstrapping completes the installation process.
20
20
21
21
<hr>
22
-
## Quick setup installation script
22
+
## Quick setup with cf-remote
23
23
24
-
**Note:** Internet access is required from the host if you wish to use the quick install script.
24
+
`cf-remote` can be used to easily download, install, and bootstrap CFEngine on a host.
25
25
26
-
Use the following script to install CFEngine on your 32- or 64-bit machine.
26
+
Once `cf-remote` is installed from the Python Package Index (e.g. `pipx install cf-remote`), execute it against a host (either local or remote).
27
+
28
+
For example, here we install CFEngine Community {{site.cfengine.branch}}.{{site.cfengine.latest_patch_release}} on two hosts and bootstrap to one of them:
0 commit comments