{"id":4914,"date":"2019-11-27T12:31:01","date_gmt":"2019-11-27T12:31:01","guid":{"rendered":"https:\/\/cloudkul.com\/blog\/?p=4914"},"modified":"2019-11-27T13:24:46","modified_gmt":"2019-11-27T13:24:46","slug":"how-to-install-orocommerce-4-0-with-demo-data-in-ubuntu-16-04","status":"publish","type":"post","link":"https:\/\/cloudkul.com\/blog\/how-to-install-orocommerce-4-0-with-demo-data-in-ubuntu-16-04\/","title":{"rendered":"How to install Orocommerce 4.0 with demo data in ubuntu 16.04"},"content":{"rendered":"<p>&nbsp;<\/p>\n<h2><strong>What OroCommerce really is?<\/strong><\/h2>\n<p>&nbsp;<\/p>\n<p>OroCommerce is a flexible open-source B2B eCommerce platform built from the ground up. With the most robust set of out-of-the-box features, the platform can be customized to fit any B2B, B2B2B, B2B2C and B2C commerce need. OroCommerce offers the eCommerce solution that manufacturers, distributors, wholesalers, retailers, and brands need. The solution can be offered as a SaaS\/cloud environment as well as an on-premise setup.<\/p>\n<p>&nbsp;<\/p>\n<h2><strong>1.<\/strong> <strong>Server-side Requirements<\/strong><\/h2>\n<h3><\/h3>\n<p>&nbsp;<\/p>\n<h2><strong>Resources<\/strong><\/h2>\n<p>&nbsp;<\/p>\n<p>Resources configuration depends on the data size and number of active users and integrations. Typical setup could be done on a single server with a minimum of 4 CPU cores, 4GB RAM and a fast hard drive (SSD is recommended).<\/p>\n<h3><\/h3>\n<p>&nbsp;<\/p>\n<div id=\"operating-systems\" class=\"section\">\n<h2><strong>Operating Systems<\/strong><\/h2>\n<p>&nbsp;<\/p>\n<p>Linux distributions (RedHat, Ubuntu, Debian, CentOS) are recommended for the production setup.<\/p>\n<\/div>\n<h3><\/h3>\n<p>&nbsp;<\/p>\n<div id=\"software\" class=\"section\">\n<h2><strong>Software<\/strong><\/h2>\n<p>&nbsp;<\/p>\n<p>Oro applications are compatible with most web servers with PHP support, but we recommend the following configuration:<\/p>\n<\/div>\n<h2><\/h2>\n<p>&nbsp;<\/p>\n<h2 id=\"page_Webserver\"><strong>Webserver<\/strong><\/h2>\n<p>&nbsp;<\/p>\n<ul class=\"first simple\">\n<li><a class=\"reference external\" href=\"https:\/\/httpd.apache.org\/\">Apache<\/a>\u00a02.2.x or 2.4.x<\/li>\n<li><a class=\"reference external\" href=\"https:\/\/www.nginx.com\/\">Nginx<\/a><\/li>\n<\/ul>\n<h2><\/h2>\n<h2><\/h2>\n<p>&nbsp;<\/p>\n<h2><strong>PHP<\/strong><\/h2>\n<p>&nbsp;<\/p>\n<ul>\n<li>PHP &gt;= 7.1<\/li>\n<\/ul>\n<p>&nbsp;<\/p>\n<h2><strong>PHP Settings<\/strong><\/h2>\n<p>&nbsp;<\/p>\n<p class=\"first\">Few updates to default PHP configuration settings should be done in php.ini for the webserver and CLI:<\/p>\n<p>&nbsp;<\/p>\n<ul class=\"simple\">\n<li>date.timezone must be set<\/li>\n<li>detect_unicode must be disabled<\/li>\n<li>memory_limit should be 512M or above<\/li>\n<\/ul>\n<p>&nbsp;<\/p>\n<p>If the xdebug is installed (which is not recommended in the production setup):<\/p>\n<p>&nbsp;<\/p>\n<ul class=\"simple\">\n<li>xdebug.scream must be disabled<\/li>\n<li>xdebug.show_exception_trace must be disabled<\/li>\n<li>xdebug.max_nesting_level above 100<\/li>\n<\/ul>\n<p>&nbsp;<\/p>\n<p class=\"last\">By default, max_execution_time value equals 30 seconds. In case of using the\u00a0<strong>Schema update<\/strong>\u00a0option, it is recommended to increase this value.<\/p>\n<p>&nbsp;<\/p>\n<h2><strong>PHP Extensions<\/strong><\/h2>\n<p>&nbsp;<\/p>\n<ul class=\"first last simple\">\n<li>ctype<\/li>\n<li>curl<\/li>\n<li>fileinfo<\/li>\n<li>gd<\/li>\n<li>intl (ICU library 4.4 and above)<\/li>\n<li>json<\/li>\n<li>mbstring<\/li>\n<li>openssl<\/li>\n<li>mysql<\/li>\n<li>pcre<\/li>\n<li>simplexml<\/li>\n<li>tokenizer<\/li>\n<li>xml<\/li>\n<li>zip<\/li>\n<li>imap<\/li>\n<\/ul>\n<p>&nbsp;<\/p>\n<p><strong>Note:-<\/strong> It is recommended to disable\u00a0phar\u00a0PHP extension to reduce the risk of\u00a0PHP unserialization vulnerability.<\/p>\n<p>&nbsp;<\/p>\n<h2 id=\"page_Database-Server\"><strong>Database Server<\/strong><\/h2>\n<p>&nbsp;<\/p>\n<ul>\n<li><a class=\"reference external\" href=\"https:\/\/www.mysql.com\/\">MySQL<\/a> &gt;= 5.7.26<\/li>\n<\/ul>\n<p>&nbsp;<\/p>\n<h2><strong>Other tools<\/strong><\/h2>\n<p>&nbsp;<\/p>\n<ul>\n<li>NodeJS &gt;= 6.14<\/li>\n<li>npm &gt;= 5.6.0<\/li>\n<li>Git &gt;= 1.8.3<\/li>\n<li>composer &gt;= 1.6.4<\/li>\n<\/ul>\n<h2><strong><br \/>\nClient-side Requirements<\/strong><\/h2>\n<p>&nbsp;<\/p>\n<p>On the client-side, Oro applications could be used with most of the graphical browsers on any operating system. Recommended and supported browsers are:<\/p>\n<p>&nbsp;<\/p>\n<ul>\n<li>Mozilla Firefox<\/li>\n<li>Google Chrome<\/li>\n<li>Microsoft Internet Explorer 11 and above<\/li>\n<li>Safari<\/li>\n<\/ul>\n<p>&nbsp;<\/p>\n<h2 id=\"server-side-requirements\" class=\"section\"><strong>2. Create Database<\/strong><\/h2>\n<p>&nbsp;<\/p>\n<pre class=\"lang:default decode:true \">mysql -u root -p -e \"CREATE DATABASE database_name;\"<\/pre>\n<p>&nbsp;<\/p>\n<h2 id=\"page_2-Install-Pimcore-Dependencies\"><strong>3. Install Orocommerce<\/strong><\/h2>\n<p>&nbsp;<\/p>\n<p>The easiest way to install Pimcore is from your terminal using Composer, Change into the root folder of your project.<\/p>\n<p>&nbsp;<\/p>\n<pre class=\"lang:default decode:true\">cd \/your\/project\r\n\r\ncomposer create-project oro\/commerce-crm-application oroapp --repository=https:\/\/satis.oroinc.com\r\n\r\ncd oroapp\r\n\r\nphp .\/bin\/console oro:install --env=prod --timeout=0\r\n<\/pre>\n<p>&nbsp;<\/p>\n<p>When you will create project using the composer it will ask for several details like database host, username, password, and port and when we will start the orocommerce installation, it will cross-check all the prerequisites required for it, In case if anything is missing it will give you an error and after fulfilling the requirements you can start the installation again.<\/p>\n<p>&nbsp;<\/p>\n<p><strong>Note:-<\/strong> it will ask you if you need to install it with sample data or not, you can proceed as per your requirements.<\/p>\n<p>&nbsp;<\/p>\n<p>When the installation is about to get completed, it will ask you to setup Application URL, Organization name, admin username, password, and e-mail id to configure admin panel as shown in the image below-<\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<p><a href=\"https:\/\/cloudkul.com\/blog\/wp-content\/uploads\/2019\/11\/orocommerce4.png\"><img loading=\"lazy\" decoding=\"async\" class=\"alignleft size-full wp-image-5024\" src=\"https:\/\/cloudkul.com\/blog\/wp-content\/uploads\/2019\/11\/orocommerce4.png\" alt=\"\" width=\"1366\" height=\"768\" \/><\/a><\/p>\n<p>&nbsp;<\/p>\n<p>Once the installation is completed successfully, we need to create a virtual host for Orocommerce instance in apache configuration files, in most of Linux distributions you can create a virtual host in file present on the path \u201c\/etc\/apache2\/sites-available\/000-default.conf\u201d and virtual host configuration will look like as shown below-<\/p>\n<p>&nbsp;<\/p>\n<pre class=\"lang:default decode:true\">&lt;VirtualHost *:80&gt;\r\nServerName wkorocommerce.com\r\nDocumentRoot \/home\/webkul\/www\/html\/orocommerce\/orocommerce-application\/public\r\n&lt;\/VirtualHost&gt;<\/pre>\n<p>&nbsp;<\/p>\n<p class=\"brush:shell\">Make host entry in \/etc\/hosts<\/p>\n<div id=\"crayon-5dde363c82dd5706294251\" class=\"crayon-syntax crayon-theme-familiar crayon-font-monaco crayon-os-pc print-yes notranslate\" data-settings=\" no-popup minimize scroll-mouseover\">\n<div class=\"crayon-plain-wrap\"><\/div>\n<div class=\"crayon-main\">\n<pre class=\"lang:default decode:true \">127.0.0.1     wkorocommerce.com<\/pre>\n<\/div>\n<\/div>\n<h1><\/h1>\n<p>&nbsp;<\/p>\n<p>Open wkorocommerce.com (Your website) in the browser. If you see this page then you have successfully installed orocommerce 4.0<\/p>\n<p>&nbsp;<\/p>\n<p><a href=\"https:\/\/cloudkul.com\/blog\/wp-content\/uploads\/2019\/11\/oro1.png\"><img loading=\"lazy\" decoding=\"async\" class=\"alignleft size-full wp-image-5036\" src=\"https:\/\/cloudkul.com\/blog\/wp-content\/uploads\/2019\/11\/oro1.png\" alt=\"\" width=\"1366\" height=\"768\" \/><\/a><\/p>\n<p>&nbsp;<\/p>\n<p>To access the Backend hit your website URL along with admin as shown in the image below and enter the login credentials you have set while installing it.<\/p>\n<p>&nbsp;<\/p>\n<p><a href=\"https:\/\/cloudkul.com\/blog\/wp-content\/uploads\/2019\/11\/oro2-1.png\"><img loading=\"lazy\" decoding=\"async\" class=\"alignleft size-full wp-image-5055\" src=\"https:\/\/cloudkul.com\/blog\/wp-content\/uploads\/2019\/11\/oro2-1.png\" alt=\"\" width=\"1366\" height=\"768\" \/><\/a><\/p>\n<p>&nbsp;<\/p>\n<p>After login to the admin panel successfully, it will redirect you to the dashboard as shown in the image given below.<\/p>\n<p>&nbsp;<\/p>\n<div id=\"crayon-5dde363c82dd5706294251\" class=\"crayon-syntax crayon-theme-familiar crayon-font-monaco crayon-os-pc print-yes notranslate\" data-settings=\" no-popup minimize scroll-mouseover\"><a href=\"https:\/\/cloudkul.com\/blog\/wp-content\/uploads\/2019\/11\/oro3.jpg\"><img loading=\"lazy\" decoding=\"async\" class=\"alignleft size-full wp-image-5064\" src=\"https:\/\/cloudkul.com\/blog\/wp-content\/uploads\/2019\/11\/oro3.jpg\" alt=\"\" width=\"1366\" height=\"768\" \/><\/a>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<\/div>\n<p><strong>In case of any help or query, please\u00a0<a href=\"https:\/\/cloudkul.com\/contact\/\">contact<\/a>\u00a0us\u00a0or raise a\u00a0<a href=\"https:\/\/webkul.uvdesk.com\/en\/customer\/create-ticket\/\">ticket<\/a>.\u00a0<\/strong><\/p>\n<p>&nbsp;<\/p>\n<div id=\"crayon-5ddcaf7276de8732517556\" class=\"crayon-syntax crayon-theme-sublime-text crayon-font-monaco crayon-os-pc print-yes notranslate\" data-settings=\" minimize scroll-mouseover\"><\/div>\n","protected":false},"excerpt":{"rendered":"<p>&nbsp; What OroCommerce really is? &nbsp; OroCommerce is a flexible open-source B2B eCommerce platform built <a class=\"text-primary\" title=\"read more\" href=\"https:\/\/cloudkul.com\/blog\/how-to-install-orocommerce-4-0-with-demo-data-in-ubuntu-16-04\/\">[&#8230;]<\/a><\/p>\n","protected":false},"author":17,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_mi_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"categories":[32,2,87,86,241],"tags":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v21.3 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to install Orocommerce 4.0 with demo data in ubuntu 16.04 - Cloudkul<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/cloudkul.com\/blog\/how-to-install-orocommerce-4-0-with-demo-data-in-ubuntu-16-04\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to install Orocommerce 4.0 with demo data in ubuntu 16.04 - Cloudkul\" \/>\n<meta property=\"og:description\" content=\"&nbsp; What OroCommerce really is? &nbsp; OroCommerce is a flexible open-source B2B eCommerce platform built [...]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/cloudkul.com\/blog\/how-to-install-orocommerce-4-0-with-demo-data-in-ubuntu-16-04\/\" \/>\n<meta property=\"og:site_name\" content=\"Cloudkul\" \/>\n<meta property=\"article:published_time\" content=\"2019-11-27T12:31:01+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2019-11-27T13:24:46+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/cloudkul.com\/blog\/wp-content\/uploads\/2019\/11\/orocommerce4.png\" \/>\n<meta name=\"author\" content=\"Nitin Kaushik\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/cloudkul.com\/blog\/how-to-install-orocommerce-4-0-with-demo-data-in-ubuntu-16-04\/\",\"url\":\"https:\/\/cloudkul.com\/blog\/how-to-install-orocommerce-4-0-with-demo-data-in-ubuntu-16-04\/\",\"name\":\"How to install Orocommerce 4.0 with demo data in ubuntu 16.04 - Cloudkul\",\"isPartOf\":{\"@id\":\"https:\/\/cloudkul.com\/blog\/#website\"},\"datePublished\":\"2019-11-27T12:31:01+00:00\",\"dateModified\":\"2019-11-27T13:24:46+00:00\",\"author\":{\"@id\":\"https:\/\/cloudkul.com\/blog\/#\/schema\/person\/99e46a85b2ad2848198f6de2c90bcbc4\"},\"breadcrumb\":{\"@id\":\"https:\/\/cloudkul.com\/blog\/how-to-install-orocommerce-4-0-with-demo-data-in-ubuntu-16-04\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/cloudkul.com\/blog\/how-to-install-orocommerce-4-0-with-demo-data-in-ubuntu-16-04\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/cloudkul.com\/blog\/how-to-install-orocommerce-4-0-with-demo-data-in-ubuntu-16-04\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/cloudkul.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to install Orocommerce 4.0 with demo data in ubuntu 16.04\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/cloudkul.com\/blog\/#website\",\"url\":\"https:\/\/cloudkul.com\/blog\/\",\"name\":\"Cloudkul\",\"description\":\"Host your eCommerce Store on AWS with Optimized Performance\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/cloudkul.com\/blog\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/cloudkul.com\/blog\/#\/schema\/person\/99e46a85b2ad2848198f6de2c90bcbc4\",\"name\":\"Nitin Kaushik\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/cloudkul.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/fdc703824bce4bae43a834dfdf641f46?s=96&d=https%3A%2F%2Fs.gravatar.com%2Favatar%2F6148c37469011bc2f8e491ca8f5de495%3Fs%3D80&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/fdc703824bce4bae43a834dfdf641f46?s=96&d=https%3A%2F%2Fs.gravatar.com%2Favatar%2F6148c37469011bc2f8e491ca8f5de495%3Fs%3D80&r=g\",\"caption\":\"Nitin Kaushik\"},\"url\":\"https:\/\/cloudkul.com\/blog\/author\/nitin-kaushik680\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to install Orocommerce 4.0 with demo data in ubuntu 16.04 - Cloudkul","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:\/\/cloudkul.com\/blog\/how-to-install-orocommerce-4-0-with-demo-data-in-ubuntu-16-04\/","og_locale":"en_US","og_type":"article","og_title":"How to install Orocommerce 4.0 with demo data in ubuntu 16.04 - Cloudkul","og_description":"&nbsp; What OroCommerce really is? &nbsp; OroCommerce is a flexible open-source B2B eCommerce platform built [...]","og_url":"https:\/\/cloudkul.com\/blog\/how-to-install-orocommerce-4-0-with-demo-data-in-ubuntu-16-04\/","og_site_name":"Cloudkul","article_published_time":"2019-11-27T12:31:01+00:00","article_modified_time":"2019-11-27T13:24:46+00:00","og_image":[{"url":"https:\/\/cloudkul.com\/blog\/wp-content\/uploads\/2019\/11\/orocommerce4.png"}],"author":"Nitin Kaushik","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/cloudkul.com\/blog\/how-to-install-orocommerce-4-0-with-demo-data-in-ubuntu-16-04\/","url":"https:\/\/cloudkul.com\/blog\/how-to-install-orocommerce-4-0-with-demo-data-in-ubuntu-16-04\/","name":"How to install Orocommerce 4.0 with demo data in ubuntu 16.04 - Cloudkul","isPartOf":{"@id":"https:\/\/cloudkul.com\/blog\/#website"},"datePublished":"2019-11-27T12:31:01+00:00","dateModified":"2019-11-27T13:24:46+00:00","author":{"@id":"https:\/\/cloudkul.com\/blog\/#\/schema\/person\/99e46a85b2ad2848198f6de2c90bcbc4"},"breadcrumb":{"@id":"https:\/\/cloudkul.com\/blog\/how-to-install-orocommerce-4-0-with-demo-data-in-ubuntu-16-04\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/cloudkul.com\/blog\/how-to-install-orocommerce-4-0-with-demo-data-in-ubuntu-16-04\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/cloudkul.com\/blog\/how-to-install-orocommerce-4-0-with-demo-data-in-ubuntu-16-04\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/cloudkul.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How to install Orocommerce 4.0 with demo data in ubuntu 16.04"}]},{"@type":"WebSite","@id":"https:\/\/cloudkul.com\/blog\/#website","url":"https:\/\/cloudkul.com\/blog\/","name":"Cloudkul","description":"Host your eCommerce Store on AWS with Optimized Performance","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/cloudkul.com\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/cloudkul.com\/blog\/#\/schema\/person\/99e46a85b2ad2848198f6de2c90bcbc4","name":"Nitin Kaushik","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cloudkul.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/fdc703824bce4bae43a834dfdf641f46?s=96&d=https%3A%2F%2Fs.gravatar.com%2Favatar%2F6148c37469011bc2f8e491ca8f5de495%3Fs%3D80&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/fdc703824bce4bae43a834dfdf641f46?s=96&d=https%3A%2F%2Fs.gravatar.com%2Favatar%2F6148c37469011bc2f8e491ca8f5de495%3Fs%3D80&r=g","caption":"Nitin Kaushik"},"url":"https:\/\/cloudkul.com\/blog\/author\/nitin-kaushik680\/"}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/cloudkul.com\/blog\/wp-json\/wp\/v2\/posts\/4914"}],"collection":[{"href":"https:\/\/cloudkul.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/cloudkul.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/cloudkul.com\/blog\/wp-json\/wp\/v2\/users\/17"}],"replies":[{"embeddable":true,"href":"https:\/\/cloudkul.com\/blog\/wp-json\/wp\/v2\/comments?post=4914"}],"version-history":[{"count":141,"href":"https:\/\/cloudkul.com\/blog\/wp-json\/wp\/v2\/posts\/4914\/revisions"}],"predecessor-version":[{"id":5062,"href":"https:\/\/cloudkul.com\/blog\/wp-json\/wp\/v2\/posts\/4914\/revisions\/5062"}],"wp:attachment":[{"href":"https:\/\/cloudkul.com\/blog\/wp-json\/wp\/v2\/media?parent=4914"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/cloudkul.com\/blog\/wp-json\/wp\/v2\/categories?post=4914"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/cloudkul.com\/blog\/wp-json\/wp\/v2\/tags?post=4914"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}