Bagisto Windows Installation Guide
Bagisto Windows Installation Guide
Bagisto Windows Installation Guide
TECHNICAL
DOCUMENTATION
Oluwatobi Odekunle,
Lead Developer.
Bagisto Local Installation Documentation (Windows)
Overview:
Summary:
This documentation explains step by step on how to install the community version of
Bagisto eCommerce solution on your local machine with ease using Laragon.
Purpose:
To be able to run Bagisto eCommerce solution (community version) locally on your PC.
Prerequisites:
For security purposes, Windows will ask you to confirm, just click “Run” to
continue.
Using Composer
Below we are going to describe how you can install the Bagisto by using the composer.
Configuration
● Downloading Bagisto
Using your CMD or CMDER or any other SSH terminal. Navigate to where laragon is
installed. Navigate to the www folder inside laragon. E.g. /laragon/www
Run the command below to download the project on to your local machine or server
In case the composer is not installed in your system, you can also run the composer
commands, by downloading the composer.phar file and put it in the root directory, then
run the command below.
NOTE: You can leave the name of the folder as bagisto-master or change it to your
taste.
composer install
If successfully installed. You can go to the next step. Otherwise, kindly let me know.
1. Go to menu
2. Go to MYSQL
3. Click on phpmyadmin
4. It will automatically open your default browser but if not: Go to your browser and
type: localhost/phpmyadmin
5. Create a database (the name of the project preferably)
Thus follow the below steps to install Bagisto using GUI Installer.
Once the dependencies have been installed after running "composer install" instructed
above, you need to click on the public folder as there in the directory.
https://cdnblog.webkul.com/blog/wp-content/uploads/2019/01/Bagisto-Public-Folder.png
WHY THAT?
Laragon automatically creates a virtual host for any project found inside laragon/www/
In the next step, you need to fill the environment variables, at last Save and Continue.
App Name
Here you need to provide the name for your application or your eCommerce store.
App URL
Here you need to provide the application URL, after hitting which front-end of your store
appears.
Database Connection
Choose the Database Connection that you will be using in the Database Connection.
Database Port
Here you need to provide the port number of the database that you will use. Most times
it is always 3306 as the default value.
Database Host
Provide database hostname to connect your site to your database. Default value:
127.0.0.1 but you can choose any host you want.
Database Name
Provide the name for the database that you have created for the store. You need to
have a database created already. Just provide the name.
Username
Password
Here you also need to provide the password for the database server.
Next, you will need to click on the Migrate and Seed button to perform successful
migration and also for loading test data in the tables.
Once the Migration and Seeder operation is completed, click on the Continue button.
https://cdnblog.webkul.com/blog/wp-content/uploads/2019/01/migration.png
At last, you will be needed to provide Admin details for your eCommerce store.
Click on Finish after the installation has been over and you will be redirected to the Sign
In Page, where you will provide the admin details to check the admin panel.
CONCLUSION
Kindly let me know if you have any issue during the installation. Thanks.