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: content/getting-started/installation/general-installation/installation-community.markdown
+10-9Lines changed: 10 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,17 +17,18 @@ It also provides instructions for the following:
17
17
and all Hosts. Thus, business policy that you create in the Policy Server can be deployed to Hosts throughout your company.
18
18
Bootstrapping completes the installation process.
19
19
20
-
<hr>
20
+
<hr />
21
+
21
22
## Quick setup with cf-remote
22
23
23
24
`cf-remote` can be used to easily download, install, and bootstrap CFEngine on a host.
24
25
25
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).
26
27
27
-
For example, here we install CFEngine Community {{site.cfengine.branch}}.{{site.cfengine.latest_patch_release}} on two hosts and bootstrap to one of them:
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:
28
29
29
30
```command
30
-
cf-remote --version={{site.cfengine.branch}}.{{site.cfengine.latest_patch_release}} install --edition community --clients 192.168.56.13,192.168.56.14 --bootstrap 192.168.56.13
31
+
cf-remote --version={{.site.cfengine.branch}}.{{.site.cfengine.latest_patch_release}} install --edition community --clients 192.168.56.13,192.168.56.14 --bootstrap 192.168.56.13
31
32
```
32
33
33
34
## 1. Download packages
@@ -59,37 +60,37 @@ Choose the right command for your operating system:
59
60
**Newer 64-bit RPM based distributions: (Redhat/CentOS/SUSE)**
Copy file name to clipboardExpand all lines: content/getting-started/installation/general-installation/installation-coreos.markdown
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,13 +17,13 @@ Download the file-system image package for CoreOS from the [Enterprise Downloads
17
17
1. On the CoreOS Host, extract the `fs-img-pkg.tar.gz` archive:
18
18
19
19
```command
20
-
tar xvf cfengine-nova-{{site.cfengine.branch}}.{{site.cfengine.latest_patch_release}}-{{site.cfengine.latest_package_build}}.x86_64.fs-img.pkg.tar.gz
20
+
tar xvf cfengine-nova-{{.site.cfengine.branch}}.{{.site.cfengine.latest_patch_release}}-{{.site.cfengine.latest_package_build}}.x86_64.fs-img.pkg.tar.gz
Copy file name to clipboardExpand all lines: content/getting-started/installation/general-installation/installation-enterprise-generic-tarball.markdown
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,13 +12,13 @@ First download the binary onto the host.
12
12
Next unpack the archive. For the 64 bit tarball use:
13
13
14
14
```command
15
-
tar --gunzip --extract --directory / --file ./cfengine-nova-{{site.cfengine.branch}}.{{site.cfengine.latest_patch_release}}-{{site.cfengine.latest_package_build}}.x86_64.pkg.tar.gz
15
+
tar --gunzip --extract --directory / --file ./cfengine-nova-{{.site.cfengine.branch}}.{{.site.cfengine.latest_patch_release}}-{{.site.cfengine.latest_package_build}}.x86_64.pkg.tar.gz
16
16
```
17
17
18
18
Otherwise, for 32 bit tarball, use:
19
19
20
20
```command
21
-
tar --gunzip --extract --directory / --file ./cfengine-nova-{{site.cfengine.branch}}.{{site.cfengine.latest_patch_release}}-{{site.cfengine.latest_package_build}}.i386.pkg.tar.gz
21
+
tar --gunzip --extract --directory / --file ./cfengine-nova-{{.site.cfengine.branch}}.{{.site.cfengine.latest_patch_release}}-{{.site.cfengine.latest_package_build}}.i386.pkg.tar.gz
Step 2. Save and unpack the file anywhere on your drive; this
64
64
creates a Vagrant Project directory.
65
65
66
66
Step 3. Open a terminal and navigate to the Vagrant Project directory (e.g.
67
-
`/home/user/CFEngine_Enterprise_vagrant_quickstart-{{site.cfengine.branch}}.{{site.cfengine.latest_patch_release}}-{{site.cfengine.latest_package_build}}`, or `C:\CFEngine_Enterprise_vagrant_quickstart-{{site.cfengine.branch}}.{{site.cfengine.latest_patch_release}}-{{site.cfengine.latest_package_build}}`) and enter the following command:
67
+
`/home/user/CFEngine_Enterprise_vagrant_quickstart-{{.site.cfengine.branch}}.{{.site.cfengine.latest_patch_release}}-{{.site.cfengine.latest_package_build}}`, or `C:\CFEngine_Enterprise_vagrant_quickstart-{{.site.cfengine.branch}}.{{.site.cfengine.latest_patch_release}}-{{.site.cfengine.latest_package_build}}`) and enter the following command:
68
68
69
69
```command
70
70
vagrant up
@@ -124,7 +124,7 @@ Last login: Fri Jun 13 18:58:10 2014 from 10.0.2.2
124
124
#### Accessing via GUI
125
125
126
126
If you launch the virtualbox GUI you should find the vagrant vms named
127
-
`CFEngine Enterprise {{site.cfengine.branch}}.{{site.cfengine.latest_patch_release}}-{{site.cfengine.latest_package_build}} hub`, and `CFEngine Enterprise {{site.cfengine.branch}}.{{site.cfengine.latest_patch_release}}-{{site.cfengine.latest_package_build}} agent host001`. Additionally, you can uncomment the `v.gui=true`
127
+
`CFEngine Enterprise {{.site.cfengine.branch}}.{{.site.cfengine.latest_patch_release}}-{{.site.cfengine.latest_package_build}} hub`, and `CFEngine Enterprise {{.site.cfengine.branch}}.{{.site.cfengine.latest_patch_release}}-{{.site.cfengine.latest_package_build}} agent host001`. Additionally, you can uncomment the `v.gui=true`
128
128
option in the `Vagrantfile` to have the console gui start with the vms.
129
129
**Note:** There are two `v.gui` settings to uncomment; one for the hub, and one
- Issues [fixed in {{site.CFE_manuals_version}}](https://northerntech.atlassian.net/issues/?jql=project+in+%28ENT%2C+CFE%29+AND+fixVersion+%7E+%22{{site.CFE_manuals_version}}.*%22)
- Issues [fixed in {{.site.CFE_manuals_version}}](https://northerntech.atlassian.net/issues/?jql=project+in+%28ENT%2C+CFE%29+AND+fixVersion+%7E+%22{{.site.CFE_manuals_version}}.*%22)
12
12
13
13
On this page (below) we will only mention a subset of known issues, which are very severe or noticeable, which we'd like to communicate with users.
0 commit comments