Bagisto Forum

    Bagisto

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups

    1.2 installer getting stuck

    Bug Report
    2
    14
    858
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • V
      Vaishali Agarwal last edited by

      Hi @Luc
      would be great if you could mention all the step you follow while installation?

      1 Reply Last reply Reply Quote 0
      • L
        Luc last edited by

        Hi @Vaishali-Agarwal,

        1. I cloned https://github.com/bagisto/bagisto.git locally
        2. I uploaded all files to the webserver
        3. I've run /public/installer
        4. The installer worked fine until it started creating the database however there are 107 tables created.
        1 Reply Last reply Reply Quote 0
        • V
          Vaishali Agarwal last edited by

          @Luc
          can you run the following command from the bagisto root directory

          composer dump-autoload

          And share the screenshot if any error comes while executing this command.

          1 Reply Last reply Reply Quote 0
          • L
            Luc last edited by

            @Vaishali-Agarwal
            No error message
            Screenshot 2020-08-20 at 09.24.27.png

            1 Reply Last reply Reply Quote 0
            • V
              Vaishali Agarwal last edited by

              @Luc
              run the following commands as well

              php artisan migrate
              php artisan db:seed

              then open your project's public folder directory in browser and check the website is working fine?

              1 Reply Last reply Reply Quote 0
              • L
                Luc last edited by

                @Vaishali-Agarwal

                Done this and getting 500 Server Error visiting /public

                1 Reply Last reply Reply Quote 0
                • V
                  Vaishali Agarwal last edited by

                  @Luc
                  go to the .env file and set APP_DEBUG= true , then visit again the /public and share the screenshot of the error.

                  1 Reply Last reply Reply Quote 0
                  • L
                    Luc last edited by

                    Screenshot 2020-08-20 at 10.28.58.png

                    1 Reply Last reply Reply Quote 0
                    • V
                      Vaishali Agarwal last edited by

                      @Luc
                      run this command to generate the key
                      php artisan key:generate

                      1 Reply Last reply Reply Quote 0
                      • L
                        Luc last edited by

                        @Vaishali-Agarwal
                        Done it.
                        Terminal says "succeeded" but nothing was written in .env and still the same error.Screenshot 2020-08-20 at 11.40.38.png

                        1 Reply Last reply Reply Quote 0
                        • V
                          Vaishali Agarwal last edited by

                          @Luc
                          run php artisan config:cache

                          1 Reply Last reply Reply Quote 0
                          • L
                            Luc last edited by

                            @Vaishali-Agarwal
                            Still the same. And there's no key added to .env

                            1 Reply Last reply Reply Quote 0
                            • V
                              Vaishali Agarwal last edited by

                              @Luc
                              as you have installed from .git command so sometimes the app_key is not generated from their.
                              Kindly install again from the zip or download Bagisto from here https://bagisto.com/en/download/

                              1 Reply Last reply Reply Quote 0
                              • First post
                                Last post