Simple tool to help developers start new projects and setup apache virtual hosts
There is an extra step to install vhost, you must log in as root before install.
Python version greater than 3
$ su -
$ pip3 install vhost
$ exit
Now you can use vhost with sudo
Currently, vhost
only supports Apache and was tested using
Debian. Support for Nginx and other features are going to be
added in next releases.
$ sudo vhost -n your_hostname.localhost -u your_user
where your_hostname and your_user are up to you.
$ vhost --help
This project is licensed under the MIT License - see the LICENSE.md file for details