Page 1 of 1

My script for automatic creation VirtualHosts

PostPosted: 22. July 2018 22:52
by hackspb
Hello!
As far as I know, there is no automatic creation of virtual domains how in other assembly (apache+php+mysql) like "Open Server Panel".
I create bash script which automatically creates a virtual domain on the local computer. it is very convenient for web development - you just create a new folder with the site and run the script (it can run when the xampp starts)

:arrow: https://github.com/HackSpb/auto_virtualhost_from_folder

will be very happy if it comes in handy or you can improve it