You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
run git clone https://github.com/openscholar/openscholar
run cd openscholar and git checkout SCHOLAR-7.x (or whatever stable branch/tag you want)
run bash scripts/releases.sh
Done!
Your new release package will be named drupal-openscholar-7.x.tar.gz (or whatever branch/tag you checked out)