Skip to content

Instantly share code, notes, and snippets.

@steinmb
Created August 5, 2013 13:47
Show Gist options
  • Save steinmb/6156037 to your computer and use it in GitHub Desktop.
Save steinmb/6156037 to your computer and use it in GitHub Desktop.
#!/bin/bash
cd /Users/steinmb/apache/htdocs/uib/w3.uib.no
# Get production
sudo chmod -R 777 site/files/
bin/site-prod-reset
sudo chmod -R 777 site/files/
bin/site-drush cc all
bin/site-drush fl
#Get RTS/2587 New area menu branch
git co rts/3336
bin/site-drush cc all
bin/site-drush updatedb -y
bin/site-drush mi Area -v --strict=0 --area_subset=uib_areas_subset_aktuelt.txt
bin/site-drush mi News -v --strict=0 --area_subset=uib_areas_subset_aktuelt.txt
bin/site-drush fl
bin/site-drush fr -y uib_area uib_setup uib_article
sudo chmod -R 777 site/files/
bin/site-drush cc all
bin/site-drush fl
bin/site-drush scr r2-setup-frontpage-and-newspage -v
bin/site-drush cc all
compass compile themes/uib_zen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment