|
|
|
|
@ -12,24 +12,25 @@ The script will attempt to provision an SSL certificate using Certbot.
|
|
|
|
|
Basic Install
|
|
|
|
|
------------
|
|
|
|
|
|
|
|
|
|
Clone the repository::
|
|
|
|
|
Clone the repository
|
|
|
|
|
|
|
|
|
|
.. code-block:: bash
|
|
|
|
|
|
|
|
|
|
git clone https://git.acugis.com/AcuGIS/GeoSync.git
|
|
|
|
|
|
|
|
|
|
Change to the quartz directory::
|
|
|
|
|
Change to the quartz directory
|
|
|
|
|
|
|
|
|
|
.. code-block:: bash
|
|
|
|
|
|
|
|
|
|
cd quartz
|
|
|
|
|
|
|
|
|
|
Execute the scripts in order::
|
|
|
|
|
|
|
|
|
|
.. code-block:: bash
|
|
|
|
|
|
|
|
|
|
$ ./installer/postgres.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.
|
|
|
|
|
|
|
|
|
|
.. image:: images/installer-2.png
|
|
|
|
|
@ -53,9 +54,7 @@ If you do not already have it installed, install it now.
|
|
|
|
|
|
|
|
|
|
.. code-block:: bash
|
|
|
|
|
|
|
|
|
|
#!/bin/bash -e
|
|
|
|
|
|
|
|
|
|
apt install postgresql postgresql-contrib
|
|
|
|
|
apt -y install postgresql postgresql-contrib postgis
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Install Prerequisties
|
|
|
|
|
|