From a44f475f1e8d231bae488bd8b427028784bc6b4d Mon Sep 17 00:00:00 2001 From: Vague Rabbit Date: Thu, 28 Jan 2021 21:34:37 -0800 Subject: [PATCH] make pretty text --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ee14d16..2832101 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,6 @@

Description

This script set intends to install and setup specific dependancies, Saleor, and Saleor Dashboard for a production environment. It is assumed that you have already installed Nginx, PHP 7.4, and have some general understanding of the settings.py file and how to setup email outside of this script. Email setup will be added in future versions of this script. This is the initial public release for alpha testing on Ubuntu 20.04 systems.

- -

Contribution

-

If you want to contribute to this script set, please clone the repository, make your desired upgrades, updates, or fixes, and submit a pull request with documentation of your upgrades, updates, or fixes. Your contributions will be added to a list appended to this readme file and are very much appreciated.


Install & Dependancy List

deploy-saleor.sh installs...

@@ -58,9 +55,13 @@ sudo bash Deploy_Saleor/deploy-saleor.sh 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.


+

Contribution

+

If you want to contribute to this script set, please clone the repository, make your desired upgrades, updates, or fixes, and submit a pull request with documentation of your upgrades, updates, or fixes. Your contributions will be added to a list appended to this readme file and are very much appreciated.

+

Awesome Contributors