{"id":6559,"date":"2018-09-05T21:03:19","date_gmt":"2018-09-05T17:03:19","guid":{"rendered":"https:\/\/www.howtoforge.com\/tutorial\/how-to-install-wordpress-with-easyengine-on-ubuntu-1804-and-debian-jessie\/"},"modified":"2018-09-05T21:03:19","modified_gmt":"2018-09-05T17:03:19","slug":"how-to-install-wordpress-with-easyengine-on-ubuntu-18-04-and-debian","status":"publish","type":"post","link":"https:\/\/afaghhosting.net\/blog\/how-to-install-wordpress-with-easyengine-on-ubuntu-18-04-and-debian\/","title":{"rendered":"How to Install WordPress with EasyEngine on Ubuntu 18.04 and Debian"},"content":{"rendered":"<p>EasyEngine (ee) is a command-line tool for the Nginx web servers to manage WordPress sites that are running on the LEMP Stack (Linux, Nginx, MySQL\/MariaDB, and PHP-FPM). EasyEngine created with python and can be installed on Ubuntu and Linux Debian distributions.<\/p>\n<p>In this tutorial, I will show you step-by-step how to install and manage WordPress site using EasyEngine. We will install EasyEngine on Ubuntu 18.04 or Debian Jessie 8 server, install WordPress and enable the SSL Letsencrypt using EasyEngine command-line tool.<\/p>\n<h2 id=\"prerequisites\">Prerequisites<\/h2>\n<ul>\n<li>Ubuntu 18.04 or Debian Jessie 8 Server<\/li>\n<li>Root privileges<\/li>\n<li>A domain name<\/li>\n<\/ul>\n<h2 id=\"what-we-will-do\">What we will do?<\/h2>\n<ol>\n<li>Install EasyEngine on Ubuntu 18.04<\/li>\n<li>Install WordPress and Letsencrypt with EasyEngine<\/li>\n<li>Additional SSL Configuration (Ubuntu 18.04)<\/li>\n<li>Testing<\/li>\n<li>Common Error<\/li>\n<\/ol>\n<h2 id=\"step-install-easyengine\">Step 1 &#8211; Install EasyEngine<\/h2>\n<p>EasyEngine currently offers support for Ubuntu and Debian based Linux systems. In this section, we will install the EasyEngine tool on Ubuntu 18.04 and Debian 8 server using the installer script.<\/p>\n<p>Log in to the server and update all repositories.<\/p>\n<p class=\"command\">sudo apt update<\/p>\n<p>Download the EasyEngine installer script and run it.<\/p>\n<p class=\"command\">wget -qO ee rt.cx\/ee &amp;&amp; sudo bash ee<\/p>\n<p>The installer script will install all packages and dependencies needed.<\/p>\n<p><a class=\"fancybox\" id=\"img-1\" href=\"https:\/\/www.howtoforge.com\/images\/how_to_install_wordpress_with_easyengine_on_ubuntu_1804_and_debian_jessie\/big\/1.png\" target=\"_blank\" rel=\"noopener\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/afaghhosting.net\/blog\/wp-content\/uploads\/2018\/09\/how-to-install-wordpress-with-easyengine-on-ubuntu-18-04-and-debian.png\" alt=\"Add repository\" width=\"500\" height=\"191\" title=\"\"><\/a><\/p>\n<p>Now we will be asked about the name and an email.<\/p>\n<p>Type the name and the email address.<\/p>\n<p><a class=\"fancybox\" id=\"img-2\" href=\"https:\/\/www.howtoforge.com\/images\/how_to_install_wordpress_with_easyengine_on_ubuntu_1804_and_debian_jessie\/big\/2.png\" target=\"_blank\" rel=\"noopener\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/afaghhosting.net\/blog\/wp-content\/uploads\/2018\/09\/how-to-install-wordpress-with-easyengine-on-ubuntu-18-04-and-debian-1.png\" alt=\"Enter name and email address\" width=\"500\" height=\"88\" title=\"\"><\/a><\/p>\n<p>After the installation has been completed, you will get the result as below.<\/p>\n<p><a class=\"fancybox\" id=\"img-3\" href=\"https:\/\/www.howtoforge.com\/images\/how_to_install_wordpress_with_easyengine_on_ubuntu_1804_and_debian_jessie\/big\/3.png\" target=\"_blank\" rel=\"noopener\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/afaghhosting.net\/blog\/wp-content\/uploads\/2018\/09\/how-to-install-wordpress-with-easyengine-on-ubuntu-18-04-and-debian-2.png\" alt=\"Install EasyEngine\" width=\"500\" height=\"171\" title=\"\"><\/a><\/p>\n<p>After the installation, we need to apply the bash auto-completion for EasyEngine ee command.<\/p>\n<p>Run the following command.<\/p>\n<p class=\"command\">source \/etc\/bash_completion.d\/ee_auto.rc<\/p>\n<p>And check the version of EasyEngine that has been installed.<\/p>\n<p class=\"command\">sudo ee &#8211;version<\/p>\n<p><a class=\"fancybox\" id=\"img-4\" href=\"https:\/\/www.howtoforge.com\/images\/how_to_install_wordpress_with_easyengine_on_ubuntu_1804_and_debian_jessie\/big\/4.png\" target=\"_blank\" rel=\"noopener\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/afaghhosting.net\/blog\/wp-content\/uploads\/2018\/09\/how-to-install-wordpress-with-easyengine-on-ubuntu-18-04-and-debian-3.png\" alt=\"Show EasyEngine version\" width=\"500\" height=\"152\" title=\"\"><\/a><\/p>\n<p>The EasyEngine command-line tool has been installed on Ubuntu 18.04.<\/p>\n<h2 id=\"step-install-wordpress-with-easyengine\">Step 2 &#8211; Install WordPress with EasyEngine<\/h2>\n<p>EasyEngine comes with some features that make WordPress easy to deploy.<\/p>\n<p>EasyEngine features:<\/p>\n<ul>\n<li>Supports for MultiSite WordPress site (through a domain-name or sub-directory).<\/li>\n<li>Easy to enable cache settings for WordPress including, Memcached Nginx cache, Redis, W3 Total Cache, and WP Super Cache.<\/li>\n<li>Easy to manage the server stack including basic LEMP stack, install additional packages such as phpMyAdmin, adminer, nginx pagespeed etc.<\/li>\n<\/ul>\n<p>In this section, we will learn basic WordPress installation using the EasyEngine ee command. And then installing WordPress using the PHP-FPM 7.0 and enable the SSL Letsencrypt for our installation.<\/p>\n<h3 id=\"install-wordpress-with-basic-configuration\">Install WordPress with Basic Configuration<\/h3>\n<p>Run the ee command below.<\/p>\n<p class=\"command\">sudo ee site create wp.hakase-labs.io &#8211;wp<\/p>\n<p>When it&#8217;s complete, you will get detailed info about the site, including WordPress login admin and password.<\/p>\n<p><a class=\"fancybox\" id=\"img-14\" href=\"https:\/\/www.howtoforge.com\/images\/how_to_install_wordpress_with_easyengine_on_ubuntu_1804_and_debian_jessie\/big\/14.png\" target=\"_blank\" rel=\"noopener\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/afaghhosting.net\/blog\/wp-content\/uploads\/2018\/09\/how-to-install-wordpress-with-easyengine-on-ubuntu-18-04-and-debian-4.png\" alt=\"Install WordPress with EasyEngine\" width=\"500\" height=\"185\" title=\"\"><\/a><\/p>\n<p>And you will get the WordPress installed on &#8216;\/var\/www\/wp.hakase-labs.io&#8217; directory and using the PHP-FPM 5.6.<\/p>\n<p>Check using ee command below.<\/p>\n<p class=\"command\">sudo ee site info wp.hakase-labs.io<\/p>\n<p><a class=\"fancybox\" id=\"img-15\" href=\"https:\/\/www.howtoforge.com\/images\/how_to_install_wordpress_with_easyengine_on_ubuntu_1804_and_debian_jessie\/big\/15.png\" target=\"_blank\" rel=\"noopener\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/afaghhosting.net\/blog\/wp-content\/uploads\/2018\/09\/how-to-install-wordpress-with-easyengine-on-ubuntu-18-04-and-debian-5.png\" alt=\"Check site with ee command\" width=\"500\" height=\"247\" title=\"\"><\/a><\/p>\n<h3 id=\"install-wordpress-with-cache-settings\">Install WordPress with Cache Settings<\/h3>\n<p>EasyEngine provides automatic WordPress cache settings for the following software:<\/p>\n<ul>\n<li>&#8211;wpfc: Nginx Cache<\/li>\n<li>&#8211;w3tc: W3 Total Cache<\/li>\n<li>&#8211;wpsc: WP Super Cache<\/li>\n<li>&#8211;wpredis: WP Redis Cache<\/li>\n<\/ul>\n<p>Install WordPress with basic Nginx cache and W3 Total Cache using the ee command below.<\/p>\n<p class=\"command\">sudo ee site create wp.hakase-labs.io &#8211;wpfc<\/p>\n<p>And the following is the result.<\/p>\n<p><a class=\"fancybox\" id=\"img-16\" href=\"https:\/\/www.howtoforge.com\/images\/how_to_install_wordpress_with_easyengine_on_ubuntu_1804_and_debian_jessie\/big\/16.png\" target=\"_blank\" rel=\"noopener\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/afaghhosting.net\/blog\/wp-content\/uploads\/2018\/09\/how-to-install-wordpress-with-easyengine-on-ubuntu-18-04-and-debian-6.png\" alt=\"Create site with EasyEngine\" width=\"500\" height=\"278\" title=\"\"><\/a><\/p>\n<h3 id=\"install-wordpress-with-php-\">Install WordPress with PHP 7.0<\/h3>\n<p>By default, the ee command will force to install PHP-FPM 5.6 for our WordPress installation. And if you want to install the site with the newest version PHP-FPM 7.0, use the &#8216;&#8211;php7&#8217; option.<\/p>\n<p>Run the ee command below.<\/p>\n<p class=\"command\">sudo ee site create wp.hakase-labs.io &#8211;wpfc &#8211;php7<\/p>\n<p>Now check the stack details info.<\/p>\n<p class=\"command\">sudo ee site info wp.hakase-labs.io<\/p>\n<p><a class=\"fancybox\" id=\"img-17\" href=\"https:\/\/www.howtoforge.com\/images\/how_to_install_wordpress_with_easyengine_on_ubuntu_1804_and_debian_jessie\/big\/17.png\" target=\"_blank\" rel=\"noopener\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/afaghhosting.net\/blog\/wp-content\/uploads\/2018\/09\/how-to-install-wordpress-with-easyengine-on-ubuntu-18-04-and-debian-7.png\" alt=\"Install WordPress with PHP 7.0\" width=\"469\" height=\"550\" title=\"\"><\/a><\/p>\n<h3 id=\"install-wordpress-with-phpfpm-wordpress-cache-and-ssl-letsencrypt\">Install WordPress with PHP-FPM 7.0, WordPress Cache, and SSL Letsencrypt<\/h3>\n<p>To install the WordPress using the PHP-FPM 7.0 with the WordPress Cache and SSL Letsencrypt, run the ee command below.<\/p>\n<p class=\"command\">sudo ee site create wp.hakase-labs.io &#8211;wpfc &#8211;php7 &#8211;letsencrypt<\/p>\n<p><a class=\"fancybox\" id=\"img-5\" href=\"https:\/\/www.howtoforge.com\/images\/how_to_install_wordpress_with_easyengine_on_ubuntu_1804_and_debian_jessie\/big\/5.png\" target=\"_blank\" rel=\"noopener\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/afaghhosting.net\/blog\/wp-content\/uploads\/2018\/09\/how-to-install-wordpress-with-easyengine-on-ubuntu-18-04-and-debian-8.png\" alt=\"Install WordPress with PHP-FPM 7.0, WordPress Cache, and SSL Letsencrypt\" width=\"500\" height=\"166\" title=\"\"><\/a><\/p>\n<p>And you will be asked about the SSL Letsencrypt configuration for the domain name.<\/p>\n<p>Type &#8216;y&#8217; for yes and then press Enter.<\/p>\n<p>Following is the result.<\/p>\n<p><a class=\"fancybox\" id=\"img-6\" href=\"https:\/\/www.howtoforge.com\/images\/how_to_install_wordpress_with_easyengine_on_ubuntu_1804_and_debian_jessie\/big\/6.png\" target=\"_blank\" rel=\"noopener\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/afaghhosting.net\/blog\/wp-content\/uploads\/2018\/09\/how-to-install-wordpress-with-easyengine-on-ubuntu-18-04-and-debian-9.png\" alt=\"Installation result\" width=\"500\" height=\"212\" title=\"\"><\/a><\/p>\n<p>The WordPress installation with the PHP-FPM 7.0, SSL Letsencrypt, and Nginx Cache enabled has been completed successfully.<\/p>\n<h2 id=\"step-additional-ssl-configuration-on-ubuntu-\">Step 3 &#8211; Additional SSL Configuration (on Ubuntu 18.04)<\/h2>\n<p>In this step, we will add the SSL configuration for the Nginx web server.<\/p>\n<p>By default, EasyEngine stores the SSL configuration at the &#8216;\/var\/www\/domain.com\/conf&#8217; directory.<\/p>\n<p>Go to the &#8216;\/var\/www\/domain.com\/conf&#8217; directory.<\/p>\n<p class=\"command\">cd \/var\/www\/domain.com\/<\/p>\n<p>Now edit the Nginx configuration &#8216;nginx\/ssl.conf&#8217;<\/p>\n<p class=\"command\">vim nginx\/ssl.conf<\/p>\n<p>Add the &#8216;ssl_ciphers&#8217; configuration below.<\/p>\n<pre>ssl_ciphers 'ECDHE-RSA-AES128-GCM-SHA256:AES256+EECDH:AES256+EDH';<\/pre>\n<p>Save and exit.<\/p>\n<p><a class=\"fancybox\" id=\"img-8\" href=\"https:\/\/www.howtoforge.com\/images\/how_to_install_wordpress_with_easyengine_on_ubuntu_1804_and_debian_jessie\/big\/8.png\" target=\"_blank\" rel=\"noopener\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/afaghhosting.net\/blog\/wp-content\/uploads\/2018\/09\/how-to-install-wordpress-with-easyengine-on-ubuntu-18-04-and-debian-10.png\" alt=\"Nginx ssl config\" width=\"500\" height=\"163\" title=\"\"><\/a><\/p>\n<p>Now restart the EasyEngine stack using the ee command below.<\/p>\n<p class=\"command\">sudo ee stack restart<\/p>\n<p>SSL configuration for WordPress site under the EasyEngine has been completed.<\/p>\n<p><a class=\"fancybox\" id=\"img-9\" href=\"https:\/\/www.howtoforge.com\/images\/how_to_install_wordpress_with_easyengine_on_ubuntu_1804_and_debian_jessie\/big\/9.png\" target=\"_blank\" rel=\"noopener\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/afaghhosting.net\/blog\/wp-content\/uploads\/2018\/09\/how-to-install-wordpress-with-easyengine-on-ubuntu-18-04-and-debian-11.png\" alt=\"Configuration completed\" width=\"500\" height=\"232\" title=\"\"><\/a><\/p>\n<h2 id=\"step-testing\">Step 4 &#8211; Testing<\/h2>\n<p>Open the web browser and type the WordPress URL installation, mine is:\u00a0http:\/\/hakase-labs.io\/<\/p>\n<p>And you will be redirected to the https connection and shown the default WordPress home page with the &#8216;twentyseventeen&#8217; theme as below.<\/p>\n<p><a class=\"fancybox\" id=\"img-11\" href=\"https:\/\/www.howtoforge.com\/images\/how_to_install_wordpress_with_easyengine_on_ubuntu_1804_and_debian_jessie\/big\/11.png\" target=\"_blank\" rel=\"noopener\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/afaghhosting.net\/blog\/wp-content\/uploads\/2018\/09\/how-to-install-wordpress-with-easyengine-on-ubuntu-18-04-and-debian-12.png\" alt=\"WordPress successfully installed\" width=\"500\" height=\"289\" title=\"\"><\/a><\/p>\n<p>Now open the WordPress login page, mine is:\u00a0http:\/\/hakase-labs.io\/wp-login.php<\/p>\n<p>Type the username and password given during the installation.<\/p>\n<p><a class=\"fancybox\" id=\"img-12\" href=\"https:\/\/www.howtoforge.com\/images\/how_to_install_wordpress_with_easyengine_on_ubuntu_1804_and_debian_jessie\/big\/12.png\" target=\"_blank\" rel=\"noopener\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/afaghhosting.net\/blog\/wp-content\/uploads\/2018\/09\/how-to-install-wordpress-with-easyengine-on-ubuntu-18-04-and-debian-13.png\" alt=\"Wordpress admin login\" width=\"500\" height=\"251\" title=\"\"><\/a><\/p>\n<p>And you will get the WordPress dashboard.<\/p>\n<p><a class=\"fancybox\" id=\"img-13\" href=\"https:\/\/www.howtoforge.com\/images\/how_to_install_wordpress_with_easyengine_on_ubuntu_1804_and_debian_jessie\/big\/13.png\" target=\"_blank\" rel=\"noopener\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/afaghhosting.net\/blog\/wp-content\/uploads\/2018\/09\/how-to-install-wordpress-with-easyengine-on-ubuntu-18-04-and-debian-14.png\" alt=\"WordPress Dashboard\" width=\"500\" height=\"289\" title=\"\"><\/a><\/p>\n<p>Installation and configuration of the WordPress site with Cache Configuration and SSL Letsencrypt using EasyEngine on Ubuntu 18.04 or Debian Jessie 8 have been completed successfully.<\/p>\n<h2 id=\"step-common-errors\">Step 5 &#8211; Common Errors<\/h2>\n<h3 id=\"ssl-spdy-error-on-ubuntu-\">SSL SPDY Error on Ubuntu 18.04<\/h3>\n<p>Error page on google chrome.<\/p>\n<p><a class=\"fancybox\" id=\"img-7\" href=\"https:\/\/www.howtoforge.com\/images\/how_to_install_wordpress_with_easyengine_on_ubuntu_1804_and_debian_jessie\/big\/7.png\" target=\"_blank\" rel=\"noopener\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/afaghhosting.net\/blog\/wp-content\/uploads\/2018\/09\/how-to-install-wordpress-with-easyengine-on-ubuntu-18-04-and-debian-15.png\" alt=\"SSL SPDY Error on Ubuntu 18.04\" width=\"500\" height=\"170\" title=\"\"><\/a><\/p>\n<p class=\"system\">&#8220;ERR_SPDY_INADEQUATE_TRANSPORT_SECURITY&#8221;.<\/p>\n<p>Answer:<\/p>\n<p>Back to the &#8216;Step 3 &#8211; Additional SSL Configuration&#8217;<\/p>\n<h3 id=\"generate-ssl-letsencrypt-error\">Generate SSL Letsencrypt Error<\/h3>\n<p>Error messages:<\/p>\n<p class=\"system\">&#8220;Unable to setup, Let\u00e2\u20ac\u2122s Encrypt&#8221;<\/p>\n<p>Answer:<\/p>\n<p>By default, EasyEngine creates the nginx virtual host that contains domain name &#8216;domain.com&#8217; and &#8216;www.domain.com&#8217;. So make sure you&#8217;ve added the &#8216;www&#8217; CNAME on your DNS configuration.<\/p>\n<h2 id=\"reference\">Reference<\/h2>\n<div class=\"authorbox\" readability=\"15\">\n<p><strong>About Muhammad Arul<\/strong><\/p>\n<p>Muhammad Arul is a freelance system administrator and technical writer. He is working with Linux Environments for more than 5 years, an Open Source enthusiast and highly motivated on Linux installation and troubleshooting. Mostly working with RedHat\/CentOS Linux and Ubuntu\/Debian, Nginx and Apache web server, Proxmox, Zimbra Administration, and Website Optimization. Currently learning about OpenStack and Container Technology.<\/p>\n<\/div>\n<div>\n<p><b>Share this page:<\/b><\/p>\n<p>\n<a href=\"https:\/\/www.facebook.com\/sharer.php?u=https%3A%2F%2Fwww.howtoforge.com%2Ftutorial%2Fhow-to-install-wordpress-with-easyengine-on-ubuntu-1804-and-debian-jessie%2F\" target=\"_blank\" rel=\"nofollow noopener noreferrer\"><img decoding=\"async\" src=\"https:\/\/afaghhosting.net\/blog\/wp-content\/uploads\/2018\/09\/how-to-install-wordpress-with-easyengine-on-ubuntu-18-04-and-debian-16.png\" height=\"20\" alt=\"\" title=\"\"><\/a><br \/>\n<a href=\"https:\/\/twitter.com\/intent\/tweet?url=https%3A%2F%2Fwww.howtoforge.com%2Ftutorial%2Fhow-to-install-wordpress-with-easyengine-on-ubuntu-1804-and-debian-jessie%2F&amp;text=How+to+Install+WordPress+with+EasyEngine+on+Ubuntu+18.04+and+Debian&amp;via=howtoforgecom&amp;related=howtoforgecom\" target=\"_blank\" rel=\"nofollow noopener noreferrer\"><img decoding=\"async\" src=\"https:\/\/afaghhosting.net\/blog\/wp-content\/uploads\/2018\/09\/how-to-install-wordpress-with-easyengine-on-ubuntu-18-04-and-debian-17.png\" height=\"20\" alt=\"\" title=\"\"><\/a><br \/>\n<a href=\"https:\/\/twitter.com\/howtoforgecom\/\" target=\"_blank\" rel=\"nofollow noopener noreferrer\"><img decoding=\"async\" src=\"https:\/\/afaghhosting.net\/blog\/wp-content\/uploads\/2018\/09\/how-to-install-wordpress-with-easyengine-on-ubuntu-18-04-and-debian-18.png\" height=\"20\" alt=\"\" title=\"\"><\/a><br \/>\n<a href=\"https:\/\/plus.google.com\/share?url=https%3A%2F%2Fwww.howtoforge.com%2Ftutorial%2Fhow-to-install-wordpress-with-easyengine-on-ubuntu-1804-and-debian-jessie%2F\" target=\"_blank\" rel=\"nofollow noopener noreferrer\"><img decoding=\"async\" src=\"https:\/\/afaghhosting.net\/blog\/wp-content\/uploads\/2018\/09\/how-to-install-wordpress-with-easyengine-on-ubuntu-18-04-and-debian-19.png\" height=\"20\" alt=\"\" title=\"\"><\/a>\n<\/p>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>EasyEngine (ee) is a command-line tool for the Nginx web servers to manage WordPress sites that are running on the LEMP Stack (Linux, Nginx, MySQL\/MariaDB, and PHP-FPM). EasyEngine created with python and can be installed on Ubuntu and Linux Debian distributions. In this tutorial, I will show you step-by-step how to install and manage WordPress &hellip;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[36],"tags":[],"class_list":["post-6559","post","type-post","status-publish","format-standard","hentry","category-36"],"_links":{"self":[{"href":"https:\/\/afaghhosting.net\/blog\/wp-json\/wp\/v2\/posts\/6559","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/afaghhosting.net\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/afaghhosting.net\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/afaghhosting.net\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/afaghhosting.net\/blog\/wp-json\/wp\/v2\/comments?post=6559"}],"version-history":[{"count":0,"href":"https:\/\/afaghhosting.net\/blog\/wp-json\/wp\/v2\/posts\/6559\/revisions"}],"wp:attachment":[{"href":"https:\/\/afaghhosting.net\/blog\/wp-json\/wp\/v2\/media?parent=6559"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/afaghhosting.net\/blog\/wp-json\/wp\/v2\/categories?post=6559"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/afaghhosting.net\/blog\/wp-json\/wp\/v2\/tags?post=6559"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}