One-click installation of shell scripts

Source: Internet
Author: User
Tags install openssl

One or one-button installation Nginx script

#!/bin/bash

####################################

#Name: nginx_install.sh

#Author:d Oublelinux

#version: 1.1

#Date: 2017/08/19

####################################

Yum-y Install Pcre Pcre-devel

Yum-y Install OpenSSL Openssl-devel

Mkdir-p/home/qiu/tools

CD/

mkdir Application

Useradd nginx-s/sbin/nologin-m

Cd/home/qiu/tools

Wgethttp://nginx.org/download/nginx-1.6.3.tar.gz

Tar XF nginx-1.6.3.tar.gz

cd/home/qiu/tools/nginx-1.6.3

Ls

./configure--user=nginx--group=nginx--prefix=/application/nginx-1.6.3--with-http_stub_status_module--with-http _ssl_module

A= ' echo $? '

If [$a-eq 0];then

Make

Else

echo "Configure is worrong!"

Fi

B= ' echo $? '

If [$b-eq 0];then

Make install

Else

echo "Make is worrong!"

Fi

echo $?

Ln-s/application/nginx-1.6.3//application/nginx

/application/nginx/sbin/nginx-t

/application/nginx/sbin/nginx

netstat-lnt | grep 80

/etc/init.d/iptables stop

Setenforce 0

Getenforce

# # #test # #

A= ' Ifconfig|awk ' nr==2 ' |awk-f ' "' {print $} '

ECHO-E "Congratuation!!! Now "

Echo-e "Your IP is $a, now,you can testit!"

echo " Please enter the IP in the browser to test!" "


This article from "Doublelinux" blog, declined reprint!

One-click installation of shell scripts

Related Article

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.