Metadata-Version: 2.0
Name: apache-virtual-host
Version: 1.4.0
Summary: Creating virtual host is a time consuming task for starting new project along with complexity. This tools make this process easy. Within a minute you can create your virtual host without any hassle.
Home-page: https://github.com/hizbul25/apacheVirtualHost
Author: Hizbul Bahar
Author-email: hizbul25@gmail.com
License: MIT
Keywords: Apache Virtualhost Virtual Host
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3

##Apache Virtual Host
 Creating virtual host is a time consuming task for starting new project along with complexity. This tools make this process easy. Within a minute you can create your virtual host without any hassle.

##Requirements
* Python 3.*
* Linux OS

##Process:
* Download virtual_host project directory
* Place it in your machine
* Open terminal ```ctr+t``` and change directory to downloaded virtual_host directory. ```cd virtual_host```
* Run command: ```python virtual_host.py```
* Give two questions answer:
    * Give a directory, where you actually create your project.
    * Give domain name that you want for browse
* Everything complete, visit your project directory and remove html file and place your codebase.
* Browse your project following your domain name.


