Skip to content

Used for installing nginx server on an aws ec2 instance

Notifications You must be signed in to change notification settings

udoyen/vgg-nginx-installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 

Repository files navigation

Bash Script to Install Nginx Server on A Compute Instance on AWS

HOW TO USE THIS SCRIPT

  1. Upload script to your aws ec2 instance
  2. Make script executable with the commands:
    • chmod +x setup-nginx.sh
  3. Run the script from the uploaded location:
    • sudo ./setup-nginx.sh

Important Information

Please improve and leave a comment and note only preliminary testing has been done so don't use in a production setting.

Requirements

  1. AWS EC2 Ubuntu Instance
  2. Adminstrative Access

About

Used for installing nginx server on an aws ec2 instance

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages