{"id":1816,"date":"2022-12-06T05:59:01","date_gmt":"2022-12-06T05:59:01","guid":{"rendered":"https:\/\/pheonixsolutions.com\/knowledge-base\/?p=1816"},"modified":"2026-06-18T03:19:20","modified_gmt":"2026-06-18T03:19:20","slug":"how-to-install-magento-2-via-softaculous-in-cpanel","status":"publish","type":"post","link":"https:\/\/pheonixsolutions.com\/knowledge-base\/2022\/12\/06\/how-to-install-magento-2-via-softaculous-in-cpanel\/","title":{"rendered":"How to install Magento 2 via Softaculous in cPanel"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">Introduction<\/h2>\n\n\n\n<p>Magento 2 is a powerful open-source e-commerce platform written in PHP. It is widely used to build online stores with features such as product management, customer management, order processing, payment integration, and shipping configuration.<\/p>\n\n\n\n<p>Installing Magento 2 manually requires server-level configuration, database setup, file permission management, and dependency installation. However, using Softaculous in cPanel simplifies the installation process by providing an automated installer. With Softaculous, users can install Magento 2 quickly without manually uploading files or configuring the database.<\/p>\n\n\n\n<p>This guide explains how to install Magento 2 through Softaculous in cPanel.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Prerequisites<\/h2>\n\n\n\n<p>Before installing Magento 2 via Softaculous, make sure the following requirements are available:<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">1. cPanel Access<\/h3>\n\n\n\n<p>You must have valid cPanel login access for the domain where Magento 2 needs to be installed.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">2. Softaculous Availability<\/h3>\n\n\n\n<p>Softaculous Apps Installer must be enabled in the cPanel account. A valid Softaculous license is required on the server.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">3. Domain Name<\/h3>\n\n\n\n<p>The domain or subdomain should already be added to cPanel and properly pointed to the server.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">4. SSL Certificate<\/h3>\n\n\n\n<p>A valid SSL certificate is recommended, especially for e-commerce websites. If SSL is installed, choose the HTTPS protocol during installation.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">5. PHP Version and Extensions<\/h3>\n\n\n\n<p>The server must have a Magento-compatible PHP version and required PHP extensions enabled, such as:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li class=\"has-black-color has-text-color has-link-color wp-elements-008e899238aa9359e41f46311d65404c\">bcmath<\/li>\n\n\n\n<li class=\"has-black-color has-text-color has-link-color wp-elements-57b82542347b8c9b0051e2ba4a5e11ba\">ctype<\/li>\n\n\n\n<li class=\"has-black-color has-text-color has-link-color wp-elements-d438af8fefee6f1c6652cdd726191252\">curl<\/li>\n\n\n\n<li class=\"has-black-color has-text-color has-link-color wp-elements-7e219dac4145c1c16bfd24d13d56a1a5\">dom<\/li>\n\n\n\n<li class=\"has-black-color has-text-color has-link-color wp-elements-1f9b4b681d854d9b6bc5a798bc5cf32f\">gd<\/li>\n\n\n\n<li class=\"has-black-color has-text-color has-link-color wp-elements-982e03847acb43a157e3c7f391144f23\">hash<\/li>\n\n\n\n<li class=\"has-black-color has-text-color has-link-color wp-elements-94f37c7c686212295436333a42d6cb1e\">iconv<\/li>\n\n\n\n<li class=\"has-black-color has-text-color has-link-color wp-elements-50556249070f8650aad48d4d65d49de5\">intl<\/li>\n\n\n\n<li class=\"has-black-color has-text-color has-link-color wp-elements-8fcbbde9afb2a953d60e83191d5e5f35\">mbstring<\/li>\n\n\n\n<li class=\"has-black-color has-text-color has-link-color wp-elements-a559d5b261851d597fb829a571569d42\">openssl<\/li>\n\n\n\n<li class=\"has-black-color has-text-color has-link-color wp-elements-cc55fe28d2e36d926d1b0461f62ed2f1\">pdo_mysql<\/li>\n\n\n\n<li class=\"has-black-color has-text-color has-link-color wp-elements-ff781e12da39c7e957ad4d27e5e4740d\">simplexml<\/li>\n\n\n\n<li class=\"has-black-color has-text-color has-link-color wp-elements-57655885445a8b587db5523c8cd43423\">soap<\/li>\n\n\n\n<li class=\"has-black-color has-text-color has-link-color wp-elements-5991b8c033aa39c0ae08aa4d28284f4d\">xsl<\/li>\n\n\n\n<li class=\"has-black-color has-text-color has-link-color wp-elements-f5cf425e52cbcded68e1ff5d01f07b71\">zip<\/li>\n\n\n\n<li class=\"has-black-color has-text-color has-link-color wp-elements-07474342c9ac00cc1f50004661d680a6\">libxml<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">6. Database Support<\/h3>\n\n\n\n<p>Magento requires a supported database engine such as MySQL or MariaDB. The exact version should be compatible with the Magento version selected during installation.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">7. Web Server Support<\/h3>\n\n\n\n<p>Magento can run on supported web servers such as Apache or Nginx.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">8. Search Engine Requirement<\/h3>\n\n\n\n<p>For Magento 2.4 and later versions, Elasticsearch or OpenSearch is required for catalog search functionality.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">9. Cron Job Support<\/h3>\n\n\n\n<p>Magento requires cron jobs to run scheduled tasks such as indexing, email sending, catalog updates, and order processing. Softaculous usually configures the cron job during installation.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">10. Email Service<\/h3>\n\n\n\n<p>A working mail service or SMTP configuration is required to send order emails, customer emails, password reset emails, and admin notifications.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Implementation Steps<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">Step 1: Log in to cPanel<\/h3>\n\n\n\n<p>Log in to the cPanel account where you want to install Magento 2.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Step 2: Open Softaculous Apps Installer<\/h3>\n\n\n\n<p>Go to the <strong>Software<\/strong> section and click <strong>Softaculous Apps Installer<\/strong>. You can also search for \u201cSoftaculous\u201d using the cPanel search bar.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Step 3: Search for Magento<\/h3>\n\n\n\n<p>In the Softaculous Apps Installer page, search for <strong>Magento<\/strong> in the search field. Then click the Magento option from the search results.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Step 4: Click Install<\/h3>\n\n\n\n<p>Click the <strong>Install<\/strong> button to start the Magento 2 installation process.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Step 5: Configure Installation Details<\/h3>\n\n\n\n<p>Review and configure the installation options carefully.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>Option<\/th><th>Description<\/th><\/tr><\/thead><tbody><tr><td>Choose Version<\/td><td>Select the Magento version you want to install.<\/td><\/tr><tr><td>Choose Protocol<\/td><td>Select HTTP or HTTPS. If SSL is enabled, choose HTTPS.<\/td><\/tr><tr><td>Choose Domain<\/td><td>Select the domain where Magento should be installed.<\/td><\/tr><tr><td>In Directory<\/td><td>Enter a directory name if Magento should be installed inside a folder. Leave it empty to install Magento directly on the domain.<\/td><\/tr><tr><td>CRON Job<\/td><td>Magento requires cron jobs. If you are unsure, leave the default value.<\/td><\/tr><tr><td>Admin Path<\/td><td>Enter the admin URL path for accessing the Magento admin panel.<\/td><\/tr><tr><td>Sample Data<\/td><td>Choose whether to install sample data. This is useful for testing or learning Magento.<\/td><\/tr><tr><td>Admin Username<\/td><td>Enter the Magento admin username.<\/td><\/tr><tr><td>Admin Password<\/td><td>Enter a strong password for the Magento admin account.<\/td><\/tr><tr><td>First Name<\/td><td>Enter the administrator\u2019s first name.<\/td><\/tr><tr><td>Last Name<\/td><td>Enter the administrator\u2019s last name.<\/td><\/tr><tr><td>Admin Email<\/td><td>Enter the administrator\u2019s email address.<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">Step 6: Start the Installation<\/h3>\n\n\n\n<p>After verifying all the details, click the <strong>Install<\/strong> button.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Step 7: Complete the Installation<\/h3>\n\n\n\n<p>Softaculous will begin installing Magento 2. The process may take a few minutes.<\/p>\n\n\n\n<p>Once the installation is completed, Softaculous will display a success message with the website URL and admin panel URL.<\/p>\n\n\n\n<p>You can use the provided links to access the Magento storefront and admin dashboard.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Conclusion<\/h2>\n\n\n\n<p>Magento 2 can be installed easily through Softaculous in cPanel without performing a manual setup. Softaculous automates the installation process, including file setup, database creation, and basic configuration.<\/p>\n\n\n\n<p>After installation, verify the website URL and admin login URL. Also, make sure cron jobs, SSL, email settings, PHP extensions, and search engine services are working properly. This will help ensure that the Magento store runs smoothly and is ready for further configuration, theme customization, product upload, and payment gateway integration.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Introduction Magento 2 is a powerful open-source e-commerce platform written in PHP. It is widely used to build online stores with features such as product management, customer management, order processing, payment integration, and shipping configuration. Installing Magento 2 manually requires server-level configuration, database setup, file permission management, and dependency installation. However, using Softaculous in cPanel ..<\/p>\n<div class=\"clear-fix\"><\/div>\n<p><a href=\"https:\/\/pheonixsolutions.com\/knowledge-base\/2022\/12\/06\/how-to-install-magento-2-via-softaculous-in-cpanel\/\" title=\"read more...\">Read more<\/a><\/p>\n","protected":false},"author":5,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_feature_clip_id":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_post_was_ever_published":false},"categories":[33],"tags":[168,169],"class_list":["post-1816","post","type-post","status-publish","format-standard","hentry","category-whm","tag-magento","tag-softaculous"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.8 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to install Magento 2 via Softaculous in cPanel - PheonixSolutions Knowledge-Base<\/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:\/\/pheonixsolutions.com\/knowledge-base\/2022\/12\/06\/how-to-install-magento-2-via-softaculous-in-cpanel\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to install Magento 2 via Softaculous in cPanel - PheonixSolutions Knowledge-Base\" \/>\n<meta property=\"og:description\" content=\"Introduction Magento 2 is a powerful open-source e-commerce platform written in PHP. It is widely used to build online stores with features such as product management, customer management, order processing, payment integration, and shipping configuration. Installing Magento 2 manually requires server-level configuration, database setup, file permission management, and dependency installation. However, using Softaculous in cPanel ..Read more\" \/>\n<meta property=\"og:url\" content=\"https:\/\/pheonixsolutions.com\/knowledge-base\/2022\/12\/06\/how-to-install-magento-2-via-softaculous-in-cpanel\/\" \/>\n<meta property=\"og:site_name\" content=\"PheonixSolutions Knowledge-Base\" \/>\n<meta property=\"article:published_time\" content=\"2022-12-06T05:59:01+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-06-18T03:19:20+00:00\" \/>\n<meta name=\"author\" content=\"meenakshi k\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"meenakshi k\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2022\\\/12\\\/06\\\/how-to-install-magento-2-via-softaculous-in-cpanel\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2022\\\/12\\\/06\\\/how-to-install-magento-2-via-softaculous-in-cpanel\\\/\"},\"author\":{\"name\":\"meenakshi k\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/#\\\/schema\\\/person\\\/baf2a3c7578108699459ee9dfee7211f\"},\"headline\":\"How to install Magento 2 via Softaculous in cPanel\",\"datePublished\":\"2022-12-06T05:59:01+00:00\",\"dateModified\":\"2026-06-18T03:19:20+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2022\\\/12\\\/06\\\/how-to-install-magento-2-via-softaculous-in-cpanel\\\/\"},\"wordCount\":713,\"commentCount\":0,\"keywords\":[\"Magento\",\"softaculous\"],\"articleSection\":[\"WHM\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2022\\\/12\\\/06\\\/how-to-install-magento-2-via-softaculous-in-cpanel\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2022\\\/12\\\/06\\\/how-to-install-magento-2-via-softaculous-in-cpanel\\\/\",\"url\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2022\\\/12\\\/06\\\/how-to-install-magento-2-via-softaculous-in-cpanel\\\/\",\"name\":\"How to install Magento 2 via Softaculous in cPanel - PheonixSolutions Knowledge-Base\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/#website\"},\"datePublished\":\"2022-12-06T05:59:01+00:00\",\"dateModified\":\"2026-06-18T03:19:20+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/#\\\/schema\\\/person\\\/baf2a3c7578108699459ee9dfee7211f\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2022\\\/12\\\/06\\\/how-to-install-magento-2-via-softaculous-in-cpanel\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2022\\\/12\\\/06\\\/how-to-install-magento-2-via-softaculous-in-cpanel\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2022\\\/12\\\/06\\\/how-to-install-magento-2-via-softaculous-in-cpanel\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to install Magento 2 via Softaculous in cPanel\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/#website\",\"url\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/\",\"name\":\"PheonixSolutions Knowledge-Base\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/#\\\/schema\\\/person\\\/baf2a3c7578108699459ee9dfee7211f\",\"name\":\"meenakshi k\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/17c0a3923b9a31a41d8de2fdc928e514efe879fe17b6e5d2814b7f81ed2356e5?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/17c0a3923b9a31a41d8de2fdc928e514efe879fe17b6e5d2814b7f81ed2356e5?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/17c0a3923b9a31a41d8de2fdc928e514efe879fe17b6e5d2814b7f81ed2356e5?s=96&d=mm&r=g\",\"caption\":\"meenakshi k\"},\"url\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/author\\\/meenakshi\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to install Magento 2 via Softaculous in cPanel - PheonixSolutions Knowledge-Base","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:\/\/pheonixsolutions.com\/knowledge-base\/2022\/12\/06\/how-to-install-magento-2-via-softaculous-in-cpanel\/","og_locale":"en_US","og_type":"article","og_title":"How to install Magento 2 via Softaculous in cPanel - PheonixSolutions Knowledge-Base","og_description":"Introduction Magento 2 is a powerful open-source e-commerce platform written in PHP. It is widely used to build online stores with features such as product management, customer management, order processing, payment integration, and shipping configuration. Installing Magento 2 manually requires server-level configuration, database setup, file permission management, and dependency installation. However, using Softaculous in cPanel ..Read more","og_url":"https:\/\/pheonixsolutions.com\/knowledge-base\/2022\/12\/06\/how-to-install-magento-2-via-softaculous-in-cpanel\/","og_site_name":"PheonixSolutions Knowledge-Base","article_published_time":"2022-12-06T05:59:01+00:00","article_modified_time":"2026-06-18T03:19:20+00:00","author":"meenakshi k","twitter_card":"summary_large_image","twitter_misc":{"Written by":"meenakshi k","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/2022\/12\/06\/how-to-install-magento-2-via-softaculous-in-cpanel\/#article","isPartOf":{"@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/2022\/12\/06\/how-to-install-magento-2-via-softaculous-in-cpanel\/"},"author":{"name":"meenakshi k","@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/#\/schema\/person\/baf2a3c7578108699459ee9dfee7211f"},"headline":"How to install Magento 2 via Softaculous in cPanel","datePublished":"2022-12-06T05:59:01+00:00","dateModified":"2026-06-18T03:19:20+00:00","mainEntityOfPage":{"@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/2022\/12\/06\/how-to-install-magento-2-via-softaculous-in-cpanel\/"},"wordCount":713,"commentCount":0,"keywords":["Magento","softaculous"],"articleSection":["WHM"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/pheonixsolutions.com\/knowledge-base\/2022\/12\/06\/how-to-install-magento-2-via-softaculous-in-cpanel\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/2022\/12\/06\/how-to-install-magento-2-via-softaculous-in-cpanel\/","url":"https:\/\/pheonixsolutions.com\/knowledge-base\/2022\/12\/06\/how-to-install-magento-2-via-softaculous-in-cpanel\/","name":"How to install Magento 2 via Softaculous in cPanel - PheonixSolutions Knowledge-Base","isPartOf":{"@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/#website"},"datePublished":"2022-12-06T05:59:01+00:00","dateModified":"2026-06-18T03:19:20+00:00","author":{"@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/#\/schema\/person\/baf2a3c7578108699459ee9dfee7211f"},"breadcrumb":{"@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/2022\/12\/06\/how-to-install-magento-2-via-softaculous-in-cpanel\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/pheonixsolutions.com\/knowledge-base\/2022\/12\/06\/how-to-install-magento-2-via-softaculous-in-cpanel\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/2022\/12\/06\/how-to-install-magento-2-via-softaculous-in-cpanel\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/pheonixsolutions.com\/knowledge-base\/"},{"@type":"ListItem","position":2,"name":"How to install Magento 2 via Softaculous in cPanel"}]},{"@type":"WebSite","@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/#website","url":"https:\/\/pheonixsolutions.com\/knowledge-base\/","name":"PheonixSolutions Knowledge-Base","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/pheonixsolutions.com\/knowledge-base\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/#\/schema\/person\/baf2a3c7578108699459ee9dfee7211f","name":"meenakshi k","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/17c0a3923b9a31a41d8de2fdc928e514efe879fe17b6e5d2814b7f81ed2356e5?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/17c0a3923b9a31a41d8de2fdc928e514efe879fe17b6e5d2814b7f81ed2356e5?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/17c0a3923b9a31a41d8de2fdc928e514efe879fe17b6e5d2814b7f81ed2356e5?s=96&d=mm&r=g","caption":"meenakshi k"},"url":"https:\/\/pheonixsolutions.com\/knowledge-base\/author\/meenakshi\/"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-json\/wp\/v2\/posts\/1816","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-json\/wp\/v2\/comments?post=1816"}],"version-history":[{"count":3,"href":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-json\/wp\/v2\/posts\/1816\/revisions"}],"predecessor-version":[{"id":3829,"href":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-json\/wp\/v2\/posts\/1816\/revisions\/3829"}],"wp:attachment":[{"href":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-json\/wp\/v2\/media?parent=1816"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-json\/wp\/v2\/categories?post=1816"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-json\/wp\/v2\/tags?post=1816"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}