Skip to content

Instantly share code, notes, and snippets.

@amitaibu
Created December 3, 2012 08:39
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/4193683 to your computer and use it in GitHub Desktop.
Save amitaibu/4193683 to your computer and use it in GitHub Desktop.
GarmentBox build
#!/bin/bash
cd /Applications/MAMP/htdocs/opengizra
chmod -R 777 www/
bash scripts/build
cd www
drush sql-drop -y
drush si -y garmentbox --account-pass=admin --db-url=mysql://root:root@localhost/opengizra_build --uri=http://local:8888/opengizra/www
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment