Bagisto Forum

    Bagisto

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

    How to install?

    Installing Bagisto
    3
    3
    1986
    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.
    • B
      bagisto-mogul Banned last edited by

      Requirements:

      • OS: Ubuntu 16.04 LTS or higher.
      • SERVER: Apache 2 or NGINX
      • RAM: 2 GB or higer.
      • PHP: 7.1.17 or higher.
      • Processor: Clock Cycle 1Ghz or higher.
      • Mysql: 5.7.23 or higher.
      • Node: 8.11.3 LTS or higher.
      • Composer: 1.6.5 or higher.

      1. Configuration:

      Run this Command to download the project on to your local machine or server:

      composer create-project bagisto/bagisto
      

      if the above command's process was successful, you will find directory bagisto and all of the code will be inside it.

      After it set your .env variable, especially the ones below:

      • APP_URL
      • DB_CONNECTION
      • DB_HOST
      • DB_PORT
      • DB_DATABASE
      • DB_USERNAME
      • DB_PASSWORD

      Although you have to set the mailer variables also for full functioning of your store for sending emails at various events by
      default.

      2.Installation:

      1. Run the Command

      php artisan migrate
      

      2. Run the Command

      php artisan db:seed
      

      3. Run the Command

      php artisan vendor:publish
      
      -> Press 0 and then press enter to publish all assets and configurations.
      

      4. Run the Command

      php artisan storage:link
      

      That's it, now just execute the project on your specified domain entry point pointing to public folder inside installation directory.

      1 Reply Last reply Reply Quote 0
      • B
        Bharti last edited by

        "composer create-project bagisto/bagisto"

        [InvalidArgumentException]
        Could not find package bagisto/bagisto with stability stable in a version installable using your PHP version, PHP e
        xtensions and Composer version.

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

          @Bharti
          Kindly upgrade your php version 7.4 with latest composer version 2

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