Update docs/source/install.rst

This commit is contained in:
AcuGIS 2024-07-25 13:36:43 +00:00
parent 7f545f720e
commit ad41443a30
1 changed files with 9 additions and 0 deletions

View File

@ -37,6 +37,15 @@ Installer scripts are available in the install directory and should be called fr
$ git clone https://github.com/AcuGIS/quartzmap-web-client.git $ git clone https://github.com/AcuGIS/quartzmap-web-client.git
$ cd quartzmap-web-client $ cd quartzmap-web-client
Alternatively, you can simply download the binary and unzip:
.. code-block:: console
wget https://github.com/AcuGIS/quartzmap-web-client/releases/download/2.1.0/quartzmap-web-client-2.1.0.zip
unzip -q quartzmap-web-client-2.1.0.zip
cd quartzmap-web-client-2.1.0
If PostgreSQL is not installed, install it using /installer/postgres.sh If PostgreSQL is not installed, install it using /installer/postgres.sh
.. code-block:: console .. code-block:: console