Deploy Jdk/ant/jmeter/jenkins on Mac

Source: Internet
Author: User

First, install the JDK

1. Download the JDK

2. After the next direct double-click the installation, the default installation to/library/java/javavirtualmachine

3. Verify that the installation is successful

1 java-version

Second, installation JMeter

1. Download the JMeter, unzip to the/library/jmeter directory

1 sudo mkdir/library/Jmeter    #创建Jmeter文件夹 2 sudo tar zxvf apache-jmeter-  3.0. tgz-c/library/jmeter    #解压

2. Launch directly into the Jmeter/bin directory or from the command line

1 cd/library/jmeter/apache-jmeter-3.0/bin    #进入bin目录 2 ./jmeter.sh    #启动Jmeter

Third, install Ant

1. Download the tar.gz version of Ant and extract it to the/library/ant directory

1 sudo mkdir/library/Ant    #创建Ant文件夹 2 sudo tar zxvf  apache-ant- 1.9. 7-bin.tar.gz-c/library/ant    #解压

2. Configuring the Environment

1 Export path=${path}:/library/ant/apache-ant-1.9.  7/bin

3. Verify that the installation is successful

1 ant-version

Iv. Installation of Jenkins

1. Download Jenkins and click Install after finishing

Deploy Jdk/ant/jmeter/jenkins on Mac

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.