Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@amitaibu
Created September 3, 2012 10:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amitaibu/3608528 to your computer and use it in GitHub Desktop.
Save amitaibu/3608528 to your computer and use it in GitHub Desktop.
#!/bin/bash
BUILD=/Applications/MAMP/htdocs/openscholar
NEWDIR=/Applications/MAMP/htdocs/os
cd $BUILD
bash scripts/build.sh -y $NEWDIR
cd $NEWDIR
drush sql-drop -y
drush si -y openscholar --account-pass=admin --db-url=mysql://root:root@localhost/os
# Enable devel modules.
drush en -y devel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment