X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;f=web%2Fcore%2FINSTALL.txt;h=cf8019fd7ac89d44dc482df24c372d78cf7e8cf4;hb=4e1bfbf98b844da83b18aca92ef00f11a4735806;hp=5d5525b1af08c673422000b7cbac99cafd73eac5;hpb=bfbba508964731508b9bd6d5835c2edc858db95b;p=yaffs-website diff --git a/web/core/INSTALL.txt b/web/core/INSTALL.txt index 5d5525b1a..cf8019fd7 100644 --- a/web/core/INSTALL.txt +++ b/web/core/INSTALL.txt @@ -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