https://github.com/infamousjoeg/conjur-install
Quick & easy deployment of Conjur (https://conjur.org) using a simple one-liner command
https://github.com/infamousjoeg/conjur-install
bash conjur conjur-oss cyberark
Last synced: 3 months ago
JSON representation
Quick & easy deployment of Conjur (https://conjur.org) using a simple one-liner command
- Host: GitHub
- URL: https://github.com/infamousjoeg/conjur-install
- Owner: infamousjoeg
- License: apache-2.0
- Created: 2019-01-14T00:57:50.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-06-17T17:04:13.000Z (over 4 years ago)
- Last Synced: 2025-04-13T23:25:53.080Z (7 months ago)
- Topics: bash, conjur, conjur-oss, cyberark
- Language: Shell
- Homepage: https://cybr.rocks/conjur-install
- Size: 76.2 KB
- Stars: 8
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# infamousjoeg/conjur-install
Home of the script that lives at `https://cybr.rocks/conjur-install`!
[](https://github.com/infamousjoeg/conjur-install/actions?workflow=CI)
The purpose of the install script is for a convenience for quickly
installing the latest Docker-CE releases, Docker Compose releases, and Conjur on the supported linux
distros. It is not recommended to deploy Conjur Open Source
to production systems. For more thorough instructions for installing
on the supported distros, see the [install
instructions](https://conjur.org).
This repository is solely maintained by Joe Garcia, CISSP. It is not officially supported by CyberArk.
- [Usage](#usage)
- [From `https://cybr.rocks/conjur-install`](#from-httpscybrrocksconjur-install)
- [To review the output script first](#to-review-the-output-script-first)
- [From the source repo](#from-the-source-repo)
- [Skip apt/yum update for faster deployment](#skip-aptyum-update-for-faster-deployment)
- [Video of Usage](#video-of-usage)
- [Ubuntu 18.04](#ubuntu-1804)
- [CentOS 7](#centos-7)
- [Reporting Security Issues](#reporting-security-issues)
- [Licensing](#licensing)
## Usage
#### From `https://cybr.rocks/conjur-install`
```shell
curl -fsSL https://cybr.rocks/conjur-install | bash -s
```
#### To review the output script first
```shell
curl -fsSL https://cybr.rocks/conjur-install -o conjur-install.sh
./conjur-install.sh
```
#### From the source repo
```shell
./install.sh
```
#### Skip apt/yum update for faster deployment
```shell
curl -fsSL https://cybr.rocks/conjur-install -o conjur-install.sh && ./conjur-install.sh --no-update
```
## Video of Usage
### Ubuntu 18.04
[](https://asciinema.org/a/221614)
### CentOS 7
[](https://asciinema.org/a/222131)
## Reporting Security Issues
The maintainer takes security seriously. If you discover a security issue,
please bring it to my attention right away!
Please **DO NOT** file a public issue, instead send your report privately to
[security@joe-garcia.com](mailto:security@joe-garcia.com).
Security reports are greatly appreciated and I will publicly thank you for it.
I also like to send gifts — if you're into schwag, make sure to let
me know. I currently do not offer a paid security bounty program, nor does CyberArk Software.
## Licensing
infamousjoeg/conjur-install is licensed under the Apache License, Version 2.0.
See [LICENSE](LICENSE) for the full license text.
[![Buy me a coffee][buymeacoffee-shield]][buymeacoffee]
[buymeacoffee]: https://www.buymeacoffee.com/infamousjoeg
[buymeacoffee-shield]: https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png