{"id":384127,"date":"2023-09-18T10:06:50","date_gmt":"2023-09-18T10:06:50","guid":{"rendered":"https:\/\/webkul.com\/blog\/?p=384127"},"modified":"2023-09-18T10:06:56","modified_gmt":"2023-09-18T10:06:56","slug":"how-to-install-erpnext-on-ubuntu","status":"publish","type":"post","link":"https:\/\/webkul.com\/blog\/how-to-install-erpnext-on-ubuntu\/","title":{"rendered":"How to install Erpnext on Ubuntu"},"content":{"rendered":"\n<p>In this blog, we are going to learn how to install ERPNext on the Ubuntu server.<\/p>\n\n\n\n<p>First, we will create a new user and provide sudo access to it, we will use this user for all the ERPNext-related operations. We are creating a user &#8220;webkul&#8221; you can give it any name accordingly.<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">sudo adduser webkul\nusermod -aG sudo webkul<\/pre>\n\n\n\n<p>After that switch to the new user.<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">su webkul\ncd \/home\/webkul<\/pre>\n\n\n\n<p>Before installing ERPNext we need to install other packages which are required for Erpnext.<\/p>\n\n\n\n<p>Git<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">sudo apt-get install git<\/pre>\n\n\n\n<p>Python<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">sudo apt-get install python3-dev python3.10-dev python3-setuptools python3-pip python3-distutils<\/pre>\n\n\n\n<p>Python Virtual Environment<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">sudo apt-get install python3.10-venv<\/pre>\n\n\n\n<p>Software Properties Common<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">sudo apt-get install software-properties-common<\/pre>\n\n\n\n<p>MariaDB (database)<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">sudo apt install mariadb-server mariadb-client<\/pre>\n\n\n\n<p>Redis Server<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">sudo apt-get install redis-server<\/pre>\n\n\n\n<p>Other Packages<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">sudo apt-get install xvfb libfontconfig wkhtmltopdf<\/pre>\n\n\n\n<p>MySQL database development files<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">sudo apt-get install libmysqlclient-dev<\/pre>\n\n\n\n<p>Now Configure the MariaDB Server by running the following command.<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">sudo mysql_secure_installation<\/pre>\n\n\n\n<p>(When you run this command, the server will show the following prompts.)<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">* Enter current password for root: (Enter your SSH root user password)\n* Switch to unix_socket authentication &#091;Y\/n]: Y\n* Change the root password? &#091;Y\/n]: Y\n(It will ask you to set new MySQL root password at this step. This can be different from the SSH root user password.)\n* Remove anonymous users? &#091;Y\/n] Y\n* Disallow root login remotely? &#091;Y\/n]: N\n* Remove test database and access to it? &#091;Y\/n]: Y\n* Reload privilege tables now? &#091;Y\/n]: Y<\/pre>\n\n\n\n<p>Now edit the MySQL config file as below.<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">sudo nano \/etc\/mysql\/my.cnf<\/pre>\n\n\n\n<p>Add the following content to it.<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">&#091;mysqld]\n\ncharacter-set-client-handshake = FALSE\n\ncharacter-set-server = utf8mb4\n\ncollation-server = utf8mb4_unicode_ci\n\n&#091;mysql]\n\ndefault-character-set = utf8mb4<\/pre>\n\n\n\n<p>Now restart the DB server<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">sudo service mariadb restart<\/pre>\n\n\n\n<p>CURL<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">sudo apt install curl<\/pre>\n\n\n\n<p>Node<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">curl https:\/\/raw.githubusercontent.com\/creationix\/nvm\/master\/install.sh | bash\n\nsource ~\/.profile\n\nnvm install 16.15.0<\/pre>\n\n\n\n<p>NPM<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">sudo apt-get install npm<\/pre>\n\n\n\n<p>Yarn<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">sudo npm install -g yarn<\/pre>\n\n\n\n<p>Frappe Bench (Bench is a CLI tool to manage Frappe apps)<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">sudo pip3 install frappe-bench<\/pre>\n\n\n\n<p>Initialize Frappe Bench<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">bench init --frappe-branch version-14 frappe-bench<\/pre>\n\n\n\n<p>Switch to Frappe Bench directory<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">cd frappe-bench<\/pre>\n\n\n\n<p>Create a New Site<\/p>\n\n\n\n<p>(A site is required in ERPNext.)<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">bench new-site demo\n\nbench use demo<\/pre>\n\n\n\n<p>Now Install ERPNext<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">bench get-app --branch version-14 erpnext\n\nbench --site demo install-app erpnext\n\nbench start<\/pre>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>NEED HELP?<\/strong><\/h2>\n\n\n\n<p>Hope you find the guide helpful! Please feel free to share your feedback in the comments below.<\/p>\n\n\n\n<p>If you still have any issues\/queries regarding how to install ERPNext on Ubuntu server, please raise a ticket at<a href=\"https:\/\/webkul.uvdesk.com\/en\/customer\/create-ticket\/\" target=\"_blank\" rel=\"noreferrer noopener\"> https:\/\/webkul.uvdesk.com\/en\/customer\/create-ticket\/<\/a>.<\/p>\n\n\n\n<p>Also, please explore our <a href=\"https:\/\/webkul.com\/odoo-development\/\" target=\"_blank\" rel=\"noreferrer noopener\">Odoo development services<\/a> &amp; an extensive range of quality <a href=\"https:\/\/store.webkul.com\/Odoo.html\" target=\"_blank\" rel=\"noreferrer noopener\">Odoo Apps<\/a><em>.<\/em><\/p>\n\n\n\n<p>For any doubt, contact us at <a href=\"mailto:support@webkul.com\" target=\"_blank\" rel=\"noreferrer noopener\">support@webkul.com<\/a>.<\/p>\n\n\n\n<p>Thanks for paying attention!!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>In this blog, we are going to learn how to install ERPNext on the Ubuntu server. First, we will create a new user and provide sudo access to it, we will use this user for all the ERPNext-related operations. We are creating a user &#8220;webkul&#8221; you can give it any name accordingly. After that switch <a href=\"https:\/\/webkul.com\/blog\/how-to-install-erpnext-on-ubuntu\/\">[&#8230;]<\/a><\/p>\n","protected":false},"author":537,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[180,14730,14732,1267],"class_list":["post-384127","post","type-post","status-publish","format-standard","hentry","category-uncategorized","tag-erp","tag-erpnext","tag-frappe","tag-odoo"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to install Erpnext on Ubuntu - Webkul Blog<\/title>\n<meta name=\"description\" content=\"In this blog, we are going to learn how to install ERPNext on ubuntu server. First, we will create a new user and provide sudo access to it.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/webkul.com\/blog\/how-to-install-erpnext-on-ubuntu\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to install Erpnext on Ubuntu - Webkul Blog\" \/>\n<meta property=\"og:description\" content=\"In this blog, we are going to learn how to install ERPNext on ubuntu server. First, we will create a new user and provide sudo access to it.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/webkul.com\/blog\/how-to-install-erpnext-on-ubuntu\/\" \/>\n<meta property=\"og:site_name\" content=\"Webkul Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/webkul\/\" \/>\n<meta property=\"article:published_time\" content=\"2023-09-18T10:06:50+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-09-18T10:06:56+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-og.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"630\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Sachin Chaudhary\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@webkul\" \/>\n<meta name=\"twitter:site\" content=\"@webkul\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Sachin Chaudhary\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/webkul.com\/blog\/how-to-install-erpnext-on-ubuntu\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/webkul.com\/blog\/how-to-install-erpnext-on-ubuntu\/\"},\"author\":{\"name\":\"Sachin Chaudhary\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/4b726ebe4732781356b6fb075467aea2\"},\"headline\":\"How to install Erpnext on Ubuntu\",\"datePublished\":\"2023-09-18T10:06:50+00:00\",\"dateModified\":\"2023-09-18T10:06:56+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/webkul.com\/blog\/how-to-install-erpnext-on-ubuntu\/\"},\"wordCount\":248,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/webkul.com\/blog\/#organization\"},\"keywords\":[\"erp\",\"ERPNext\",\"Frappe\",\"odoo\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/webkul.com\/blog\/how-to-install-erpnext-on-ubuntu\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/webkul.com\/blog\/how-to-install-erpnext-on-ubuntu\/\",\"url\":\"https:\/\/webkul.com\/blog\/how-to-install-erpnext-on-ubuntu\/\",\"name\":\"How to install Erpnext on Ubuntu - Webkul Blog\",\"isPartOf\":{\"@id\":\"https:\/\/webkul.com\/blog\/#website\"},\"datePublished\":\"2023-09-18T10:06:50+00:00\",\"dateModified\":\"2023-09-18T10:06:56+00:00\",\"description\":\"In this blog, we are going to learn how to install ERPNext on ubuntu server. First, we will create a new user and provide sudo access to it.\",\"breadcrumb\":{\"@id\":\"https:\/\/webkul.com\/blog\/how-to-install-erpnext-on-ubuntu\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/webkul.com\/blog\/how-to-install-erpnext-on-ubuntu\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/webkul.com\/blog\/how-to-install-erpnext-on-ubuntu\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/webkul.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to install Erpnext on Ubuntu\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/webkul.com\/blog\/#website\",\"url\":\"https:\/\/webkul.com\/blog\/\",\"name\":\"Webkul Blog\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/webkul.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/webkul.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/webkul.com\/blog\/#organization\",\"name\":\"WebKul Software Private Limited\",\"url\":\"https:\/\/webkul.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png\",\"contentUrl\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png\",\"width\":380,\"height\":380,\"caption\":\"WebKul Software Private Limited\"},\"image\":{\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/webkul\/\",\"https:\/\/x.com\/webkul\",\"https:\/\/www.instagram.com\/webkul\/\",\"https:\/\/www.linkedin.com\/company\/webkul\",\"https:\/\/www.youtube.com\/user\/webkul\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/4b726ebe4732781356b6fb075467aea2\",\"name\":\"Sachin Chaudhary\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/09b025f95758f10b8464ed643dc37ddbbff3e35c25d92e8712ae1aebce5cc885?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Fmike.png&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/09b025f95758f10b8464ed643dc37ddbbff3e35c25d92e8712ae1aebce5cc885?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Fmike.png&r=g\",\"caption\":\"Sachin Chaudhary\"},\"url\":\"https:\/\/webkul.com\/blog\/author\/sachin-odoo179\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to install Erpnext on Ubuntu - Webkul Blog","description":"In this blog, we are going to learn how to install ERPNext on ubuntu server. First, we will create a new user and provide sudo access to it.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/webkul.com\/blog\/how-to-install-erpnext-on-ubuntu\/","og_locale":"en_US","og_type":"article","og_title":"How to install Erpnext on Ubuntu - Webkul Blog","og_description":"In this blog, we are going to learn how to install ERPNext on ubuntu server. First, we will create a new user and provide sudo access to it.","og_url":"https:\/\/webkul.com\/blog\/how-to-install-erpnext-on-ubuntu\/","og_site_name":"Webkul Blog","article_publisher":"https:\/\/www.facebook.com\/webkul\/","article_published_time":"2023-09-18T10:06:50+00:00","article_modified_time":"2023-09-18T10:06:56+00:00","og_image":[{"width":1200,"height":630,"url":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-og.png","type":"image\/png"}],"author":"Sachin Chaudhary","twitter_card":"summary_large_image","twitter_creator":"@webkul","twitter_site":"@webkul","twitter_misc":{"Written by":"Sachin Chaudhary","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/webkul.com\/blog\/how-to-install-erpnext-on-ubuntu\/#article","isPartOf":{"@id":"https:\/\/webkul.com\/blog\/how-to-install-erpnext-on-ubuntu\/"},"author":{"name":"Sachin Chaudhary","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/4b726ebe4732781356b6fb075467aea2"},"headline":"How to install Erpnext on Ubuntu","datePublished":"2023-09-18T10:06:50+00:00","dateModified":"2023-09-18T10:06:56+00:00","mainEntityOfPage":{"@id":"https:\/\/webkul.com\/blog\/how-to-install-erpnext-on-ubuntu\/"},"wordCount":248,"commentCount":0,"publisher":{"@id":"https:\/\/webkul.com\/blog\/#organization"},"keywords":["erp","ERPNext","Frappe","odoo"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/webkul.com\/blog\/how-to-install-erpnext-on-ubuntu\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/webkul.com\/blog\/how-to-install-erpnext-on-ubuntu\/","url":"https:\/\/webkul.com\/blog\/how-to-install-erpnext-on-ubuntu\/","name":"How to install Erpnext on Ubuntu - Webkul Blog","isPartOf":{"@id":"https:\/\/webkul.com\/blog\/#website"},"datePublished":"2023-09-18T10:06:50+00:00","dateModified":"2023-09-18T10:06:56+00:00","description":"In this blog, we are going to learn how to install ERPNext on ubuntu server. First, we will create a new user and provide sudo access to it.","breadcrumb":{"@id":"https:\/\/webkul.com\/blog\/how-to-install-erpnext-on-ubuntu\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/webkul.com\/blog\/how-to-install-erpnext-on-ubuntu\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/webkul.com\/blog\/how-to-install-erpnext-on-ubuntu\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/webkul.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How to install Erpnext on Ubuntu"}]},{"@type":"WebSite","@id":"https:\/\/webkul.com\/blog\/#website","url":"https:\/\/webkul.com\/blog\/","name":"Webkul Blog","description":"","publisher":{"@id":"https:\/\/webkul.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/webkul.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/webkul.com\/blog\/#organization","name":"WebKul Software Private Limited","url":"https:\/\/webkul.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png","contentUrl":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png","width":380,"height":380,"caption":"WebKul Software Private Limited"},"image":{"@id":"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/webkul\/","https:\/\/x.com\/webkul","https:\/\/www.instagram.com\/webkul\/","https:\/\/www.linkedin.com\/company\/webkul","https:\/\/www.youtube.com\/user\/webkul\/"]},{"@type":"Person","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/4b726ebe4732781356b6fb075467aea2","name":"Sachin Chaudhary","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/09b025f95758f10b8464ed643dc37ddbbff3e35c25d92e8712ae1aebce5cc885?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Fmike.png&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/09b025f95758f10b8464ed643dc37ddbbff3e35c25d92e8712ae1aebce5cc885?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Fmike.png&r=g","caption":"Sachin Chaudhary"},"url":"https:\/\/webkul.com\/blog\/author\/sachin-odoo179\/"}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/384127","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/users\/537"}],"replies":[{"embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/comments?post=384127"}],"version-history":[{"count":5,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/384127\/revisions"}],"predecessor-version":[{"id":400793,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/384127\/revisions\/400793"}],"wp:attachment":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/media?parent=384127"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/categories?post=384127"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/tags?post=384127"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}