Grab latest feed from search engine like Google, Bing, WordPress, etc.
Change variables in the .env.docker
file then follow instruction below.
docker build -t wordpress:swp .
docker run --rm --env-file $(pwd)/.env.docker -p 8080:80 -v $(pwd):/var/www/html/wp-content/plugins/spider wordpress:swp
docker exec -it <container_id> bash
cd ./wp-content/plugins/spider
composer install
npm i
npm run build
Login to WordPress admin panel and activate the Spider
plugin.
Now you can access the site by visiting: http://localhost
- create admin ui
- automatically publish into WordPress
- cli support