WordPress / meta-environment

A collection of scripts that provision the official WordPress.org websites into a Varying Vagrant Vagrants installation.
190 stars 69 forks source link

Change .dev to .test #106

Closed grappler closed 6 years ago

grappler commented 7 years ago

Fixes #12

Change the TLD from .dev to .test.

I renamed the folders first to keep the git history and then ran search and replace on each of the folders.

It would be easiest for someone to run a search and replace on the databases before the PR is merged.

If you already have the meta envoirnment setup then they can run the following commands. Enter the vvv box by running vagrant ssh.

wp search-replace wordpresstv.dev wordpresstv.test --path="/srv/www/wordpress-meta-environment/wordpresstv.test/public_html/wordpress"
wp search-replace wordpressorg.dev wordpressorg.test --path="/srv/www/wordpress-meta-environment/wordpressorg.test/public_html/wordpres
s" --url=wordpressorg.dev --network
wp search-replace wordcamp.dev wordcamp.test --path="/srv/www/wordpress-meta-environment/wordcamp.test/public_html/wordpress" --url=wordcamp.dev --network
wp search-replace jobs.wordpressnet.dev jobs.wordpressnet.test --path="/srv/www/wordpress-meta-environment/jobs.wordpressnet.test/public_html/wordpress"
wp search-replace buddypressorg.dev buddypressorg.test --path="/srv/www/wordpress-meta-environment/buddypressorg.test/public_html/wordpress" --url=buddypressorg.dev --network

ping @defries

grappler commented 6 years ago

@iandunn & @coreymckrill As Chrome 63 has been released. Anyone using Chrome can't use the meta-environment. It would be good to look at the issue or decide to make all of the URLs HTTPS.

I am switching to Firefox for the moment.

coreymckrill commented 6 years ago

@grappler I agree this should be prioritized. It looks like it needs to be rebased to the latest changes from other commits.

coreymckrill commented 6 years ago

Database dumps updated in:

grappler commented 6 years ago

Thank you for merging this in.