0.2.0 • Published 6 years ago

@vermilion/taco-cloner v0.2.0

Weekly downloads
1
License
Proprietary
Repository
-
Last release
6 years ago

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

  1. Apache is installed via Homebrew.
  2. Your Apache Document Root is ~/Sites/.
  3. Your local SSL cert lives at /usr/local/etc/httpd/ssl/
  4. You store vHosts in individual .conf files located at /usr/local/etc/httpd/vhosts/.

Please report any errors or feature requests.