Skip to content

Latest commit

 

History

History
executable file
·
17 lines (15 loc) · 788 Bytes

README.md

File metadata and controls

executable file
·
17 lines (15 loc) · 788 Bytes

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.