Conversation
|
I roughly remember there was some issues with windows builds.. maybe @nmburgan remembers more details |
|
Yes, we ran into some problems with the build. We’re working on server/db releases right now but hopefully can revisit this soon. |
|
@nmburgan as the Win builds aren't available yet, maybe we can start merging and then updating the docs when it'll be available? |
|
Yeah, that seems fine. I don't know when we'll be able to revisit, but hopefully it won't be too long. |
|
@nmburgan ok, rebased |
|
@nmburgan rebased again |
| **Uninstall Bolt** | ||
|
|
||
| To uninstall Bolt, run the following command: | ||
| # Debian 10 |
There was a problem hiding this comment.
Deb 10, Ubuntu 18, and Ubuntu 20 are no longer supported
There was a problem hiding this comment.
Take a look at our currently supported platform list for openvox. It should be the same here. Missing SLES 16, Ubuntu 26, maybe some others.
| # Installing OpenBolt | ||
|
|
||
| Packaged versions of Bolt are available for several Linux distributions, macOS, | ||
| Packaged versions of OpenBolt are available for several Linux distributions, macOS, |
There was a problem hiding this comment.
Probably leave a note about Windows builds coming soon.
| # EL9 | ||
| sudo dnf install https://yum.voxpupuli.org/openvox8-release-el-9.noarch.rpm | ||
| # EL8 FIPS | ||
| sudo rpm -Uvh https://yum.voxpupuli.org/openvox8-release-redhatfips-8.noarch.rpm |
There was a problem hiding this comment.
Not going to build OpenBolt for FIPS
| sudo rpm -Uvh https://yum.voxpupuli.org/openvox8-release-redhatfips-8.noarch.rpm | ||
| # EL9 FIPS | ||
| sudo dnf install https://yum.voxpupuli.org/openvox8-release-redhatfips-9.noarch.rpm | ||
| # Fedora 36 |
There was a problem hiding this comment.
We don’t support 36. I forget exactly which Fedoras are currently supported. Take a look at the shared-actions repo, the build vanagon action, to see the current platform list.
| ## Install OpenBolt on macOS | ||
|
|
||
| You can install Bolt packages for macOS using either Homebrew or the | ||
| You can install OpenBolt packages for macOS using either Homebrew or the |
There was a problem hiding this comment.
I don’t think we have it in brew yet.
| 2. Double-click the `openbolt-[version].dmg` file to mount the installer and | ||
| then double-click `openbolt-[version]-installer.pkg` to run the installer. | ||
|
|
||
| If you get a message that the installer "can't be opened because Apple cannot check it for malicious software:" |
There was a problem hiding this comment.
This should not happen now. Our binaries are fully signed and notarized.
| **Uninstall OpenBolt** | ||
|
|
||
| To uninstall Bolt, remove Bolt's files and executable: | ||
| To uninstall OpenBolt, remove OpenBolt's files and executable: |
There was a problem hiding this comment.
This is not correct. It should be removed using the package manager, or the uninstalled in the dmg for macOS.
| modules which are required for common OpenBolt actions. | ||
|
|
||
| To install Bolt as a gem: | ||
| To install OpenBolt as a gem: |
| - On Windows with the default install location: | ||
| ``` | ||
| "C:/Program Files/Puppet Labs/Bolt/bin/gem.bat" install --user-install <GEM> | ||
| "C:/Program Files/OpenVox/OpenBolt/bin/gem.bat" install --user-install <GEM> |
There was a problem hiding this comment.
Once Windows builds are fixed, it will actually be the same puppetlabs path as Bolt.
For Windows - I wasn't able to find the appropriate files, have they been released?