{"id":3570,"date":"2017-11-30T10:30:39","date_gmt":"2017-11-30T10:30:39","guid":{"rendered":"https:\/\/cloudkul.com\/blog\/?p=3570"},"modified":"2017-11-30T10:36:11","modified_gmt":"2017-11-30T10:36:11","slug":"launch-your-magento-1-9-3-store-within-minutes","status":"publish","type":"post","link":"https:\/\/cloudkul.com\/blog\/launch-your-magento-1-9-3-store-within-minutes\/","title":{"rendered":"Launch your Magento 1.9.3 store within Minutes"},"content":{"rendered":"<p>In our last blog, we saw how easily we can launch Magento 2.2 store within minutes without having pain of setting up required environment. If you have been following our DevOps Docker series and have been paying attention, you must have noticed that our most of the discussions were around Magento 2 deployment. But after receiving bulk queries and requests for Magento 1.x Docker deployment, I decided to explore docker implementation for Magento 1.x. Keeping in mind the motives from our last blog, today we will setup our Magento 1.9.3 store within minutes.<\/p>\n<p>&nbsp;<\/p>\n<h2><strong>Deploying Docker For Magento 1.9.3:<\/strong><\/h2>\n<p>&nbsp;<\/p>\n<p>Similar to what we did in our last blog, we have created a<a href=\"https:\/\/hub.docker.com\/r\/webkul\/magento1.9.3\/\">\u00a0<strong>Docker Image with Apache2 server, Mysql Server 5.6 and PHP 5.6 for Magento 1.9.3.7 having Ubuntu 14.04 as OS<\/strong><\/a>. For our instant server setup, we will use this image to run containers on our host. To begin with,\u00a0<strong>please make sure that you have Docker install on your Ubuntu 14.04<\/strong>. If not please follow,<a href=\"https:\/\/www.digitalocean.com\/community\/tutorials\/how-to-install-and-use-docker-getting-started\">\u00a0docker installation steps<\/a>.<\/p>\n<p>Once our host is ready to use docker, pull the image as,<\/p>\n<pre class=\"lang:default decode:true\">docker pull webkul\/magento1.9.3<\/pre>\n<p>It will take some time to download all the layers of the image for the first time. Once done, run the docker container as,<\/p>\n<pre class=\"lang:default decode:true\">docker run -ti --name=your_container_name -p host_port:80 webkul\/magento1.9.3<\/pre>\n<p>Assign unique name of the container (your_container_name) and allocate a free port to it host_port).<\/p>\n<p>&nbsp;<\/p>\n<blockquote><p><strong>IMPORTANT:- Please do not use &#8216;-d&#8217; (-d for detached mode) parameter while running the above command as it will create conflicts with our flow. We will detach our container later.<\/strong><\/p><\/blockquote>\n<p>&nbsp;<\/p>\n<p>Now as you launch the container, you will enter the docker container shell and you will see prompts for user inputs for:<\/p>\n<p>&nbsp;<\/p>\n<ul>\n<li><strong>Website Domain\/IP address\u00a0 (Mention your domain name or IP with port, if needed.)<\/strong><\/li>\n<li><strong>Your MySQL Password (Mention your mysql root password.)<\/strong><\/li>\n<li><strong>Your Admin password (Mention your admin password.)<\/strong><\/li>\n<\/ul>\n<p>&nbsp;<\/p>\n<p>After you have provided your inputs, your screen will be something like this:<\/p>\n<p>&nbsp;<\/p>\n<p><a href=\"https:\/\/cloudkul.com\/blog\/wp-content\/uploads\/2017\/11\/Screenshot-from-2017-11-30-152902.png\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-3572\" src=\"https:\/\/cloudkul.com\/blog\/wp-content\/uploads\/2017\/11\/Screenshot-from-2017-11-30-152902.png\" alt=\"\" width=\"781\" height=\"379\" \/><\/a><\/p>\n<p>&nbsp;<\/p>\n<p><strong>Eventually you will see your admin URL and admin panel login user after process has been completed.<\/strong><\/p>\n<p>&nbsp;<\/p>\n<blockquote><p><strong>CRITICALLY IMPORTANT:- Now take a note that you have been asked to press &#8220;ctrl p ctrl q&#8221; before exiting the container. It is done to put container in detached mode. It is highly recommended to press ctrl p ctrl q, otherwise container will be stopped.<\/strong><\/p><\/blockquote>\n<p>&nbsp;<\/p>\n<p>After entering the detached mode, you will be exited from container. Check the running docker container status as:<\/p>\n<pre class=\"lang:default decode:true\">docker ps<\/pre>\n<p>You will see all the running containers. Now check your Magento 1.9.3 store by browsing to your domain.<\/p>\n<p>Now to stop and terminate the container, run command:<\/p>\n<pre class=\"lang:default decode:true\">docker stop container_id<\/pre>\n<p>To launch another container with same port or different port. You can check the Docker image on <a href=\"http:\/\/docker\u00a0https:\/\/hub.docker.com\/r\/webkul\/magento1.9.3\/\">docker\u00a0https:\/\/hub.docker.com\/r\/webkul\/magento1.9.3\/<\/a>.<\/p>\n<p>Hope you all will find it useful. Your suggestions and queries are always welcome.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>In our last blog, we saw how easily we can launch Magento 2.2 store within <a class=\"text-primary\" title=\"read more\" href=\"https:\/\/cloudkul.com\/blog\/launch-your-magento-1-9-3-store-within-minutes\/\">[&#8230;]<\/a><\/p>\n","protected":false},"author":7,"featured_media":3574,"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,35,86,20,1],"tags":[5,197,195,196,198,199],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v21.3 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Launch your Magento 1.9.3 store within Minutes - Cloudkul<\/title>\n<meta name=\"description\" content=\"Same as we did in our last blog, we have created a\u00a0Docker Image with Apache2 server, Mysql Server 5.6 and PHP 5.6 for Magento 1.9.3.7 having Ubuntu 14.04 as OS. For our instant server setup, we will use this image to run containers on our host. To begin with,\u00a0please make sure that you have Docker install on your Ubuntu 14.04. If not please follow,\u00a0docker installation steps.\" \/>\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\/launch-your-magento-1-9-3-store-within-minutes\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Launch your Magento 1.9.3 store within Minutes - Cloudkul\" \/>\n<meta property=\"og:description\" content=\"Same as we did in our last blog, we have created a\u00a0Docker Image with Apache2 server, Mysql Server 5.6 and PHP 5.6 for Magento 1.9.3.7 having Ubuntu 14.04 as OS. For our instant server setup, we will use this image to run containers on our host. To begin with,\u00a0please make sure that you have Docker install on your Ubuntu 14.04. If not please follow,\u00a0docker installation steps.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/cloudkul.com\/blog\/launch-your-magento-1-9-3-store-within-minutes\/\" \/>\n<meta property=\"og:site_name\" content=\"Cloudkul\" \/>\n<meta property=\"article:published_time\" content=\"2017-11-30T10:30:39+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2017-11-30T10:36:11+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/cloudkul.com\/blog\/wp-content\/uploads\/2017\/11\/download-8.png\" \/>\n\t<meta property=\"og:image:width\" content=\"848\" \/>\n\t<meta property=\"og:image:height\" content=\"422\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Alankrit Srivastava\" \/>\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\/launch-your-magento-1-9-3-store-within-minutes\/\",\"url\":\"https:\/\/cloudkul.com\/blog\/launch-your-magento-1-9-3-store-within-minutes\/\",\"name\":\"Launch your Magento 1.9.3 store within Minutes - Cloudkul\",\"isPartOf\":{\"@id\":\"https:\/\/cloudkul.com\/blog\/#website\"},\"datePublished\":\"2017-11-30T10:30:39+00:00\",\"dateModified\":\"2017-11-30T10:36:11+00:00\",\"author\":{\"@id\":\"https:\/\/cloudkul.com\/blog\/#\/schema\/person\/fc06bfd7f18d9a606dd94062d205af16\"},\"description\":\"Same as we did in our last blog, we have created a\u00a0Docker Image with Apache2 server, Mysql Server 5.6 and PHP 5.6 for Magento 1.9.3.7 having Ubuntu 14.04 as OS. For our instant server setup, we will use this image to run containers on our host. To begin with,\u00a0please make sure that you have Docker install on your Ubuntu 14.04. If not please follow,\u00a0docker installation steps.\",\"breadcrumb\":{\"@id\":\"https:\/\/cloudkul.com\/blog\/launch-your-magento-1-9-3-store-within-minutes\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/cloudkul.com\/blog\/launch-your-magento-1-9-3-store-within-minutes\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/cloudkul.com\/blog\/launch-your-magento-1-9-3-store-within-minutes\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/cloudkul.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Launch your Magento 1.9.3 store within Minutes\"}]},{\"@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\/fc06bfd7f18d9a606dd94062d205af16\",\"name\":\"Alankrit Srivastava\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/cloudkul.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/955c3dda2678272c436c5153832e401f?s=96&d=https%3A%2F%2Fs.gravatar.com%2Favatar%2F6148c37469011bc2f8e491ca8f5de495%3Fs%3D80&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/955c3dda2678272c436c5153832e401f?s=96&d=https%3A%2F%2Fs.gravatar.com%2Favatar%2F6148c37469011bc2f8e491ca8f5de495%3Fs%3D80&r=g\",\"caption\":\"Alankrit Srivastava\"},\"description\":\"DevOps Manager at Webkul Software Privated Limited\",\"sameAs\":[\"http:\/\/cloudkul.com\"],\"url\":\"https:\/\/cloudkul.com\/blog\/author\/alankrit-srivastava256\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Launch your Magento 1.9.3 store within Minutes - Cloudkul","description":"Same as we did in our last blog, we have created a\u00a0Docker Image with Apache2 server, Mysql Server 5.6 and PHP 5.6 for Magento 1.9.3.7 having Ubuntu 14.04 as OS. For our instant server setup, we will use this image to run containers on our host. To begin with,\u00a0please make sure that you have Docker install on your Ubuntu 14.04. If not please follow,\u00a0docker installation steps.","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\/launch-your-magento-1-9-3-store-within-minutes\/","og_locale":"en_US","og_type":"article","og_title":"Launch your Magento 1.9.3 store within Minutes - Cloudkul","og_description":"Same as we did in our last blog, we have created a\u00a0Docker Image with Apache2 server, Mysql Server 5.6 and PHP 5.6 for Magento 1.9.3.7 having Ubuntu 14.04 as OS. For our instant server setup, we will use this image to run containers on our host. To begin with,\u00a0please make sure that you have Docker install on your Ubuntu 14.04. If not please follow,\u00a0docker installation steps.","og_url":"https:\/\/cloudkul.com\/blog\/launch-your-magento-1-9-3-store-within-minutes\/","og_site_name":"Cloudkul","article_published_time":"2017-11-30T10:30:39+00:00","article_modified_time":"2017-11-30T10:36:11+00:00","og_image":[{"width":848,"height":422,"url":"https:\/\/cloudkul.com\/blog\/wp-content\/uploads\/2017\/11\/download-8.png","type":"image\/png"}],"author":"Alankrit Srivastava","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/cloudkul.com\/blog\/launch-your-magento-1-9-3-store-within-minutes\/","url":"https:\/\/cloudkul.com\/blog\/launch-your-magento-1-9-3-store-within-minutes\/","name":"Launch your Magento 1.9.3 store within Minutes - Cloudkul","isPartOf":{"@id":"https:\/\/cloudkul.com\/blog\/#website"},"datePublished":"2017-11-30T10:30:39+00:00","dateModified":"2017-11-30T10:36:11+00:00","author":{"@id":"https:\/\/cloudkul.com\/blog\/#\/schema\/person\/fc06bfd7f18d9a606dd94062d205af16"},"description":"Same as we did in our last blog, we have created a\u00a0Docker Image with Apache2 server, Mysql Server 5.6 and PHP 5.6 for Magento 1.9.3.7 having Ubuntu 14.04 as OS. For our instant server setup, we will use this image to run containers on our host. To begin with,\u00a0please make sure that you have Docker install on your Ubuntu 14.04. If not please follow,\u00a0docker installation steps.","breadcrumb":{"@id":"https:\/\/cloudkul.com\/blog\/launch-your-magento-1-9-3-store-within-minutes\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/cloudkul.com\/blog\/launch-your-magento-1-9-3-store-within-minutes\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/cloudkul.com\/blog\/launch-your-magento-1-9-3-store-within-minutes\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/cloudkul.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Launch your Magento 1.9.3 store within Minutes"}]},{"@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\/fc06bfd7f18d9a606dd94062d205af16","name":"Alankrit Srivastava","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cloudkul.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/955c3dda2678272c436c5153832e401f?s=96&d=https%3A%2F%2Fs.gravatar.com%2Favatar%2F6148c37469011bc2f8e491ca8f5de495%3Fs%3D80&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/955c3dda2678272c436c5153832e401f?s=96&d=https%3A%2F%2Fs.gravatar.com%2Favatar%2F6148c37469011bc2f8e491ca8f5de495%3Fs%3D80&r=g","caption":"Alankrit Srivastava"},"description":"DevOps Manager at Webkul Software Privated Limited","sameAs":["http:\/\/cloudkul.com"],"url":"https:\/\/cloudkul.com\/blog\/author\/alankrit-srivastava256\/"}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/cloudkul.com\/blog\/wp-json\/wp\/v2\/posts\/3570"}],"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\/7"}],"replies":[{"embeddable":true,"href":"https:\/\/cloudkul.com\/blog\/wp-json\/wp\/v2\/comments?post=3570"}],"version-history":[{"count":5,"href":"https:\/\/cloudkul.com\/blog\/wp-json\/wp\/v2\/posts\/3570\/revisions"}],"predecessor-version":[{"id":3577,"href":"https:\/\/cloudkul.com\/blog\/wp-json\/wp\/v2\/posts\/3570\/revisions\/3577"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/cloudkul.com\/blog\/wp-json\/wp\/v2\/media\/3574"}],"wp:attachment":[{"href":"https:\/\/cloudkul.com\/blog\/wp-json\/wp\/v2\/media?parent=3570"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/cloudkul.com\/blog\/wp-json\/wp\/v2\/categories?post=3570"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/cloudkul.com\/blog\/wp-json\/wp\/v2\/tags?post=3570"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}