Quilted / Drush-Git

2 stars 0 forks source link

About

Requirements

Installation

After cloning this git repository, be sure to run from inside the drush-git repo:

git submodule init
git submodule update
bundle install

Run

Run from the parent directory of the new Drupal project.

ruby [path/to/this/repo/]/drupal setup [project_name]

Run with sudo if you are encountering gem or drush download errors:

sudo ruby [path/to/this/repo/]/drupal setup [project_name]

Example

ruby drush-git/drupal setup new_website

Optional Flags

Optional Follow Up

Troubleshooting

...'gem_original_require': no such file to load -- bundler/setup (LoadError)

You don't have bundler installed. Try running: gem install bundler