From 5b43483b42d652d41dfe75c550123a8e7bd5dfb0 Mon Sep 17 00:00:00 2001 From: AcuGIS Date: Tue, 26 Mar 2024 16:53:19 +0000 Subject: [PATCH] Update docs/source/install.rst --- docs/source/install.rst | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/source/install.rst b/docs/source/install.rst index af10fb5..5158b01 100644 --- a/docs/source/install.rst +++ b/docs/source/install.rst @@ -1,11 +1,13 @@ Install ======= -GeoSync is installed using the included installation script. +QuartzMap is installed using the included installation scripts. The script will attempt to provision an SSL certificate using Certbot. -Ensure that your hostname is properly set. If not set the hostname using 'hostnamectl set-hostname domain.com' +.. warning:: + Ensure that your hostname is properly set. If not set the hostname using 'hostnamectl set-hostname domain.com' + Basic Install ------------ @@ -14,9 +16,9 @@ Clone the repository:: git clone https://git.acugis.com/AcuGIS/GeoSync.git -Change to the GeoSync directory:: +Change to the quartz directory:: - cd GeoSync + cd quartz Execute the scripts in order::