diff --git a/core/INSTALL.txt b/core/INSTALL.txt index 9e313c9..eb38dd5 100644 --- a/core/INSTALL.txt +++ b/core/INSTALL.txt @@ -9,7 +9,6 @@ CONTENTS OF THIS FILE * Building and customizing your site * Multisite configuration * Multilingual configuration - * More information REQUIREMENTS AND NOTES ---------------------- @@ -17,25 +16,25 @@ REQUIREMENTS AND NOTES Drupal requires: - A web server with PHP support, for example: - - Apache 2.0 (or greater) (http://httpd.apache.org/). - - Nginx 1.1 (or greater) (http://www.nginx.com/). -- PHP 5.4.5 (or greater) (http://www.php.net/). + - Apache 2.0 (or greater) (https://httpd.apache.org/). + - Nginx 1.1 (or greater) (https://www.nginx.com/). +- PHP 5.4.5 (or greater) (https://www.php.net/). - One of the following databases: - - MySQL 5.0.15 (or greater) (http://www.mysql.com/). - - MariaDB 5.1.44 (or greater) (http://mariadb.org/). MariaDB is a fully + - MySQL 5.0.15 (or greater) (https://www.mysql.com/). + - MariaDB 5.1.44 (or greater) (https://mariadb.org/). MariaDB is a fully compatible drop-in replacement for MySQL. - - Percona Server 5.1.70 (or greater) (http://www.percona.com/). Percona + - Percona Server 5.1.70 (or greater) (https://www.percona.com/). Percona Server is a backwards-compatible replacement for MySQL. - - PostgreSQL 8.3 (or greater) (http://www.postgresql.org/). - - SQLite 3.4.2 (or greater) (http://www.sqlite.org/). + - PostgreSQL 8.3 (or greater) (https://www.postgresql.org/). + - SQLite 3.4.2 (or greater) (https://www.sqlite.org/). For more detailed information about Drupal requirements, including a list of PHP extensions and configurations that are required, see "System requirements" -(http://drupal.org/requirements) in the Drupal.org online documentation. +(www.drupal.org/requirements) in the Drupal.org online documentation. 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.org online documentation. +(www.drupal.org/node/157602) in the Drupal.org online documentation. Note that all directories mentioned in this document are always relative to the directory of your Drupal installation, and commands are meant to be run from @@ -47,7 +46,7 @@ OPTIONAL SERVER REQUIREMENTS - If you want 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 "Clean URLs with IIS" - (http://drupal.org/node/3854) in the Drupal.org online documentation. + (www.drupal.org/node/3854) in the Drupal.org online documentation. - If you plan to use XML-based services such as RSS aggregation, you will need PHP's XML extension. This extension is enabled by default on most PHP @@ -68,23 +67,23 @@ INSTALLATION 1. Download and extract Drupal. - You can obtain the latest Drupal release from http://drupal.org -- the files + You can obtain the latest Drupal release from www.drupal.org -- the files are available in .tar.gz and .zip formats and can be extracted using most compression tools. To download and extract the files, on a typical Unix/Linux command line, use - the following commands (assuming you want version x.y of Drupal in .tar.gz + the following commands (assuming you want version x.y.z of Drupal in .tar.gz format): - wget http://drupal.org/files/projects/drupal-x.y.tar.gz - tar -zxvf drupal-x.y.tar.gz + wget www.drupal.org/files/projects/drupal-x.y.z.tar.gz + tar -zxvf drupal-x.y.z.tar.gz - This will create a new directory drupal-x.y/ containing all Drupal files and + This will create a new directory drupal-x.y.z/ containing all Drupal files and directories. Then, to move the contents of that directory into a directory within your web server's document root or your public HTML directory, continue with this command: - mv drupal-x.y/* drupal-x.y/.htaccess /path/to/your/installation + mv drupal-x.y.z/* drupal-x.y.z/.htaccess /path/to/your/installation 2. Create the Drupal database. @@ -189,7 +188,7 @@ INSTALLATION maintenance account on a "Welcome" page. If the default Drupal theme is not displaying properly and links on the page result in "Page Not Found" errors, you may be experiencing problems with clean URLs. Visit - http://drupal.org/getting-started/clean-urls to troubleshoot. + www.drupal.org/getting-started/clean-urls to troubleshoot. 5. Change file system storage settings (optional). @@ -247,8 +246,8 @@ INSTALLATION name of each file for CHANGELOG.txt in the example. For more information on setting file permissions, see "Modifying Linux, - Unix, and Mac file permissions" (http://drupal.org/node/202483) or - "Modifying Windows file permissions" (http://drupal.org/node/202491) in the + Unix, and Mac file permissions" (www.drupal.org/node/202483) or + "Modifying Windows file permissions" (www.drupal.org/node/202491) in the Drupal.org online documentation. 7. Set up independent "cron" maintenance jobs. @@ -287,7 +286,7 @@ INSTALLATION page. More information about cron maintenance tasks is available at - http://drupal.org/cron, and sample cron shell scripts can be found in the + www.drupal.org/cron, and sample cron shell scripts can be found in the scripts/ directory. (Note that these scripts must be customized like the above example, to add your site-specific cron key and domain name.) @@ -401,22 +400,4 @@ MULTILINGUAL CONFIGURATION By default, Drupal is installed in one language, and further languages may be installed later. -For detailed instructions, visit http://drupal.org/documentation/multilingual - -MORE INFORMATION ----------------- - -- See the Drupal.org online documentation: - http://drupal.org/documentation - -- For a list of security announcements, see the "Security advisories" page at - http://drupal.org/security (available as an RSS feed). This page also - describes how to subscribe to these announcements via email. - -- For information about the Drupal security process, or to find out how to - report a potential security issue to the Drupal security team, see the - "Security team" page at http://drupal.org/security-team - -- For information about the wide range of available support options, visit - http://drupal.org and click on Community and Support in the top or bottom - navigation. +For detailed instructions, visit www.drupal.org/documentation/multilingual