make pretty text
This commit is contained in:
parent
9550e59322
commit
a44f475f1e
1 changed files with 4 additions and 3 deletions
|
@ -4,9 +4,6 @@
|
||||||
<hr>
|
<hr>
|
||||||
<h3>Description</h2>
|
<h3>Description</h2>
|
||||||
<p>This script set intends to install and setup specific dependancies, <a href="https://github.com/mirumee/saleor">Saleor</a>, and <a href="https://github.com/mirumee/saleor-dashboard">Saleor Dashboard</a> 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.</p>
|
<p>This script set intends to install and setup specific dependancies, <a href="https://github.com/mirumee/saleor">Saleor</a>, and <a href="https://github.com/mirumee/saleor-dashboard">Saleor Dashboard</a> 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.</p>
|
||||||
|
|
||||||
<h3>Contribution</h3>
|
|
||||||
<p>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.</p>
|
|
||||||
<hr>
|
<hr>
|
||||||
<h3>Install & Dependancy List</h3>
|
<h3>Install & Dependancy List</h3>
|
||||||
<h4>deploy-saleor.sh installs...</h4>
|
<h4>deploy-saleor.sh installs...</h4>
|
||||||
|
@ -58,9 +55,13 @@ sudo bash Deploy_Saleor/deploy-saleor.sh
|
||||||
sudo bash Deploy_Saleor/deploy-dashboard.sh
|
sudo bash Deploy_Saleor/deploy-dashboard.sh
|
||||||
```
|
```
|
||||||
</ol>
|
</ol>
|
||||||
|
<hr>
|
||||||
<p>Please <a href="https://github.com/thewhiterabbit/Deploy_Saleor/issues">report any errors as an issue</a> so that they can be addressed.</p>
|
<p>Please <a href="https://github.com/thewhiterabbit/Deploy_Saleor/issues">report any errors as an issue</a> so that they can be addressed.</p>
|
||||||
<p>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.</p>
|
<p>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.</p>
|
||||||
<hr>
|
<hr>
|
||||||
|
<h3>Contribution</h3>
|
||||||
|
<p>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.</p>
|
||||||
|
|
||||||
<h3>Awesome Contributors</h3>
|
<h3>Awesome Contributors</h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
|
|
Loading…
Reference in a new issue