-
Notifications
You must be signed in to change notification settings - Fork 51
CentOSSetup)
to275404 edited this page May 29, 2020
·
4 revisions
- Create a virtual environment
- python3 -m venv [your venv name]
- Activate your virtual environment
- source [venv name]/bin/activate
- Install YAML via the pip command
- pip3 install pyyaml
- Clone the git repo
- git clone https://github.com/tenable/integration-jira-cloud.git
- In order to configure the integration, you need to provide the script a configuration file in the YAML format. Your username is your Atlassian ID, and the address is the site URL (i.e.: https://username.atlassian.net/).
The same process as outlined for MacOS is followed by substituting the following Centos7 specific commands
- $ yum install epel-release
- $ yum install python3 python-pip
Add additional repos that would include python 3 and python-pip packages. This will vary from different flavors of the linux OS but the idea is the same
-
$ sudo apt-get install software-properties-common
-
$ sudo add-apt-repository ppa:deadsnakes/ppa
-
$ sudo apt-get update
-
$ sudo apt-get install python3.6
-
$ pip install -U pip
-
$ pip install -U virtualenv
-
$ virtaulenv --python=python3.x <env_name>
-
$ cd env_name && source bin/activate
-
$ pip3 install pyyaml
-
$ pip3 install /root//integration-jira-cloud
-
$ Tenable-jira /path to yaml file/jira-cloud.yaml