Make WordPress Core

Changeset 55303

Timestamp:
02/10/2023 02:59:04 AM (18 months ago)
Author:
helen
Message:

Build/Test Tools: Add a devcontainer for Codespaces support.

This adds a devcontainer configuration tested for use with GitHub Codespaces. It is currently built on top of the Docker wordpress image for initial trial purposes. We should eventually be using our own containers to fully own the environment.

This should be considered a beta run to get a sense of how well cloud dev containers work for core contributors, in particular at contributor day events with limited bandwidth and mobile devices.

Props samruddhikhandale, dinhtungdu, helen, craiglpeters, sam1el, wirecat.
See #57187.

Location:
trunk
Files:
6 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/.gitignore

    r54289 r55303  
    3939/packagehash.txt
    4040/artifacts
     41
    4142
    4243# Files and folders that get created in wp-content
  • trunk/README.md

    r54650 r55303  
    77
    88## Getting Started
     9
     10
     11
     12
     13
     14
     15
     16
     17
     18
     19
     20
     21
     22
     23
     24
    925
    1026WordPress is a PHP, MySQL, and JavaScript based project, and uses Node for its JavaScript dependencies. A local development environment is available to quickly get up and running.
     
    109125* Password: `password`
    110126
     127
     128
    111129To generate a new password (recommended):
    112130
Note: See TracChangeset for help on using the changeset viewer.