• Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Register
  • Login
Bagisto Forum

Bagisto

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

How to install?

Installing Bagisto
3
3
2.0k
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 23 Nov 2018, 05:04

    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
    • 3 years later
    • B
      Bharti last edited by 15 Jun 2021, 06:56

      "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 16 Jun 2021, 04:59

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

        1 Reply Last reply Reply Quote 0
        3 out of 3
        • First post
          3/3
          Last post