]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Moved Installation module to under the Howto module
authornolade <nola.aunger@inkbridge.io>
Wed, 29 Jan 2025 21:56:25 +0000 (16:56 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Fri, 31 Jan 2025 19:03:37 +0000 (14:03 -0500)
 Please enter the commit message for your changes. Lines starting

Howto & Installation modules topo updates

18 files changed:
doc/antora/antora.yml
doc/antora/modules/ROOT/pages/index.adoc
doc/antora/modules/developers/pages/index.adoc
doc/antora/modules/howto/nav.adoc
doc/antora/modules/howto/pages/installation/attribute_names.adoc [moved from doc/antora/modules/installation/pages/attribute_names.adoc with 100% similarity]
doc/antora/modules/howto/pages/installation/debian.adoc [moved from doc/antora/modules/installation/pages/debian.adoc with 100% similarity]
doc/antora/modules/howto/pages/installation/dependencies.adoc [moved from doc/antora/modules/installation/pages/dependencies.adoc with 100% similarity]
doc/antora/modules/howto/pages/installation/index.adoc [moved from doc/antora/modules/installation/pages/index.adoc with 98% similarity]
doc/antora/modules/howto/pages/installation/osx.adoc [moved from doc/antora/modules/installation/pages/osx.adoc with 100% similarity]
doc/antora/modules/howto/pages/installation/packages.adoc [moved from doc/antora/modules/installation/pages/packages.adoc with 100% similarity]
doc/antora/modules/howto/pages/installation/redhat.adoc [moved from doc/antora/modules/installation/pages/redhat.adoc with 100% similarity]
doc/antora/modules/howto/pages/installation/redhat_faq.adoc [moved from doc/antora/modules/installation/pages/redhat_faq.adoc with 100% similarity]
doc/antora/modules/howto/pages/installation/solaris.adoc [moved from doc/antora/modules/installation/pages/solaris.adoc with 100% similarity]
doc/antora/modules/howto/pages/installation/source.adoc [moved from doc/antora/modules/installation/pages/source.adoc with 96% similarity]
doc/antora/modules/howto/pages/installation/suse.adoc [moved from doc/antora/modules/installation/pages/suse.adoc with 100% similarity]
doc/antora/modules/howto/pages/installation/upgrade.adoc [moved from doc/antora/modules/installation/pages/upgrade.adoc with 99% similarity]
doc/antora/modules/installation/nav.adoc
doc/antora/modules/reference/pages/raddb/index.adoc

index 75e29ed5bf18432d7ed635bd5541aaa1682b116c..2ad8d6d9d50185c0145aafc5ff69490752f87d2a 100644 (file)
@@ -13,6 +13,6 @@ nav:
 - modules/concepts/nav.adoc
 - modules/reference/nav.adoc
 - modules/howto/nav.adoc
-- modules/installation/nav.adoc
+#- modules/installation/nav.adoc
 - modules/tutorials/nav.adoc
 - modules/developers/nav.adoc
index d04d192bb9375db7e0df31f5bdbe85ab3f5c8e96..91b75bf000c65e234ab1f4b2d1982e5a6a2d991a 100644 (file)
@@ -40,7 +40,7 @@ desired outcome. At a high level, the subject areas describe:
 * The xref:reference:raddb/index.adoc[configuration files] located in `/etc/raddb/`, or `/etc/freeradius/`
 * The syntax of the xref:reference:unlang/index.adoc[unlang] processing language
 * Various xref:howto:index.adoc[how-to] guides
-* xref:installation:index.adoc[Installing] and xref:installation:upgrade.adoc[upgrading] FreeRADIUS
+* xref:howto:installation/index.adoc[Installing] and xref:howto:installation/upgrade.adoc[upgrading] FreeRADIUS
 * xref:developers:index.adoc[Developer documentation]
 
 This organization means that for example, the `ldap` module will have
@@ -111,7 +111,7 @@ All of these limitations and more have been removed. The downside of
 these changes is that the some of the configuration has been changed.
 
 Administrators who have version 3 and wish to upgrade to version 4
-should read the xref:installation:upgrade.adoc[upgrading] documentation.
+should read the  xref:howto:installation/upgrade.adoc[upgrading] documentation.
 That documentation explains the differences between the two versions, and
 how an existing configuration can be reproduced in the latest
 release. We do _not_ recommend using version 3 configuration files
@@ -128,7 +128,7 @@ has been released.  Packages for older releases are also available for
 historical purposes.
 
 FreeRADIUS can also be installed from the source code.  Please see the
-xref:installation:index.adoc[installation guide] for instructions.
+ xref:howto:installation/index.adoc[installation guide] for instructions.
 
 WARNING: Many Operating System distributions ship versions of FreeRADIUS
 which are years out of date. Those versions may contain bugs which have
index 1fecdda0027ca49f273b2198472aadd0c5d13028..660c08d446734f54b2de6f20999129b0786af624 100644 (file)
@@ -57,5 +57,5 @@ RFC2139(http://www.freeradius.org/rfc/rfc2139.txt)
 ** xref:sbuff-parsing.adoc[Parsing with string buffers]
 ** xref:sbuff-ng.adoc[Sbuff issues]
 
-Also see the xref:installation:dependencies.adoc[build
+Also see the  xref:howto:installation/dependencies.adoc[build
 dependencies] page.
index 49d7318f34633ee2407b59902f2d4ff9275ae7fd..22d70ec8fdf88034d1f3ccb9fbe0c553e64971e8 100644 (file)
@@ -1,4 +1,15 @@
 * xref:index.adoc[Howto Guides]
+
+** xref:howto:installation/index.adoc[Installing and upgrading]
+*** xref:howto:installation/packages.adoc[Install from packages]
+*** xref:howto:installation/dependencies.adoc[Dependencies]
+*** xref:howto:installation/source.adoc[Build from source]
+*** xref:howto:installation/upgrade.adoc[Upgrading from v3 to v4]
+*** xref:howto:installation/attribute_names.adoc[Attribute name changes from v3 to v4]
+*** Building Packages
+**** xref:howto:installation/debian.adoc[Debian and Ubuntu]
+**** xref:howto:installation/redhat.adoc[RedHat and CentOS]
+
 ** Modules
 *** xref:modules/configuring_modules.adoc[Configuring Modules]
 *** xref:modules/chap/index.adoc[CHAP]
similarity index 98%
rename from doc/antora/modules/installation/pages/index.adoc
rename to doc/antora/modules/howto/pages/installation/index.adoc
index 4f9f726daa33041d62fe723ce34133f2a5821282..70e68ba34a8d4a1ba239079d300a92fc425e6c22 100644 (file)
@@ -2,8 +2,8 @@
 
 FreeRADIUS is available from multiple sources:
 
-* Official xref:packages.adoc[Network RADIUS packages]
-* xref:source.adoc[Source code]
+* Official xref:howto:installation/packages.adoc[Network RADIUS packages]
+* xref:howto:installation/source.adoc[Source code]
 * Many Operating System distributions
 
 We highly recommend using the official packages from Network
similarity index 96%
rename from doc/antora/modules/installation/pages/source.adoc
rename to doc/antora/modules/howto/pages/installation/source.adoc
index d43d4ebd48fe2eed2facd4bffaed7a923fadc6ab..92242accf9176c6b416a5470721f7b010b445c93 100644 (file)
@@ -1,10 +1,10 @@
 == Building from Source
 
-We recommend xref:packages.adoc[installing from packages] if
+We recommend xref:howto:installation/packages.adoc[installing from packages] if
 possible. Full instructions on building and installing from source
 code follow.
 
-The mandatory xref:installation:dependencies.adoc[dependencies]
+The mandatory  xref:howto:installation/dependencies.adoc[dependencies]
 must be installed before FreeRADIUS can be built. These dependencies
 are `libtalloc` and `libkqueue`, which FreeRADIUS uses for memory
 management, and platform-independent event handling.
@@ -75,7 +75,7 @@ this may cause undesired behavior and failure to operate correctly.
 
 The initial output from running in debugging mode (`radiusd -X`)
 will tell you which configuration files are being used. See
-xref:installation:upgrade.adoc[Upgrading] for information about
+ xref:howto:installation/upgrade.adoc[Upgrading] for information about
 upgrading from older versions. There _may_ be changes in the
 dictionary files which are required for a new version of the
 software. These files will not be installed over your current
@@ -104,7 +104,7 @@ major versions of the server. (For example - version 2 to version 3, or
 version 3 to version 4.
 
 For details on what has changed between the version, see the
-xref:installation:upgrade.adoc[upgrade] guide.
+ xref:howto:installation/upgrade.adoc[upgrade] guide.
 
 We _strongly_ recommend that new major versions be installed in a
 different location than any existing installations. Any local policies
similarity index 99%
rename from doc/antora/modules/installation/pages/upgrade.adoc
rename to doc/antora/modules/howto/pages/installation/upgrade.adoc
index 1c01f08c488b35845e5631e6030608fff59b3687..00e75fb29aa7deac1eb5d0e1637d29e283e53638 100644 (file)
@@ -36,7 +36,7 @@ the next change.  If the changes do not work, either keep at it, or
 move to a different portion of the configuration
 
 All of the attribute names used in v3 have been changed in v4.  Please
-see the xref:attribute_names.adoc[attribute names] document for more
+see the xref:howto:installation/attribute_names.adoc[attribute names] document for more
 information.  This change was necessary in order to support the new
 "grouped" attributes, which are required for DHCPv6 and other
 protocols.
index 36fc56b6e2a0378e715773d3b69acf3b4857c27c..ed11fb9f82d7347587d2bffb90bb858502e8ffce 100644 (file)
@@ -1,9 +1,9 @@
-* xref:index.adoc[Installing and upgrading]
-** xref:packages.adoc[Install from packages]
-** xref:dependencies.adoc[Dependencies]
-** xref:source.adoc[Build from source]
-** xref:upgrade.adoc[Upgrading from v3 to v4]
-** xref:attribute_names.adoc[Attribute name changes from v3 to v4]
+* xref:howto:installation/index.adoc[Installing and upgrading]
+** xref:howto:installation/packages.adoc[Install from packages]
+** xref:howto:installation/dependencies.adoc[Dependencies]
+** xref:howto:installation/source.adoc[Build from source]
+** xref:howto:installation/upgrade.adoc[Upgrading from v3 to v4]
+** xref:howto:installation/attribute_names.adoc[Attribute name changes from v3 to v4]
 ** Building Packages
-*** xref:debian.adoc[Debian and Ubuntu]
-*** xref:redhat.adoc[RedHat and CentOS]
+*** xref:howto:installation/debian.adoc[Debian and Ubuntu]
+*** xref:howto:installation/redhat.adoc[RedHat and CentOS]
index d20b94b42102751ae3ac71097233da9e89a8f4b5..3da86cef9f81d8714a9395e6473500f0cd1ce769 100644 (file)
@@ -98,7 +98,7 @@ Note that unlike v3, there are no longer any `authorize`,
 been renamed. This change was necessary in order to simplify the
 operation of the server, and to better support multiple protocols.
 
-Please see the xref:installation:upgrade.adoc[upgrade] file for more
+Please see the  xref:howto:installation/upgrade.adoc[upgrade] file for more
 information about these changes.
 
 The `sites-available/` directory contains many files. Each file is a