Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / INSTALL.txt
index 5d5525b1af08c673422000b7cbac99cafd73eac5..cf8019fd7ac89d44dc482df24c372d78cf7e8cf4 100644 (file)
@@ -2,6 +2,7 @@
 CONTENTS OF THIS FILE
 ---------------------
 
+ * Quickstart
  * Requirements and notes
  * Optional server requirements
  * Installation
@@ -10,6 +11,35 @@ CONTENTS OF THIS FILE
  * Multisite configuration
  * Multilingual configuration
 
+QUICKSTART
+----------------------
+
+Prerequisites:
+- PHP 5.5.9 (or greater) (https://php.net).
+
+In the instructions below, replace the version x.y.z with the specific version
+you wish to download. Example: 8.6.0.zip. You can find the latest stable version
+at https://www.drupal.org/project/drupal.
+
+Download and extract the Drupal package:
+- curl -sS https://ftp.drupal.org/files/projects/drupal-x.y.z.zip --output drupal-x.y.z.zip
+- unzip drupal-x.y.z.zip
+- cd /path/to/drupal-x.y.z
+- php core/scripts/drupal quick-start
+
+Wait… installation can take a minute or two. A successful installation will
+result in opening the new site in your browser.
+
+Run the following command for a list of available options that you may need to
+configure quick-start:
+- php core/scripts/drupal quick-start --help
+
+Follow the instructions in the REINSTALL section below to start over.
+
+NOTE: This quick start solution uses PHP's built-in web server and is not
+intended for production use. Read more about how to run Drupal in a production
+environment below.
+
 REQUIREMENTS AND NOTES
 ----------------------
 
@@ -266,7 +296,7 @@ INSTALLATION
    this optional security measure, from a Unix/Linux command line you can use
    the following command:
 
-     chmod a-r CHANGELOG.txt
+     chmod a-r core/CHANGELOG.txt
 
    Note that the example only affects CHANGELOG.txt. To completely hide all
    documentation files from public view, repeat this command for each of the