Install, Upgrade, Uninstall the SnipWire Module
SnipWire can be installed using one of the following methods
Add Module From Directory (recommended)
- Visit the ProcessWire admin area and select menu Modules > New.
- Scroll down to the section Add Module From Directory.
- Enter the module class name
SnipWire
and hit the Get Module Info button. - On the following page hit the Download Now button and next Install Now.
Add Module From URL
- Visit the ProcessWire admin area and select menu Modules > New.
- Scroll down to the section Add Module From URL.
- Enter the SnipWire download link (GitHub master):
https://github.com/gadgetto/SnipWire/archive/master.zip
and hit Download button. - After this, visit the ProcessWire Admin area and select menu Modules > Install.
- Look for the module SnipWire and hit the Install button.
Add Module From Upload
- Download the package via GitHub.
- Visit the ProcessWire Admin area and select menu Modules > New.
- Scroll down to the section Add Module From Upload.
- In the form upload field select the previously downloaded SnipWire zip file and hit the Upload button.
- After this, visit the ProcessWire Admin area and select menu Modules > Install.
- Look for the module SnipWire and hit the Install button.
Copying Package Files Manually
- Download the package via GitHub.
- Unpack the zip file and upload the module files to the
/site/modules/SnipWire/
directory within your webspace. - After this, visit the ProcessWire Admin area and select menu Modules > Install.
- Look for the module SnipWire and hit the Install button.
Install via Git Clone
- On command line go to your
/site/modules/
directory. - Type the following:
git clone https://github.com/gadgetto/SnipWire.git
- Log in to your ProcessWire admin and go to the Modules page.
- Click the Refresh button. New modules are now listed under Recently Found and Installed Modules.
- Look for the module SnipWire and hit the Install button.
How to Upgrade SnipWire
The easiest way to stay up-to-date with SnipWire versions is to install the ProcessWire Upgrade module. This module will notify you when there are upgrades to SnipWire and provide a link to automatically upgrade.
Beside this you can upgrade by following the same processes as in described installation methods: Add Module From URL, Add Module From Upload, Copying Package Files Manually and Install via Git Clone.
How to Uninstall SnipWire
- Log in to your ProcessWire admin and select menu Modules.
- Find and click the module name SnipWire. The module config page will open.
- Scroll down and expand the Uninstall section, check the Uninstall checkbox.
- Click the Submit button.
It is now safe to completely remove the SnipWire module folder from /site/modules/
.