diff --git a/phpBB/docs/INSTALL.html b/phpBB/docs/INSTALL.html index 62af05c735..e12edd388d 100644 --- a/phpBB/docs/INSTALL.html +++ b/phpBB/docs/INSTALL.html @@ -59,7 +59,7 @@
  • Quick install
  • Requirements
  • New installation
  • -
  • Updating from stable releases of phpBB 3.1.x +
  • Updating from stable releases of phpBB 3.2.x
    1. Full package
    2. Changed files
    3. @@ -68,8 +68,9 @@
    4. All package types
  • -
  • Updating from phpBB 3.0.x to phpBB 3.1.x
  • -
  • Conversion from phpBB 2.0.x to phpBB 3.1.x +
  • Updating from phpBB 3.0.x to phpBB 3.2.x
  • +
  • Updating from phpBB 3.1.x to phpBB 3.2.x
  • +
  • Conversion from phpBB 2.0.x to phpBB 3.2.x
    1. Requirements before converting
    2. Converting
    3. @@ -109,7 +110,7 @@
    4. Change the permissions on config.php to be writable by all (666 or -rw-rw-rw- within your FTP Client)
    5. Change the permissions on the following directories to be writable by all (777 or -rwxrwxrwx within your FTP Client):
      store/, cache/, files/ and images/avatars/upload/.
    6. -
    7. Point your web browser to the location where you uploaded the phpBB3 files with the addition of install/index.php or simply install/, e.g. http://www.example.com/phpBB3/install/index.php, http://www.example.com/forum/install/.
    8. +
    9. Point your web browser to the location where you uploaded the phpBB3 files with the addition of install/app.php or simply install/, e.g. http://www.example.com/phpBB3/install/app.php, http://www.example.com/forum/install/.
    10. Click the INSTALL tab, follow the steps and fill out all the requested information.
    11. Change the permissions on config.php to be writable only by yourself (644 or -rw-r--r-- within your FTP Client)
    12. phpBB3 should now be available, please MAKE SURE you read at least Section 6 below for important, security related post-installation instructions, and also take note of Section 7 regarding anti-spam measures.
    13. @@ -192,7 +193,7 @@

      phpBB comes supplied with British English as its standard language. However, a number of separate packs for different languages are available. If you are not a native English speaker you may wish to install one or more of these packages before continuing. The installation process below will allow you to select a default language from those available (you can, of course, change this default at a later stage). For more details on language packs, where to obtain them and how to install them please see the README.

      -

      Once all the files have been uploaded to your site, you should point your browser at this location with the addition of /install/. For example, if your domain name is www.example.com and you placed the phpBB files in the directory /phpBB3 off your web root you would enter http://www.example.com/phpBB3/install/ or (alternatively) http://www.example.com/phpBB3/install/index.php into your browser. When you have done this, you should see the phpBB Introduction screen appear.

      +

      Once all the files have been uploaded to your site, you should point your browser at this location with the addition of /install/. For example, if your domain name is www.example.com and you placed the phpBB files in the directory /phpBB3 off your web root you would enter http://www.example.com/phpBB3/install/ or (alternatively) http://www.example.com/phpBB3/install/app.php into your browser. When you have done this, you should see the phpBB Introduction screen appear.

      Introduction: