From 308f8a41d2e7558438ffea195e15e8a0243193a3 Mon Sep 17 00:00:00 2001 From: Prashant Singh Date: Tue, 5 Feb 2019 17:15:17 +0530 Subject: [PATCH] updated readme --- README.md | 93 +++++++++++++++++++++++++------------------------------ 1 file changed, 42 insertions(+), 51 deletions(-) diff --git a/README.md b/README.md index ae51f948a..41479eef6 100755 --- a/README.md +++ b/README.md @@ -13,10 +13,10 @@ # Topics 1. ### [Introduction](#1-introduction-) 2. ### [Requirements](#2-requirements-) -3. ### [Configuration](#3-configuration-) -4. ### [Installation](#4-installation-) -5. ### [License](#5-license-) -6. ### [Miscellaneous](#6-miscellaneous-) +3. ### [Installation & Configuration](#3-configuration-) + +4. ### [License](#4-license-) +5. ### [Miscellaneous](#5-miscellaneous-) ### 1. Introduction : @@ -55,22 +55,54 @@ Bagisto is using power of both of these frameworks and making best out of it out * **SERVER**: Apache 2 or NGINX * **RAM**: 2 GB or higher. * **PHP**: 7.1.17 or higher. -* **Processor**: Clock Cycle 1Ghz or higher. +* **Processor**: Clock Cycle 1 Ghz or higher. * **Mysql**: 5.7.23 or higher. * **Node**: 8.11.3 LTS or higher. * **Composer**: 1.6.5 or higher. -### 3. Configuration : +### 3. Installation & Configuration : -**Run this Command** to download the project on to your local machine or server: +**Execute these Commands Below As In Their Order** to download the project on to your local machine or server: > Note: If you have downloaded zip file then ignore this. ~~~ -composer create-project bagisto/bagisto +1. 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. +~~~ +2. php artisan migrate +~~~ + +~~~ +3. php artisan db:seed +~~~ + +~~~ +4. php artisan vendor:publish +-> Press 0 and then press enter to publish all assets and configurations. +~~~ + +~~~ +5. php artisan storage:link +~~~ + +~~~ +6. composer dump-autoload +~~~ + +> That's it, now just execute the project on your specified domain entry point pointing to public folder inside installation directory. + +> **Note: you can fetch your admin panel by follow below url:** +~~~ +http(s)://example.com/admin/login +~~~ +~~~ +email:admin@example.com +password:admin123 +~~~ + + Press 0 and then press enter to publish all assets and configurations. -~~~ -``` -php artisan storage:link -``` - -``` -composer dump-autoload -``` - -> That's it, now just execute the project on your specified domain entry point pointing to public folder inside installation directory. - -> **Note: you can fetch your admin panel by follow below url:** -~~~ -http(s)://example.com/admin/login -~~~ -~~~ -email:admin@example.com -password:admin123 -~~~ +default. --> ### 5. License : Bagisto is a truly opensource E-Commerce framework which will always be free under the [MIT License](https://github.com/bagisto/bagisto/blob/master/LICENSE).