Advertisement
Guest User

Untitled

a guest
Oct 11th, 2017
409
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.89 KB | None | 0 0
  1. # SETUP the base DRUPAL INSTALL (if not already)
  2. drush dl --default-major=6 drupal
  3. cd /srv/www/HOSTNAME
  4. mv drupal-6.22 html
  5. cd /srv/www/HOSTNAME/html/sites/all/
  6. mkdir modules/mlc_features
  7.  
  8. git clone git@funnymonkey.unfuddle.com:funnymonkey/actionfeedback.git mlc_action_feedback
  9. git clone git@funnymonkey.unfuddle.com:funnymonkey/alumni.git mlc_alumni
  10. git clone git@funnymonkey.unfuddle.com:funnymonkey/cohort.git mlc_cohort
  11. git clone git@funnymonkey.unfuddle.com:funnymonkey/forum.git mlc_forum
  12. git clone git@funnymonkey.unfuddle.com:funnymonkey/group.git mlc_group
  13. git clone git@funnymonkey.unfuddle.com:funnymonkey/intersystem.git mlc_intersystem
  14. git clone git@funnymonkey.unfuddle.com:funnymonkey/participant.git mlc_participant
  15. git clone git@funnymonkey.unfuddle.com:funnymonkey/document.git mlc_session_doc
  16. git clone git@funnymonkey.unfuddle.com:funnymonkey/module.git mlc_session_module
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement