Update alignment

This commit is contained in:
Vague Rabbit 2021-01-28 21:12:52 -08:00
parent b9ab8cac67
commit c2222a5a79

View file

@ -1,6 +1,6 @@
![Deploy Saleor](https://raw.githubusercontent.com/thewhiterabbit/Deploy_Saleor/main/resources/images/deploy-saleor.png)
<h1 class="center"><a href="https://github.com/thewhiterabbit/Deploy_Saleor">Deploy Saleor</a></h1>
<h2 class="center">A bash script for Production Deployment of <a href="https://github.com/mirumee/saleor">Saleor</a></h2>
<h1 align="center"><a href="https://github.com/thewhiterabbit/Deploy_Saleor">Deploy Saleor</a></h1>
<h2 align="center">A bash script for Production Deployment of <a href="https://github.com/mirumee/saleor">Saleor</a></h2>
<hr>
<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>