Changes between Version 40 and Version 41 of DrupalServer
- Timestamp:
- 01/13/16 21:48:21 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DrupalServer
v40 v41 82 82 * {{{rm -rf /var/www/html/drupal8/libraries/civicrm/drupal}}} 83 83 84 === Broken===84 === Tip === 85 85 From git: 86 86 * {{{cd /var/www/html/drupal8/libraries}}} 87 * {{{ git clone https://github.com/civicrm/civicrm-core civicrm}}}87 * {{{sudo git clone https://github.com/civicrm/civicrm-core civicrm}}} 88 88 * {{{cd /var/www/html/drupal8/libraries/civicrm}}} 89 89 * {{{composer install}}} 90 * {{{cd /var/www/html/drupal8/libraries/civicrm}}}91 90 * {{{sudo git clone https://github.com/civicrm/civicrm-packages.git packages}}} 92 91 … … 97 96 98 97 == Running the Code Generator == 98 99 FIXME: this only works as root, for dumb reasons. 100 99 101 * {{{cd /var/www/html/drupal8/libraries/civicrm/}}} 100 * {{{ ln -s ../../modules/civicrm/ drupal}}}102 * {{{sudo ln -s ../../modules/civicrm/ drupal}}} 101 103 * {{{cd /var/www/html/drupal8/libraries/civicrm/xml/}}} 102 104 * {{{sudo php GenCode.php schema/Schema.xml '' "drupal"}}} … … 105 107 * under 'Extend', select the 'CiviCRM Core' extension, and scroll to the bottom of the page to 'Install'. 106 108 * This will result in an empty white page. 107 108 109 109 110 110 = Themes =