Skip to content

Automation tool for automatically creating Apache virtual host configuration and setting up the local domain.

Notifications You must be signed in to change notification settings

ionware/apache-vhost

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Apache Virtual Host Automation Tool

Create Apache virtual host configuration easily on Linux. This automation tool take care of all the steps to create vhost file and domain. Have a new project idea that uses Apache? Just do the initialization with a single command.

Installation

The tool is based on Node.js and can be install directly from npm. Simply run

npm install -g apache-vhost

in your Terminal.

Usage

The tool provides an executable to run commands

apache-vhost [-i] [-d domain name] [-n file-name] [ -r document-root]

Options

  • [-i ] Flag run the program in interactive mode
  • [-d ] The domain name to write to /etc/hosts file
  • [-n ] Name to give configuration file in /etc/apache2/sites-available
  • [-r ] Absolute path to the project (document) root

About

Automation tool for automatically creating Apache virtual host configuration and setting up the local domain.

Resources

Stars

Watchers

Forks

Packages

No packages published