ddev-gitpod
A full Drupal dev environment in a browser
File Explorer
Download Latest Version (.zip)- config.yaml
- docker-compose.network-mtu.yaml
- run-phpstorm.sh
- FUNDING.yml
- launch.json
- launch.json
- default.services.yml
- default.settings.php
- settings.php
- development.services.yml
- example.settings.local.php
- example.sites.php
- .csslintrc
- .eslintignore
- .eslintrc.json
- .ht.router.php
- .htaccess
- autoload.php
- example.gitignore
- index.php
- INSTALL.txt
- robots.txt
- update.php
- web.config
- .editorconfig
- .gitattributes
- .gitignore
- .gitpod.yml
- composer.json
- composer.lock
- LICENSE
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/shaal/ddev-gitpod
Downloads the entire project code from GitHub to your computer.
cd ddev-gitpod
Moves into the project folder you just downloaded.
2. Docker
Easy RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Docker Desktop Needed to build and run containers. Install it and keep it running in the background.
1. Defines the main docker image this environment is built on - `.gitpod.Dockerfile`
Type this command into your terminal and run it.
Run docker compose ps to check the containers are Up. If the README mentions a port, open http://localhost:PORT in your browser.
Pulled directly from this repo's README.
3. PHP (Composer)
EasyPrerequisites
1. Run `composer install`
Installs the PHP libraries listed in composer.json.
Run it with a built-in server like php -S localhost:8000, then open http://localhost:8000 in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
