apache-deploy
v1.0.5
Published
A simple script to deploy Apache virtual hosts with SSL
Downloads
14
Readme
Apache Deploy NPM Package
A simple script to deploy Apache virtual hosts with SSL using Certbot. This script automates the setup of Apache configurations for static sites and self-running apps with proxy support.
Prerequisites
Before using this package, ensure your server meets the following requirements:
System Requirements
- Ubuntu 20.04+ or any Linux distribution with Apache installed
- Apache2 Install via Official Site
- Certbot for SSL certificates. Install via Official Site
- curl Install via Official Site
- Node.js & NPM (Install via Node.js Official Site)
Installation
Global Installation (Recommended)
Install the package globally to use it as a command-line tool:
npm install -g apache-deploy