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
Step 2. Save and unpack the file anywhere on your drive; this
68
68
creates a Vagrant Project directory.
69
69
70
70
Step 3. Open a terminal and navigate to the Vagrant Project directory (e.g.
71
-
`/home/user/CFEngine_Enterprise_vagrant_quickstart-3.7.1-1`, or `C:\CFEngine_Enterprise_vagrant_quickstart-3.7.1-1`) and enter the following command:
71
+
`/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:
72
72
73
73
```console
74
74
$ 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 3.7.1-1 hub`, and `CFEngine Enterprise 3.7.1-1 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
0 commit comments