Updated readme

This commit is contained in:
Glenn Hermans 2020-03-03 01:19:22 +01:00 committed by GitHub
parent 28a3f7e56a
commit 9ca147916a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 38 deletions

View File

@ -74,11 +74,11 @@ Take advantage of two of the hottest frameworks used in this project -- Laravel
### Installation and Configuration
**1. Try our new GUI installer to install Bagisto:**
**1. You can install Bagisto by using the GUI installer.**
##### a. Download zip from the link below:
[Download](https://github.com/bagisto/bagisto/archive/v0.1.6.zip)
[Download the latest release](https://github.com/bagisto/bagisto/releases/latest)
##### b. Extract the contents of zip and execute the project in your browser:
@ -92,7 +92,7 @@ or
http(s)://example.com/public
~~~
**2. Try our old fashioned way to install Bagisto:**
**2. Or you can install Bagisto from your console.**
##### Execute these commands below, in order
@ -100,44 +100,10 @@ http(s)://example.com/public
1. composer create-project bagisto/bagisto
~~~
**Now, configure your database:**
If the above command was completed successfully, then you'll find directory **bagisto** with all of the code inside it.
Find file **.env** inside **bagisto** directory and set the environment variables listed below:
* **APP_URL**
* **DB_CONNECTION**
* **DB_HOST**
* **DB_PORT**
* **DB_DATABASE**
* **DB_USERNAME**
* **DB_PASSWORD**
Mailer environment variables are also required to be set up. This is because **Bagisto** needs to send emails to customers and admins depending on what events require notification.
~~~
2. php artisan migrate
2. php artisan bagisto:install
~~~
~~~
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
~~~
**To execute Bagisto**:
##### On server: