{"id":229196,"date":"2020-02-13T12:00:39","date_gmt":"2020-02-13T12:00:39","guid":{"rendered":"https:\/\/webkul.com\/blog\/?p=229196"},"modified":"2020-02-14T05:57:12","modified_gmt":"2020-02-14T05:57:12","slug":"installation-akeneo-v-4-x-pim","status":"publish","type":"post","link":"https:\/\/webkul.com\/blog\/installation-akeneo-v-4-x-pim\/","title":{"rendered":"Installation \u2014 Akeneo V 4.x PIM"},"content":{"rendered":"\n<p>The purpose of this blog to help you to the installation of Akeneo version 4 in a descriptive way.<\/p>\n\n\n\n<p>There is two way to install the Akeneo <\/p>\n\n\n\n<ol class=\"wp-block-list\"><li><a href=\"https:\/\/docs.akeneo.com\/4.0\/install_pim\/docker\/installation_docker.html\">Install Akeneo PIM for development with Docker<\/a><\/li><li><a href=\"https:\/\/docs.akeneo.com\/4.0\/install_pim\/manual\/index.html\">Install Akeneo PIM manually<\/a><\/li><\/ol>\n\n\n\n<p>I will describe here <a href=\"https:\/\/docs.akeneo.com\/4.0\/install_pim\/manual\/index.html\">Install Akeneo PIM manually<\/a> <\/p>\n\n\n\n<p>Before going to start first you need to check the system requirements <a href=\"https:\/\/docs.akeneo.com\/4.0\/install_pim\/manual\/system_requirements\/system_requirements.html\">Read Blog<\/a><\/p>\n\n\n\n<p>If your system requirement fulfilled,  so let&#8217;s start with the <strong>Installing Akeneo PIM Community Edition (CE) <\/strong><\/p>\n\n\n\n<h3> Step 1: You need to run the following command to install the Akeneo.<\/h3>\n\n\n\n<div class=\"wp-block-group\"><div class=\"wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow\">\n<pre class=\"EnlighterJSRAW\">php -d memory_limit=4G \/usr\/local\/bin\/composer create-project --prefer-dist \\     akeneo\/pim-community-standard \/srv\/pim &quot;4.0.*@stable&quot;<\/pre>\n<\/div><\/div>\n\n\n\n<p>you can change the document root directory <strong>\/srv\/pim<\/strong> according to your preference.<\/p>\n\n\n\n<p>or download an archive containing Akeneo PIM and its PHP dependencies:&nbsp;<a href=\"https:\/\/download.akeneo.com\/pim-community-standard-v4.0-latest-icecat.tar.gz\">https:\/\/download.akeneo.com\/pim-community-standard-v4.0-latest-icecat.tar.gz<\/a><\/p>\n\n\n\n<h2> Step 2: Initializing Akeneo <\/h2>\n\n\n\n<p><\/p>\n\n\n\n<p>You will need to change the&nbsp;<code>.env<\/code>&nbsp;file to configure the access to your MySQL and ElasticSearch server.<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><strong>APP_ENV=dev\nAPP_DEBUG=0\nAPP_DATABASE_HOST=localhost\nAPP_DATABASE_PORT=null\nAPP_DATABASE_NAME=akeneo_pim\nAPP_DATABASE_USER=akeneo_pim\nAPP_DATABASE_PASSWORD=akeneo_pim\nAPP_DEFAULT_LOCALE=en\nAPP_SECRET=ThisTokenIsNotSoSecretChangeIt\nAPP_INDEX_HOSTS='localhost:9200\nAPP_PRODUCT_AND_PRODUCT_MODEL_INDEX_NAME=akeneo_pim_product_and_product_model\nMAILER_URL=null:\/\/localhost\nAKENEO_PIM_URL=http:\/\/192.168.1.91<\/strong>\n<\/pre>\n\n\n\n<h3> Step3: Launching the PIM in (pro \/ dev or test mode) <\/h3>\n\n\n\n<p>$ NO_DOCKER=true make <\/p>\n\n\n\n<p><\/p>\n\n\n\n<p>Also Read:<\/p>\n\n\n\n<p><a href=\"https:\/\/webkul.com\/blog\/how-to-apply-a-patch-akeneo\/\">How to apply a minor \/ more recent<\/a> <a href=\"https:\/\/webkul.com\/blog\/how-to-apply-a-patch-akeneo\/\">patch  Akeneo<\/a><\/p>\n\n\n\n<p><a href=\"https:\/\/webkul.com\/blog\/process-control-in-akeneo\/\">How Setup the job queue daemon<\/a><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n","protected":false},"excerpt":{"rendered":"<p>The purpose of this blog to help you to the installation of Akeneo version 4 in a descriptive way. There is two way to install the Akeneo Install Akeneo PIM for development with Docker Install Akeneo PIM manually I will describe here Install Akeneo PIM manually Before going to start first you need to check <a href=\"https:\/\/webkul.com\/blog\/installation-akeneo-v-4-x-pim\/\">[&#8230;]<\/a><\/p>\n","protected":false},"author":189,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[5709,1],"tags":[3649,7680,7702,8329,2717],"class_list":["post-229196","post","type-post","status-publish","format-standard","hentry","category-akeneo","category-uncategorized","tag-akeneo","tag-akeneo-cron","tag-akeneo-pim","tag-akeneo-product-information-management","tag-installation"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Installation \u2014 Akeneo V 4.x PIM - Webkul Blog<\/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:\/\/webkul.com\/blog\/installation-akeneo-v-4-x-pim\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Installation \u2014 Akeneo V 4.x PIM - Webkul Blog\" \/>\n<meta property=\"og:description\" content=\"The purpose of this blog to help you to the installation of Akeneo version 4 in a descriptive way. There is two way to install the Akeneo Install Akeneo PIM for development with Docker Install Akeneo PIM manually I will describe here Install Akeneo PIM manually Before going to start first you need to check [...]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/webkul.com\/blog\/installation-akeneo-v-4-x-pim\/\" \/>\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=\"2020-02-13T12:00:39+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2020-02-14T05:57:12+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=\"Navneet Kumar\" \/>\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=\"Navneet Kumar\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/webkul.com\/blog\/installation-akeneo-v-4-x-pim\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/webkul.com\/blog\/installation-akeneo-v-4-x-pim\/\"},\"author\":{\"name\":\"Navneet Kumar\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/fba361b1101985561e7a6e0685079a8c\"},\"headline\":\"Installation \u2014 Akeneo V 4.x PIM\",\"datePublished\":\"2020-02-13T12:00:39+00:00\",\"dateModified\":\"2020-02-14T05:57:12+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/webkul.com\/blog\/installation-akeneo-v-4-x-pim\/\"},\"wordCount\":178,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/webkul.com\/blog\/#organization\"},\"keywords\":[\"Akeneo\",\"Akeneo CRON\",\"Akeneo PIM\",\"Akeneo Product Information Management\",\"installation\"],\"articleSection\":[\"Akeneo\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/webkul.com\/blog\/installation-akeneo-v-4-x-pim\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/webkul.com\/blog\/installation-akeneo-v-4-x-pim\/\",\"url\":\"https:\/\/webkul.com\/blog\/installation-akeneo-v-4-x-pim\/\",\"name\":\"Installation \u2014 Akeneo V 4.x PIM - Webkul Blog\",\"isPartOf\":{\"@id\":\"https:\/\/webkul.com\/blog\/#website\"},\"datePublished\":\"2020-02-13T12:00:39+00:00\",\"dateModified\":\"2020-02-14T05:57:12+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/webkul.com\/blog\/installation-akeneo-v-4-x-pim\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/webkul.com\/blog\/installation-akeneo-v-4-x-pim\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/webkul.com\/blog\/installation-akeneo-v-4-x-pim\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/webkul.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Installation \u2014 Akeneo V 4.x PIM\"}]},{\"@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\/fba361b1101985561e7a6e0685079a8c\",\"name\":\"Navneet Kumar\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/d0ebf451d594c29d21e3f35988748bf30377c55a864d36dfe98891688ac796d6?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\/d0ebf451d594c29d21e3f35988748bf30377c55a864d36dfe98891688ac796d6?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Fmike.png&r=g\",\"caption\":\"Navneet Kumar\"},\"url\":\"https:\/\/webkul.com\/blog\/author\/navneetkumar-symfony813\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Installation \u2014 Akeneo V 4.x PIM - Webkul Blog","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\/installation-akeneo-v-4-x-pim\/","og_locale":"en_US","og_type":"article","og_title":"Installation \u2014 Akeneo V 4.x PIM - Webkul Blog","og_description":"The purpose of this blog to help you to the installation of Akeneo version 4 in a descriptive way. There is two way to install the Akeneo Install Akeneo PIM for development with Docker Install Akeneo PIM manually I will describe here Install Akeneo PIM manually Before going to start first you need to check [...]","og_url":"https:\/\/webkul.com\/blog\/installation-akeneo-v-4-x-pim\/","og_site_name":"Webkul Blog","article_publisher":"https:\/\/www.facebook.com\/webkul\/","article_published_time":"2020-02-13T12:00:39+00:00","article_modified_time":"2020-02-14T05:57:12+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":"Navneet Kumar","twitter_card":"summary_large_image","twitter_creator":"@webkul","twitter_site":"@webkul","twitter_misc":{"Written by":"Navneet Kumar","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/webkul.com\/blog\/installation-akeneo-v-4-x-pim\/#article","isPartOf":{"@id":"https:\/\/webkul.com\/blog\/installation-akeneo-v-4-x-pim\/"},"author":{"name":"Navneet Kumar","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/fba361b1101985561e7a6e0685079a8c"},"headline":"Installation \u2014 Akeneo V 4.x PIM","datePublished":"2020-02-13T12:00:39+00:00","dateModified":"2020-02-14T05:57:12+00:00","mainEntityOfPage":{"@id":"https:\/\/webkul.com\/blog\/installation-akeneo-v-4-x-pim\/"},"wordCount":178,"commentCount":0,"publisher":{"@id":"https:\/\/webkul.com\/blog\/#organization"},"keywords":["Akeneo","Akeneo CRON","Akeneo PIM","Akeneo Product Information Management","installation"],"articleSection":["Akeneo"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/webkul.com\/blog\/installation-akeneo-v-4-x-pim\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/webkul.com\/blog\/installation-akeneo-v-4-x-pim\/","url":"https:\/\/webkul.com\/blog\/installation-akeneo-v-4-x-pim\/","name":"Installation \u2014 Akeneo V 4.x PIM - Webkul Blog","isPartOf":{"@id":"https:\/\/webkul.com\/blog\/#website"},"datePublished":"2020-02-13T12:00:39+00:00","dateModified":"2020-02-14T05:57:12+00:00","breadcrumb":{"@id":"https:\/\/webkul.com\/blog\/installation-akeneo-v-4-x-pim\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/webkul.com\/blog\/installation-akeneo-v-4-x-pim\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/webkul.com\/blog\/installation-akeneo-v-4-x-pim\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/webkul.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Installation \u2014 Akeneo V 4.x PIM"}]},{"@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\/fba361b1101985561e7a6e0685079a8c","name":"Navneet Kumar","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/d0ebf451d594c29d21e3f35988748bf30377c55a864d36dfe98891688ac796d6?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\/d0ebf451d594c29d21e3f35988748bf30377c55a864d36dfe98891688ac796d6?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Fmike.png&r=g","caption":"Navneet Kumar"},"url":"https:\/\/webkul.com\/blog\/author\/navneetkumar-symfony813\/"}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/229196","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\/189"}],"replies":[{"embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/comments?post=229196"}],"version-history":[{"count":8,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/229196\/revisions"}],"predecessor-version":[{"id":231132,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/229196\/revisions\/231132"}],"wp:attachment":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/media?parent=229196"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/categories?post=229196"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/tags?post=229196"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}