Guest User

Untitled

a guest
Dec 1st, 2018
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. language: php
  2.  
  3. php:
  4. - 5.3
  5.  
  6. mysql:
  7. database: drupal
  8. username: root
  9. encoding: utf8
  10.  
  11. before_script:
  12. - "mysql -e 'create database drupal;'"
  13. - pear channel-discover pear.drush.org
  14. - pear install drush/drush
  15. - phpenv rehash
  16. - drush make vih_dk.build ../vih.dk
  17. - cd ../vih.dk
  18. - sudo chmod -R 777 sites/all/modules
  19. - drush si vih_dk --db-url=mysql://root:@127.0.0.1/drupal --account-name=admin --account-pass=VIH@2012 --site-mail=admin@example.com --site-name="vih.dk" --yes
  20. - drush cc all --yes
  21.  
  22. script:
  23. - test -d profiles/vih_dk
  24. - test -d profiles/vih_dk/modules/contrib
  25. - test -d profiles/vih_dk/modules/vih
  26. - test -d profiles/vih_dk/themes
Add Comment
Please, Sign In to add comment