Skip to content

Instantly share code, notes, and snippets.

@Asgarrrr
Created October 27, 2022 07:28
Show Gist options
  • Save Asgarrrr/2cc4e01c77d17a99f377343bd0122ec7 to your computer and use it in GitHub Desktop.
Save Asgarrrr/2cc4e01c77d17a99f377343bd0122ec7 to your computer and use it in GitHub Desktop.
#Télécharger Gateling 3.4.1
wget https://repo1.maven.org/maven2/io/gatling/highcharts/gatling-charts-highcharts-
bundle/3.4.1/gatling-charts-highcharts-bundle-3.4.1-bundle.zip
#Décompresser gatling-charts-highcharts-bundle-3.4.1-bundle.zip
#Renomer le répértoire
mv gatling-charts-highcharts-bundle-3.4.1-bundle.zip gatling chmod –R 775 gateling
chown –R inset:inset gateling
#Lancer le recorder
./recorder.sh
@Asgarrrr
Copy link
Author

//Ajout de JENKINS dans les repo APT
curl -fsSL https://pkg.jenkins.io/debian-stable/jenkins.io.key | sudo tee \ /usr/share/keyrings/jenkins-keyring.asc > /dev/null
echo deb [signed-by=/usr/share/keyrings/jenkins-keyring.asc] \ https://pkg.jenkins.io/debian-stable binary/ | sudo tee \ /etc/apt/sources.list.d/jenkins.list > /dev/null
//Instalation de JENKINS
sudo apt-get update
sudo apt-get install jenkins=2.346.1 -y

@Asgarrrr
Copy link
Author

sudo vi /lib/systemd/system/jenkins.service

@Asgarrrr
Copy link
Author

@Asgarrrr
Copy link
Author

Asgarrrr commented Oct 28, 2022



Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment