This commit is contained in:
Vague Rabbit 2021-01-28 21:27:46 -08:00
parent bb8905dde9
commit e10b76ad3b

View file

@ -40,14 +40,19 @@
<hr> <hr>
<h3>Instructions</h3> <h3>Instructions</h3>
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.
``` ```
git clone https://github.com/thewhiterabbit/Deploy_Saleor.git git clone https://github.com/thewhiterabbit/Deploy_Saleor.git
``` ```
2. With sudo, from the home directory, run the deploy-saleor.sh script first. 2. With sudo, from the home directory, run the deploy-saleor.sh script first.
``` ```
sudo bash Deploy_Saleor/deploy-saleor.sh sudo bash Deploy_Saleor/deploy-saleor.sh
``` ```
3. With sudo, form the home directory, run the deploy-dashboard.sh script. 3. With sudo, form the home directory, run the deploy-dashboard.sh script.
``` ```
sudo bash Deploy_Saleor/deploy-dashboard.sh sudo bash Deploy_Saleor/deploy-dashboard.sh
``` ```