From 0b524a926ba27259d0415827abbf88668adc2657 Mon Sep 17 00:00:00 2001 From: Vague Rabbit Date: Thu, 28 Jan 2021 21:30:39 -0800 Subject: [PATCH] ^ --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8b56af2..fab32e6 100644 --- a/README.md +++ b/README.md @@ -39,24 +39,25 @@

Instructions

-1. Login as a sodoer and clone this repository into the home directory of the sudo user that will be installing Saleor, and Saleor Desktop. +
    +
  1. Login as a sodoer and clone this repository into the home directory of the sudo user that will be installing Saleor, and Saleor Desktop.
  2. ``` git clone https://github.com/thewhiterabbit/Deploy_Saleor.git ``` -2. With sudo, from the home directory, run the deploy-saleor.sh script first. +
  3. With sudo, from the home directory, run the deploy-saleor.sh script first.
  4. ``` sudo bash Deploy_Saleor/deploy-saleor.sh ``` -3. With sudo, form the home directory, run the deploy-dashboard.sh script. +
  5. With sudo, form the home directory, run the deploy-dashboard.sh script.
  6. ``` sudo bash Deploy_Saleor/deploy-dashboard.sh ``` - +

Please report any errors as an issue so that they can be addressed.

NOTE: If you have already installed & secured PostgreSQL you may get errors because the script may not be able to connect to `psql` and create the required database and user account.