Uniform Siphon - Installation
This guide covers how to install and configure the Uniform Siphon toolkit on your Windows machine.
Prerequisites#
Before you begin, ensure you have:
- Windows operating system
- Direct HTTP access to Sitecore instance
- The Windows workstation needs direct HTTP(s) access to the source Sitecore instance
- HTTP proxy is supported when configured via Windows'
Settings→Proxy→Manual proxy setup
- Access to the Internet (required for installing Playwright)
- The Siphon distribution package (
siphon-download-{ver}.ziporsiphon-{ver}.zip)
Installation Steps#
1. Extract the Siphon package#
Extract the contents of the siphon-download-{ver}.zip file to C:\siphon.
2. Unblock the executable files#
Windows may block executable files downloaded from the internet. You need to unblock them before use:
- Navigate to
C:\siphonin File Explorer - Right-click on
Siphon.Download.exeand select Properties - If you see a security message at the bottom stating "This file came from another computer and might be blocked to help protect this computer", check the Unblock checkbox
- Click Apply, then OK
Alternatively, you can use PowerShell to unblock all files in the directory:
3. Install Playwright#
Install Playwright to enable downloading presentation (not required for basic content-only migration):
Review the command output in order to verify the installation was successful.
4. Add Siphon to your PATH (Optional)#
Add C:\siphon to your machine's PATH environment variable:
- Open System Properties (press
Win + R, typesysdm.cpl, and press Enter) - Click the Advanced tab
- Click Environment Variables
- Under System variables, find and select Path, then click Edit
- Click New and add
C:\siphon - Click OK to save all dialogs
Alternatively, you can use PowerShell with administrator privileges:
After modifying the PATH, restart your terminal or command prompt for changes to take effect.
5. Verify Installation#
Open a new terminal window and verify the installation:
or
If the command outputs help information, the installation was successful.