Updated installation instructions.

This commit is contained in:
Dario Solera 2010-09-21 05:10:00 +00:00
parent e77face112
commit 48f28d5689
2 changed files with 12 additions and 8 deletions

View file

@ -83,15 +83,17 @@ might cause issues and make the application unusable and/or unstable.
6. Select all files in INPUT_DIR, ***except***:
- "web.config" file.
7. Copy all the selected files into TARGET_DIR.
7. Make sure your "web.config" file contains a "customErrors" section; if not, copy it from the default "web.config".
8. Delete "app_offline.htm".
8. Copy all the selected files into TARGET_DIR.
9. Navigate to the wiki using a web browser and verify that everything works properly,
9. Delete "app_offline.htm".
10. Navigate to the wiki using a web browser and verify that everything works properly,
(the data providers, if the connection string is correct, will automatically update the required
tables in the database).
10. Check for plugin updates in the administration interface.
11. Check for plugin updates in the administration interface.

View file

@ -71,13 +71,15 @@ might cause issues and make the application unusable and/or unstable.
- "public" directory
- "web.config" file.
6. Copy all the selected files into TARGET_DIR.
6. Make sure your "web.config" file contains a "customErrors" section; if not, copy it from the default "web.config".
7. Delete "app_offline.htm".
7. Copy all the selected files into TARGET_DIR.
8. Navigate to the wiki using a web browser and verify that everything works properly.
8. Delete "app_offline.htm".
9. Check for plugin updates in the administration interface.
9. Navigate to the wiki using a web browser and verify that everything works properly.
10. Check for plugin updates in the administration interface.