Skip to content
This repository was archived by the owner on Mar 3, 2025. It is now read-only.

Development tools

sagotsky edited this page Apr 9, 2013 · 2 revisions

We make frequent use of drush in developing OpenScholar. You should too.

Custom Drush commands

  • vsite-redirect-disable vrd Removes custom domain redirects. Don't run this in production. Useful for running on a test site that has vsites with custom domains.
    • Option argument --nid=1. Only delete domain for vsite with node id of 1.
  • vsite-redirect-list vrl Lists vsite redirects domains by domain, nid, and name.

Clone this wiki locally