Skip to content

Commit 0538388

Browse files
authored
Merge pull request DIRACGrid#8458 from fstagni/docs_fixes_installation
fix: docs fixes for installation
2 parents 0309aba + 7e5bcbf commit 0538388

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

docs/source/AdministratorGuide/HowTo/SystemAdministratorInterface.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,7 @@ Updating the DIRAC installation
254254

255255
The SAC allows to update DIRAC, or its extension, to a version. Use extension_name==version for the DIRAC extension.
256256
A version can be:
257+
257258
* a PEP440 valid version of DIRAC.
258259
* a PEP440 valid version of a DIRAC extension.
259260
* "integration" or "devel" or "master" or "main" would all be interpreted as git+https://github.com/DIRACGrid/DIRAC.git@integration#egg=DIRAC[server]

docs/source/AdministratorGuide/ServerInstallations/InstallingDiracServer.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -333,9 +333,10 @@ be taken based on the Python version you wish to install.
333333
Password = XXXX
334334
# Password for root DB user. Must be set for SystemAdministrator Service to work
335335
RootPwd = YYYY
336-
# location of DB server. Must be set for SystemAdministrator Service to work
337-
Host = localhost # default, otherwise a FQDN
338-
Port = 3306 # default, otherwise the port
336+
# location of DB server. Must be set for SystemAdministrator Service to work. Default is localhost, otherwise a FQDN
337+
Host = localhost
338+
# default Port is 3306
339+
Port = 3306
339340
}
340341
}
341342

0 commit comments

Comments
 (0)