@vermilion/taco-cloner
v0.2.0
Published
A tool to help automate the setup of Projects
Downloads
2
Keywords
Readme
Taco Cloner
Installation
npm install -g @vermilion/taco-cloner
Usage
$ taco.clone <git URL>
This tool will take you through the process of accessing a projects production server via ssh tunnel, the setup of an apache vhost, which includes per-site error and access logs stored in /usr/local/var/log/httpd/{{siteName}}
, the post installation scripts from composer and npm needed to get a site up and running. mySQL credentials exist, but don't do anything right now.
Assumptions
Apache is installed via Homebrew.
Your Apache Document Root is
~/Sites/
.Your local SSL cert lives at
/usr/local/etc/httpd/ssl/
You store vHosts in individual
.conf
files located at/usr/local/etc/httpd/vhosts/
.
Please report any errors or feature requests.