Install profile generated with Features from exisiting UKD8 simple site install. Currently, using to rework ukd8_install_profile and create a more stable and reliable build.
- VS Code
- uky-web/devcontainer (https://gitlab.com/uky-web/university-web-platform/drupal-8/devcontainer)
$ mkdir new_name_folderon local machine.$ cd new_name_folder$ git clone git@gitlab.com:uky-web/university-web-platform/drupal-8/devcontainer.git .- Make sure to name the directory something new each time that you use the devcontainer so that there are no conflicts with other projects using devcontainer.- Open new_name_folder in VS code
$ open new_name_folder -a 'visual studio code' - Reopen in new container when VS code prompts. If it does not prompt, go to Remote Explorer and right click (on the drupal container) to reopen in container
- Now you should be in the remote drupal container.
$ cd site/run$ composer install- This should grab drupal as well as the simple site install profile. - Run
$ apt-get mysql-client $ cd web/profiles/custom/$ git clone git@gitlab.com:uky-web/university-web-platform/drupal-8/ukd8-base.git- Run
$ drush site-install ukd8_base -vvv - When prompted change localhost from 127.0.0.1 to mysql, all other configuration can stay the same.