This repository has been archived by the owner on Oct 4, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 169
How to test Recalibration locally? (obsolete)
manuelaugustin edited this page Sep 3, 2020
·
1 revision
In this way you can test any changes that were introduced in YoastSEO.js
.
- Go to the root of
YoastSEO.js
(in your branch) yarn
cd examples/webpack
yarn
yarn start-recalibration
In this way you can test any changes that were introduced in YoastSEO.js
and/or wordpress-seo
/ wordpress-seo-premium
.
- Go to your
YoastSEO.js
branch yarn
yarn link
- Go to your
wordpress-seo
orwordpress-seo-premium
branch yarn link yoastseo
-
yarn
(these two steps can be executed just once) - (only in premium)
cd premium
- (only in premium)
yarn
- (only in premium)
grunt build
- (only in premium)
cd ..
composer install
grunt build:css
grunt build:js
yarn start-recalibration
- Go to your
/VVV/www/wordpress-default/public_html/wp-config.php
and check if his line is not commented
define( 'YOAST_SEO_DEV_SERVER', true );
- Go to WordPress and make sure you are using the right
Yoast SEO
plugin. - NB: Open the SEO settings in WordPress: The recalibration toggle should be set to default, not recalibration!
In this way you can test any changes that were introduced in YoastSEO.js
and/or wordpress-seo
/ wordpress-seo-premium
.
- Go to your
YoastSEO.js
branch yarn
yarn link
- Go to your
wordpress-seo
orwordpress-seo-premium
branch yarn link yoastseo
-
yarn
(these two steps can be executed just once) - (only in premium)
cd premium
- (only in premium)
yarn
- (only in premium)
grunt build
- (only in premium)
cd ..
composer install
grunt build:css
grunt build:js
grunt webpack:recalibrationDev
- Go to your
/VVV/www/wordpress-default/public_html/wp-config.php
and check if his line is commented
// define( 'YOAST_SEO_DEV_SERVER', true );
- Go to WordPress and make sure you are using the right
Yoast SEO
plugin. - NB: Open the SEO settings in WordPress: The recalibration toggle should be set to default, not recalibration!