Skip to content
Snippets Groups Projects
Commit 7589d344 authored by Gábor Hojtsy's avatar Gábor Hojtsy
Browse files

#215454 by keith.smith: cleaning up some language in INSTALL.txt

parent ef043ca5
No related branches found
Tags 3.0.0-rc1
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -22,30 +22,31 @@ PostgreSQL have been tested to a lesser extent. When using MySQL, version 4.1.1
or greater is recommended to assure you can safely transfer the database.
For more detailed information about Drupal requirements, see "Requirements"
(http://drupal.org/requirements) in the Drupal Handbook.
(http://drupal.org/requirements) in the Drupal handbook.
For detailed information on how to configure a test server environment using
a variety of operating systems and web servers, see "Local server setup"
(http://drupal.org/node/157602) in the Drupal Handbook.
(http://drupal.org/node/157602) in the Drupal handbook.
OPTIONAL REQUIREMENTS
---------------------
- To use XML-based services such as the Blogger API and RSS syndication,
you will need PHP's XML extension. This extension is enabled by default.
you will need PHP's XML extension. This extension is enabled by default.
- If you want support for clean URLs, you'll need mod_rewrite and the ability
to use local .htaccess files.
- To use Drupal's "Clean URLs" feature on an Apache web server, you will need
the mod_rewrite module and the ability to use local .htaccess files. For
Clean URLs support on IIS, see "Using Clean URLs with IIS"
(http://drupal.org/node/3854) in the Drupal handbook.
- Various Drupal features require that the web server process (for
example, httpd) needs to be able to initiate outbound connections.
This is usually possible, but some hosting providers or server
configurations forbid such connections. The features that depend on
this functionality include the integrated "Update status" module
which downloads information about available updates of Drupal core
and any installed contributed modules and themes, the ability to log
in via OpenID, fetching aggregator feeds, or use other
network-dependent services.
example, httpd) be able to initiate outbound connections. This is usually
possible, but some hosting providers or server configurations forbid such
connections. The features that depend on this functionality include the
integrated "Update status" module (which downloads information about
available updates of Drupal core and any installed contributed modules and
themes), the ability to log in via OpenID, fetching aggregator feeds, or
other network-dependent services.
INSTALLATION
......@@ -172,7 +173,7 @@ INSTALLATION
* Access the file system path settings in Drupal by selecting these
menu items from the Navigation menu:
administer > site configuration > file system
Administer > Site configuration > File system
Enter the path to the new location (e.g.: uploads) at the File
System Path prompt.
......@@ -319,3 +320,4 @@ administration assistance, please consult the Drupal handbook at
http://drupal.org/handbook. You can view the wide range of other support options
available at http://drupal.org/support.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment