Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 664 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 664 Bytes

nVHosts 0.4.1

This is a simple CLI App to manage Virtual Hosts using nGinx and PHP on Linux machines.

1) Configuration

a) git clone https://github.com/lbassuncao/nVHosts.git
b) cd nVHosts/src
c) chmod +x nvhosts
c) sudo ln -s $(pwd)/nvhosts /usr/local/bin/
d) cd ..
e) sudo ln -s $(pwd)/templates /usr/local/bin/
f) restart your terminal

2) Test the Application

a) nvhosts

Initial Display

3) Create a Virtual Host

a) follow the examples bellow

Configuring a vHost

3) Feel Free to Explore Other Options

Further Options