Make WordPress Core


Ignore:
Timestamp:
08/12/2019 08:28:33 AM (6 years ago)
Author:
pento
Message:

Build Tools: Miscellaneous local-env improvements.

  • Move the functionality for controlling local-env out of package.json, into JS scripts.
  • Merge the docker-compose config files, and move it to the root directory. This allows docker-compose.override.yml to work for local overrides.
  • Fix nginx redirecting to port 80 under some circumstances.
  • npm run env:install now creates wp-tests.config.php for you.
  • Cleaned up a bunch of cruft in .travis.yml.

See #47767.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:ignore
      •  

        old new  
        1414jsdoc
        1515vendor
         16docker-compose.override.yml
  • trunk/tools/local-env/default.template

    r45745 r45783  
    1414    root /var/www/${LOCAL_DIR};
    1515
     16    absolute_redirect off;
     17
    1618    location / {
    1719        try_files $uri $uri/ /index.php?$args;
Note: See TracChangeset for help on using the changeset viewer.