CiviCRM for Drupal 8 installation notes » History » Version 1
Jon Goldberg, 12/24/2018 06:36 PM
1 | 1 | Jon Goldberg | # CiviCRM for Drupal 8 installation notes |
---|---|---|---|
2 | |||
3 | * Install Drupal 8 as normal. |
||
4 | * Follow [the instructions on this gist](https://gist.github.com/dsnopek/56311dbea347874e75180883efabb620). |
||
5 | * Copy files to `<webroot>/libraries/civicrm` by using the [script on this ticket](https://lab.civicrm.org/dev/drupal/issues/9). |
||
6 | * [Hack] To get CKEditor/kcfinder working, copy it to libraries/civicrm: `cp -r $asset_source/packages/kcfinder $asset_dest/packages/`. |