Seventh, Nginx Install on Mac

Source: Internet
Author: User
Tags install homebrew

mode one: Install Nginx on Mac, install the corresponding dependency in turn

Pcre

./configure--prefix=/usr/local/pcre-8.37--libdir=/usr/local/lib/pcre--includedir=/usr/local/include/pcre make && make Install

Zlib
./configure--prefix=/usr/local/zlib make && make install

Openssl
./config--prefix=/usr/local/openssl make && make install


Final execution:
./configure--prefix=/usr/local/nginx--with-http_ssl_module--with-pcre=/usr/local/lib/pcre--with-zlib=/usr/ local/zlib-1.2.8--with-openssl=/usr/local/openssl make && make install

Under normal circumstances, this kind of installation is OK, but I am very back, is not OK, in exchange for another way to install through the homebrew

Way Two: Homebrew

First install homebrew (http://brew.sh/)

ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
等待完成后执行
install nginx
Wait for the installation to complete without human intervention

Performsudo nginx


Due to the reasons of the celestial kingdom, VPN may be required to ensure the normal installation!

 

Seventh, Nginx Install 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.