Last Updated: February 25, 2016
·
253
· kiriaze

Ghosts - A CLI app for hosts/httpd-vhosts creation ( WIP )

Still a work in progress...

Does 3 things, sometimes 4.

Creates an instance of your project within your hosts file, e.g. project.dev 127.0.0.1.
Creates a reference to the hosts/project within httpd-vhosts.conf by referencing your desired path to project.
Creates directory for you project. (Optional)
Restarts Apache.
bash <(curl -s https://raw.githubusercontent.com/kiriaze/ghost/master/ghost.sh)

Or download it and place it with your other scripts, and run it sh path/to/ghost.sh

And follow the inline instructions through CLI!

Check out repo for more info and whats coming up in the pipeline!

https://github.com/kiriaze/ghost