/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 wihtout any hassle.

Primary LanguagePython

##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

  • All python version
  • Ubuntu 14.04

##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.