Best Way To Magento 2 Installation












0















I am planning to migrate the Magento from 1 to 2. so, I like to install the Magento2 first, then the Magento 2 installation I found the following procedures



1) Using composer
2) Git clone.


May I know which one is the best way to install the Magento2 and why?



Thanks in advance for your ideas and support










share|improve this question





























    0















    I am planning to migrate the Magento from 1 to 2. so, I like to install the Magento2 first, then the Magento 2 installation I found the following procedures



    1) Using composer
    2) Git clone.


    May I know which one is the best way to install the Magento2 and why?



    Thanks in advance for your ideas and support










    share|improve this question



























      0












      0








      0








      I am planning to migrate the Magento from 1 to 2. so, I like to install the Magento2 first, then the Magento 2 installation I found the following procedures



      1) Using composer
      2) Git clone.


      May I know which one is the best way to install the Magento2 and why?



      Thanks in advance for your ideas and support










      share|improve this question
















      I am planning to migrate the Magento from 1 to 2. so, I like to install the Magento2 first, then the Magento 2 installation I found the following procedures



      1) Using composer
      2) Git clone.


      May I know which one is the best way to install the Magento2 and why?



      Thanks in advance for your ideas and support







      magento2 installation migration






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited 3 mins ago









      Rakesh Donga

      59711




      59711










      asked 1 hour ago









      senthilsenthil

      54211129




      54211129






















          2 Answers
          2






          active

          oldest

          votes


















          1














          Best way to Composer you can follow below link :



          https://www.goivvy.com/blog/magento-2-upgrade






          share|improve this answer































            0














            You have missed another option called Web setup wizard.



            You can download latest version of Magento 2 from magento open source section from magento.com without sample data.



            Open source download page link https://magento.com/tech-resources/download



            First option Full Release (ZIP with no Sample Data) is very suitable for migration as its not have any initial data.



            Upload it to your server exract it in web root of your server generally public_html or www folder.



            After extracting magento application zip in your webroot open url assigned to web root in simple your website url.



            A web setup wizard is guide to install Magento 2.



            Steps should be like that.



            Step 1: Readiness Check



            This step decides your system is available to install Magento 2 or not.



            Step 2: Add your database



            You have to enter all the database information here.



            Step 3: Web Configuration



            This step you have to set up some Web configuration.



            Your Store Address: Full URL of your Magento 2 store



            Magento Admin Address: Backend url handle



            Expand Advanced Options and enter the following fields:



            HTTPS Options: Mark the checkbox to Use HTTPS for Magento Storefront or Use HTTPS for Magento Admin



            Apache Rewrites: Mark the checkbox to enable your server



            Encryption Key: You can use a Magento generated key or your own encryption key.



            Step 4: Customize Your Store



            After your web was configured, your store is the next step.



            Set the information below:



            Sample Data Mark the Use Sample Data checkbox if you want to use demo data.



            Store Default Time Zone: your time zone locate



            Store Default Currency: the currency you accept for payment.



            Store Default Language: your primary language.



            Expand Advanced Modules Configuration: (you can set it on your own or let it as default)



            Select the checkbox of each module you want to install or mark select all checkbox to install the module you need.



            That is step 4, tap next to go to step 5.



            Step 5: Create Admin Account



            Before you start Magento 2 installation process, you need to create your own admin account.



            Enter the following fields:



            New Username



            New E-Mail



            New Password



            Confirm Password



            Check the information again for sure. Then Next.



            Step 6: Install: Final step of Magento 2 installation wizard



            Click on Install Now and wait until the process is done.






            share|improve this answer























              Your Answer








              StackExchange.ready(function() {
              var channelOptions = {
              tags: "".split(" "),
              id: "479"
              };
              initTagRenderer("".split(" "), "".split(" "), channelOptions);

              StackExchange.using("externalEditor", function() {
              // Have to fire editor after snippets, if snippets enabled
              if (StackExchange.settings.snippets.snippetsEnabled) {
              StackExchange.using("snippets", function() {
              createEditor();
              });
              }
              else {
              createEditor();
              }
              });

              function createEditor() {
              StackExchange.prepareEditor({
              heartbeatType: 'answer',
              autoActivateHeartbeat: false,
              convertImagesToLinks: false,
              noModals: true,
              showLowRepImageUploadWarning: true,
              reputationToPostImages: null,
              bindNavPrevention: true,
              postfix: "",
              imageUploader: {
              brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
              contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
              allowUrls: true
              },
              onDemand: true,
              discardSelector: ".discard-answer"
              ,immediatelyShowMarkdownHelp:true
              });


              }
              });














              draft saved

              draft discarded


















              StackExchange.ready(
              function () {
              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f259366%2fbest-way-to-magento-2-installation%23new-answer', 'question_page');
              }
              );

              Post as a guest















              Required, but never shown

























              2 Answers
              2






              active

              oldest

              votes








              2 Answers
              2






              active

              oldest

              votes









              active

              oldest

              votes






              active

              oldest

              votes









              1














              Best way to Composer you can follow below link :



              https://www.goivvy.com/blog/magento-2-upgrade






              share|improve this answer




























                1














                Best way to Composer you can follow below link :



                https://www.goivvy.com/blog/magento-2-upgrade






                share|improve this answer


























                  1












                  1








                  1







                  Best way to Composer you can follow below link :



                  https://www.goivvy.com/blog/magento-2-upgrade






                  share|improve this answer













                  Best way to Composer you can follow below link :



                  https://www.goivvy.com/blog/magento-2-upgrade







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered 46 mins ago









                  Rakesh DongaRakesh Donga

                  59711




                  59711

























                      0














                      You have missed another option called Web setup wizard.



                      You can download latest version of Magento 2 from magento open source section from magento.com without sample data.



                      Open source download page link https://magento.com/tech-resources/download



                      First option Full Release (ZIP with no Sample Data) is very suitable for migration as its not have any initial data.



                      Upload it to your server exract it in web root of your server generally public_html or www folder.



                      After extracting magento application zip in your webroot open url assigned to web root in simple your website url.



                      A web setup wizard is guide to install Magento 2.



                      Steps should be like that.



                      Step 1: Readiness Check



                      This step decides your system is available to install Magento 2 or not.



                      Step 2: Add your database



                      You have to enter all the database information here.



                      Step 3: Web Configuration



                      This step you have to set up some Web configuration.



                      Your Store Address: Full URL of your Magento 2 store



                      Magento Admin Address: Backend url handle



                      Expand Advanced Options and enter the following fields:



                      HTTPS Options: Mark the checkbox to Use HTTPS for Magento Storefront or Use HTTPS for Magento Admin



                      Apache Rewrites: Mark the checkbox to enable your server



                      Encryption Key: You can use a Magento generated key or your own encryption key.



                      Step 4: Customize Your Store



                      After your web was configured, your store is the next step.



                      Set the information below:



                      Sample Data Mark the Use Sample Data checkbox if you want to use demo data.



                      Store Default Time Zone: your time zone locate



                      Store Default Currency: the currency you accept for payment.



                      Store Default Language: your primary language.



                      Expand Advanced Modules Configuration: (you can set it on your own or let it as default)



                      Select the checkbox of each module you want to install or mark select all checkbox to install the module you need.



                      That is step 4, tap next to go to step 5.



                      Step 5: Create Admin Account



                      Before you start Magento 2 installation process, you need to create your own admin account.



                      Enter the following fields:



                      New Username



                      New E-Mail



                      New Password



                      Confirm Password



                      Check the information again for sure. Then Next.



                      Step 6: Install: Final step of Magento 2 installation wizard



                      Click on Install Now and wait until the process is done.






                      share|improve this answer




























                        0














                        You have missed another option called Web setup wizard.



                        You can download latest version of Magento 2 from magento open source section from magento.com without sample data.



                        Open source download page link https://magento.com/tech-resources/download



                        First option Full Release (ZIP with no Sample Data) is very suitable for migration as its not have any initial data.



                        Upload it to your server exract it in web root of your server generally public_html or www folder.



                        After extracting magento application zip in your webroot open url assigned to web root in simple your website url.



                        A web setup wizard is guide to install Magento 2.



                        Steps should be like that.



                        Step 1: Readiness Check



                        This step decides your system is available to install Magento 2 or not.



                        Step 2: Add your database



                        You have to enter all the database information here.



                        Step 3: Web Configuration



                        This step you have to set up some Web configuration.



                        Your Store Address: Full URL of your Magento 2 store



                        Magento Admin Address: Backend url handle



                        Expand Advanced Options and enter the following fields:



                        HTTPS Options: Mark the checkbox to Use HTTPS for Magento Storefront or Use HTTPS for Magento Admin



                        Apache Rewrites: Mark the checkbox to enable your server



                        Encryption Key: You can use a Magento generated key or your own encryption key.



                        Step 4: Customize Your Store



                        After your web was configured, your store is the next step.



                        Set the information below:



                        Sample Data Mark the Use Sample Data checkbox if you want to use demo data.



                        Store Default Time Zone: your time zone locate



                        Store Default Currency: the currency you accept for payment.



                        Store Default Language: your primary language.



                        Expand Advanced Modules Configuration: (you can set it on your own or let it as default)



                        Select the checkbox of each module you want to install or mark select all checkbox to install the module you need.



                        That is step 4, tap next to go to step 5.



                        Step 5: Create Admin Account



                        Before you start Magento 2 installation process, you need to create your own admin account.



                        Enter the following fields:



                        New Username



                        New E-Mail



                        New Password



                        Confirm Password



                        Check the information again for sure. Then Next.



                        Step 6: Install: Final step of Magento 2 installation wizard



                        Click on Install Now and wait until the process is done.






                        share|improve this answer


























                          0












                          0








                          0







                          You have missed another option called Web setup wizard.



                          You can download latest version of Magento 2 from magento open source section from magento.com without sample data.



                          Open source download page link https://magento.com/tech-resources/download



                          First option Full Release (ZIP with no Sample Data) is very suitable for migration as its not have any initial data.



                          Upload it to your server exract it in web root of your server generally public_html or www folder.



                          After extracting magento application zip in your webroot open url assigned to web root in simple your website url.



                          A web setup wizard is guide to install Magento 2.



                          Steps should be like that.



                          Step 1: Readiness Check



                          This step decides your system is available to install Magento 2 or not.



                          Step 2: Add your database



                          You have to enter all the database information here.



                          Step 3: Web Configuration



                          This step you have to set up some Web configuration.



                          Your Store Address: Full URL of your Magento 2 store



                          Magento Admin Address: Backend url handle



                          Expand Advanced Options and enter the following fields:



                          HTTPS Options: Mark the checkbox to Use HTTPS for Magento Storefront or Use HTTPS for Magento Admin



                          Apache Rewrites: Mark the checkbox to enable your server



                          Encryption Key: You can use a Magento generated key or your own encryption key.



                          Step 4: Customize Your Store



                          After your web was configured, your store is the next step.



                          Set the information below:



                          Sample Data Mark the Use Sample Data checkbox if you want to use demo data.



                          Store Default Time Zone: your time zone locate



                          Store Default Currency: the currency you accept for payment.



                          Store Default Language: your primary language.



                          Expand Advanced Modules Configuration: (you can set it on your own or let it as default)



                          Select the checkbox of each module you want to install or mark select all checkbox to install the module you need.



                          That is step 4, tap next to go to step 5.



                          Step 5: Create Admin Account



                          Before you start Magento 2 installation process, you need to create your own admin account.



                          Enter the following fields:



                          New Username



                          New E-Mail



                          New Password



                          Confirm Password



                          Check the information again for sure. Then Next.



                          Step 6: Install: Final step of Magento 2 installation wizard



                          Click on Install Now and wait until the process is done.






                          share|improve this answer













                          You have missed another option called Web setup wizard.



                          You can download latest version of Magento 2 from magento open source section from magento.com without sample data.



                          Open source download page link https://magento.com/tech-resources/download



                          First option Full Release (ZIP with no Sample Data) is very suitable for migration as its not have any initial data.



                          Upload it to your server exract it in web root of your server generally public_html or www folder.



                          After extracting magento application zip in your webroot open url assigned to web root in simple your website url.



                          A web setup wizard is guide to install Magento 2.



                          Steps should be like that.



                          Step 1: Readiness Check



                          This step decides your system is available to install Magento 2 or not.



                          Step 2: Add your database



                          You have to enter all the database information here.



                          Step 3: Web Configuration



                          This step you have to set up some Web configuration.



                          Your Store Address: Full URL of your Magento 2 store



                          Magento Admin Address: Backend url handle



                          Expand Advanced Options and enter the following fields:



                          HTTPS Options: Mark the checkbox to Use HTTPS for Magento Storefront or Use HTTPS for Magento Admin



                          Apache Rewrites: Mark the checkbox to enable your server



                          Encryption Key: You can use a Magento generated key or your own encryption key.



                          Step 4: Customize Your Store



                          After your web was configured, your store is the next step.



                          Set the information below:



                          Sample Data Mark the Use Sample Data checkbox if you want to use demo data.



                          Store Default Time Zone: your time zone locate



                          Store Default Currency: the currency you accept for payment.



                          Store Default Language: your primary language.



                          Expand Advanced Modules Configuration: (you can set it on your own or let it as default)



                          Select the checkbox of each module you want to install or mark select all checkbox to install the module you need.



                          That is step 4, tap next to go to step 5.



                          Step 5: Create Admin Account



                          Before you start Magento 2 installation process, you need to create your own admin account.



                          Enter the following fields:



                          New Username



                          New E-Mail



                          New Password



                          Confirm Password



                          Check the information again for sure. Then Next.



                          Step 6: Install: Final step of Magento 2 installation wizard



                          Click on Install Now and wait until the process is done.







                          share|improve this answer












                          share|improve this answer



                          share|improve this answer










                          answered 27 mins ago









                          Aman AlamAman Alam

                          911519




                          911519






























                              draft saved

                              draft discarded




















































                              Thanks for contributing an answer to Magento Stack Exchange!


                              • Please be sure to answer the question. Provide details and share your research!

                              But avoid



                              • Asking for help, clarification, or responding to other answers.

                              • Making statements based on opinion; back them up with references or personal experience.


                              To learn more, see our tips on writing great answers.




                              draft saved


                              draft discarded














                              StackExchange.ready(
                              function () {
                              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f259366%2fbest-way-to-magento-2-installation%23new-answer', 'question_page');
                              }
                              );

                              Post as a guest















                              Required, but never shown





















































                              Required, but never shown














                              Required, but never shown












                              Required, but never shown







                              Required, but never shown

































                              Required, but never shown














                              Required, but never shown












                              Required, but never shown







                              Required, but never shown







                              Popular posts from this blog

                              Polycentropodidae

                              Magento 2 Error message: Invalid state change requested

                              Paulmy