Update docs/source/install.rst

This commit is contained in:
AcuGIS 2024-03-26 16:56:55 +00:00
parent 5b43483b42
commit 4400cea9c8
1 changed files with 9 additions and 10 deletions

View File

@ -12,24 +12,25 @@ The script will attempt to provision an SSL certificate using Certbot.
Basic Install Basic Install
------------ ------------
Clone the repository:: Clone the repository
.. code-block:: bash
git clone https://git.acugis.com/AcuGIS/GeoSync.git git clone https://git.acugis.com/AcuGIS/GeoSync.git
Change to the quartz directory:: Change to the quartz directory
.. code-block:: bash
cd quartz cd quartz
Execute the scripts in order:: Execute the scripts in order::
.. code-block:: bash
$ ./installer/postgres.sh $ ./installer/postgres.sh
$ ./installer/app-install.sh $ ./installer/app-install.sh
Upon completion, you should see the message below::
Backend installation is finished.
Complete setup by navigating to https://domain.com/admin.setup.php to complete the installation. Complete setup by navigating to https://domain.com/admin.setup.php to complete the installation.
.. image:: images/installer-2.png .. image:: images/installer-2.png
@ -53,9 +54,7 @@ If you do not already have it installed, install it now.
.. code-block:: bash .. code-block:: bash
#!/bin/bash -e apt -y install postgresql postgresql-contrib postgis
apt install postgresql postgresql-contrib
Install Prerequisties Install Prerequisties