Skip to content

abbahou/bash-web-server-installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Web Server Setup Script

Instructions

2. Make the Script Executable

Run the following command to grant execution permissions:

chmod +x installsh

3. Run the Script

To set up the web server, use:

./installsh [web_server]

Replace [web_server] with either:

  • nginx for Nginx
  • apache2 for Apache

Examples

Install and configure Nginx:

./installsh nginx

Install and configure Apache2:

./installsh apache2

4. Access the Web Page

Once the script completes, access the web page using the server's public IP:

http://<your-public-ip>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors