Skip to content

Commit

Permalink
Updated with some modules
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoamaro committed Jan 24, 2014
1 parent 1351863 commit f6925b3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ if [ ! -f /var/www/sites/default/settings.php ]; then
a2enmod rewrite vhost_alias
cd /var/www/
drush site-install standard -y --account-name=admin --account-pass=admin --db-url="mysqli://drupal:${DRUPAL_PASSWORD}@localhost:3306/drupal"
#Bulk add some modules
drush -y dl coder coder_tough_love simpletest
drush -y en help dblog coder coder_tough_love simpletest
killall mysqld
sleep 10s
fi
Expand Down

0 comments on commit f6925b3

Please sign in to comment.