Skip to content

Auto installing nginx web server by compiling nginx source.

Notifications You must be signed in to change notification settings

cuongquach/nginx-auto-installer

Repository files navigation

Shell script Linux - "nginx-auto-installer"

Requirements

  • Script 'nginx-auto-installer'.
  • Privileges to run 'nginx-auto-installer' like root.
  • Git command on system.
  • Installing dependency packages.

Installation

+ Linux

  • First we will install dependencies package.
$ yum install perl-ExtUtils-Embed pam-devel -y
  • Then we will clone 'nginx-auto-installer' source to begin installing nginx web server.
$ git clone https://github.com/cuongquach/nginx-auto-installer.git nginx-auto-installer
$ cd nginx-auto-installer
$ chmod +x install.sh
$ ./install.sh

Author

Name : Quach Chi Cuong

Website : https://cuongquach.com/

About

Auto installing nginx web server by compiling nginx source.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages