From da84f49cf17672c0a624526053129dbb5c7760e6 Mon Sep 17 00:00:00 2001 From: Prashant Singh Date: Tue, 5 Feb 2019 18:16:21 +0530 Subject: [PATCH] installer description added in readme --- README.md | 30 +++++++++++++++++++++++++++--- 1 file changed, 27 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8224dfe25..d99cb7cd1 100755 --- a/README.md +++ b/README.md @@ -62,7 +62,27 @@ Bagisto is using power of both of these frameworks and making best out of it out ### 3. Installation & Configuration : -**Execute these Commands Below As In Their Order** +**1. Try our new GUI installer to install the Bagisto** + +#### 1. Download zip from the link below: + +[Bagisto](https://github.com/bagisto/bagisto/archive/v0.1.4.zip) + +#### 2. Extract the contents of zip and execute the project in browser: + +~~~ +http(s)://localhost/bagisto/public +~~~ + +or + +~~~ +http(s)://example.com/public +~~~ + +**2. Try our old fashioned way to install Bagisto** + +***Execute these commands below as in their order*** ~~~ 1. composer create-project bagisto/bagisto @@ -119,15 +139,19 @@ On local: php artisan serve ~~~ -*How to log in as admin* +**How to log in as admin:** -> *http(s)://example.com/admin/login:* +> *http(s)://example.com/admin/login* ~~~ email:admin@example.com password:admin123 ~~~ +**How to log in as customer:** + +*You can directly register as customer and then login.* + > *http(s)://example.com/customer/register*