Skip to content

Spin up individually configured Codespaces containers for Drupal development

License

Notifications You must be signed in to change notification settings

kadiiski/drupal-on-codespaces

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Drupal on Codespaces

Quickstart

  • Open this project in Codespaces (google it if you still don't know how)
  • When it starts run sh setup.sh
  • When it finishes run cd drupal_site and then drush serve
  • open the "ports" tab (right next to the terminal) and use the link under the "Local Address" to open your drupal instance
  • admin login is
    • ACC: admin
    • PASS: 123

Note:

  • if you come back after some days - just start the codespaces again, go to the drupal_site folder, run drush serve again and in the ports tab follow the link to access your site

  • NOTE: if "drush" doesn't work - use "vendor/bin/drush" instead. Example: vendor/bin/drush serve (inside the drupal_site folder).

About

Spin up individually configured Codespaces containers for Drupal development

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 81.4%
  • Shell 18.6%