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

How to run the release script

oren edited this page Sep 20, 2013 · 1 revision

The OpenScholar repo contains a script to package ready-to-install releases:

  • scripts/release.sh

This bash shell requires drush, and creates an archive. The archive contains a drupal docroot with a fully built profiles/openscholar directory, including all specified contrib projects and libraries downloaded.

To use the script:

  1. run git clone https://github.com/openscholar/openscholar
  2. run cd openscholar and git checkout SCHOLAR-7.x (or whatever stable branch/tag you want)
  3. run bash scripts/releases.sh
  4. Done!

Your new release package will be named drupal-openscholar-7.x.tar.gz (or whatever branch/tag you checked out)

Clone this wiki locally