Home / Installation /

Bagisto Installation Guide

Bagisto Installation Guide

avatar
Glenn Hermans

16 Dec, 2023 · 3 min read

Bagisto is a powerful open-source eCommerce platform. Follow the steps below to install Bagisto on your server:

Step 1: Prerequisites

Make sure your server meets the following requirements:

  • PHP >= 8.1
  • Composer
  • BCMath PHP Extension
  • Ctype PHP Extension
  • JSON PHP Extension
  • Mbstring PHP Extension
  • OpenSSL PHP Extension
  • PDO PHP Extension
  • Tokenizer PHP Extension
  • XML PHP Extension
  • MySQL / MariaDB

Step 2: Clone the Repository

Clone the Bagisto repository to your server:

git clone https://github.com/bagisto/bagisto.git

Step 3: Install Dependencies

Navigate to the project directory and install the dependencies using Composer:

cd bagisto && composer install

Step 4: Install Bagisto

Install Bagisto by running the following command:

php artisan bagisto:install

Step 5: Access Bagisto

Visit your Bagisto installation in the browser and complete the installation:

https://your-domain.com

Conclusion

Congratulations! You have successfully installed Bagisto on your server.
Remember to explore Bagisto's rich features and customization options to tailor it to your specific needs.

If you ever encounter challenges or wish to delve deeper into Bagisto's capabilities, consult the documentation. The Bagisto community is also a valuable resource for support and insights.

Or contact our support team for further assistance.

Your eCommerce journey with Bagisto begins now. Happy selling!