Skip to content

Commit f4e7d8f

Browse files
committed
fix: rename of file (non-py3)
1 parent 478ac9a commit f4e7d8f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docs/source/AdministratorGuide/ServerInstallations/InstallingDiracServer.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,10 @@ In addition to the root/admin user(s) the following users must be created, with
220220
Primary server installation
221221
---------------------------
222222

223+
.. set highlighting to python console input/output
224+
.. highlight:: none
225+
226+
223227
The installation consists of setting up a set of services, agents and databases for the
224228
required DIRAC functionality. The SystemAdministrator interface can be used later to complete
225229
the installation by setting up additional components. The following steps should
@@ -337,7 +341,7 @@ be taken based on the Python version you wish to install.
337341

338342
or You can download the full server installation from::
339343

340-
$ curl https://github.com/DIRACGrid/DIRAC/raw/integration/src/DIRAC/Core/scripts/install_full_py3.cfg -o install.cfg
344+
$ curl https://github.com/DIRACGrid/DIRAC/raw/integration/src/DIRAC/Core/scripts/install_full.cfg -o install.cfg
341345

342346
- Run install_site.sh giving the edited configuration file as the argument. The configuration file must have
343347
.cfg extension (CFG file). While not strictly necessary, it's advised that a version is added with the '-v' switch
File renamed without changes.

0 commit comments

Comments
 (0)