Update docs/source/install.rst
This commit is contained in:
parent
7f545f720e
commit
ad41443a30
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue