From 7d73cefdb59371de5a32a253c87229c9fda1d761 Mon Sep 17 00:00:00 2001 From: AcuGIS Date: Wed, 10 Jul 2024 20:20:22 +0000 Subject: [PATCH] Update docs/source/install.rst --- docs/source/install.rst | 40 +++++++++++++++++++++++++++++++--------- 1 file changed, 31 insertions(+), 9 deletions(-) diff --git a/docs/source/install.rst b/docs/source/install.rst index 826ba75..3619b06 100644 --- a/docs/source/install.rst +++ b/docs/source/install.rst @@ -3,21 +3,43 @@ Install .. _installation: -Installation +Installers ------------ -To use Lumache, first install it using pip: +If you plan to use SSL, be sure to set the hostname .. code-block:: console - $ hostnamectl set-hostname qpod.webgis1.com - $ git clone https://github.com/AcuGIS/quartzmap.git - $ cd quartzmap - $ ./installer/postgres.sh - $ ./installer/app-install.sh + $ hostnamectl set-hostname qpod.webgis1.com + -More ----------------- +Installer scripts are available in the install directory and should be called from the base directory. + +Download QuartzMap or use Git. + +Change to the quartzmap directory + +.. code-block:: console + + $ git clone https://github.com/AcuGIS/quartzmap.git + $ cd quartzmap + +If PostgreSQL is not installed, install it using /installer/postgres.sh + +.. code-block:: console + + $ ./installer/postgres.sh + + +Run the installer: + +.. code-block:: console + + $ ./installer/app-install.sh + + +Manual Installation +------------------- To retrieve a list of random ingredients, you can use the ``lumache.get_random_ingredients()`` function: