Skip to content

Commit

Permalink
Added reminder to remove the 'install' directory in upgrade instructi…
Browse files Browse the repository at this point in the history
…ons. Fix typo.
  • Loading branch information
jaragunde committed Feb 27, 2013
1 parent 7aa6754 commit 7108193
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ Step 5: remove dangerous files

Once the installation is complete and you have checked it is working, remove the
``install/`` and ``update/`` directories inside your PhpReport, to prevent other
users to reset your DB.
users from resetting your DB.

Step 6: last configuration bits
===============================
Expand Down
2 changes: 1 addition & 1 deletion docs/admin/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ Step 5: remove dangerous files

Once the installation is complete and you have checked it is working, remove the
``install/`` and ``update/`` directories inside your PhpReport, to prevent other
users to reset your DB.
users from resetting your DB.

Step 6: last configuration bits
===============================
Expand Down
6 changes: 3 additions & 3 deletions docs/admin/upgrade.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ script::

http://your-web-server/phpreport/update/update-from-2.0-to-2.1.php

Once the upgrade is complete, remove the ``update/`` directory inside your
PhpReport, to prevent other users to alter your DB.
Once the upgrade is complete, remove the directories ``update/`` and ``install/``
inside your PhpReport, to prevent other users from altering your DB.

.. WARNING ::
Expand Down Expand Up @@ -60,4 +60,4 @@ database (destination)::
During the process you might be asked some questions to resolve migration
conflicts. Finally, when the process is complete, test the application, and
remember to remove the directories ``update/`` and ``install/`` to prevent other
users to alter your DB.
users from altering your DB.

0 comments on commit 7108193

Please sign in to comment.