Skip to content
Majed Al-Chatti edited this page Mar 1, 2023 · 2 revisions

This project demonstrating Drupal 10 Drupal Devcontainer project.

| This repo reset with each release, commits reflect the steps taken.

Usage

1.Clone this project with its submodule to drupal-dev-x folder.

git clone --recurse-submodules https://github.com/alchatti/drupal-devcontainer-sample-project.git drupal-dev-x

2.Using devcontainer cli access drupal-dev-x folder and start the project.

cd drupal-dev-x
devcontainer open .

3.Inside the devcontainer using VS Code integrated terminal install dependencies using the container script.

  • Option (A) project composer dependencies version [Not Up to date]
composer install
  • Option (B) Install & update composer dependencies [Latest version]
yes | composer update

5.In the browser visit http://localhost visit and follow Drupal Devcontainer project.

Resources

Clone this wiki locally