This page describes how to update a working installation of
ScrewTurn Wiki that uses the File-System Data Storage.
Note: if you are upgrading from v2, please refer to
these instructions instead.
INPUT_DIR refers to the WebApplication directory supplied along this file.
TARGET_DIR refers to the directory the application will live in on your server.
Note: depending on the environment you are running, the following steps might require minor adjustments. If you made modifications to the application, the following steps might cause issues and make the application unusable and/or unstable.
- Navigate to TARGET_DIR.
- Backup all the content of TARGET_DIR (seriously).
- Rename "app_online.htm" to "app_offline.htm": this will take the application offline.
- Delete all the content of TARGET_DIR, except:
- "public" directory
- "web.config" file
- "app_offline.htm" file.
- Select all files in INPUT_DIR, except:
- "public" directory
- "web.config" file.
- Copy all the selected files into TARGET_DIR.
- Delete "app_offline.htm".
- Navigate to the wiki using a web browser and verify that everything works properly.
- Check for plugin updates in the administration interface.