Update docs/source/install.rst
This commit is contained in:
parent
90bba679db
commit
5b43483b42
docs/source
|
@ -1,11 +1,13 @@
|
||||||
Install
|
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.
|
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
|
Basic Install
|
||||||
------------
|
------------
|
||||||
|
@ -14,9 +16,9 @@ Clone the repository::
|
||||||
|
|
||||||
git clone https://git.acugis.com/AcuGIS/GeoSync.git
|
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::
|
Execute the scripts in order::
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue