https://github.com/adrianbj/processmoduletoolkit
Processwire module for automated batch migration, installation and updating of modules and their config settings
https://github.com/adrianbj/processmoduletoolkit
batch module processwire
Last synced: 10 months ago
JSON representation
Processwire module for automated batch migration, installation and updating of modules and their config settings
- Host: GitHub
- URL: https://github.com/adrianbj/processmoduletoolkit
- Owner: adrianbj
- License: gpl-2.0
- Created: 2014-10-01T00:15:18.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2023-04-17T16:08:33.000Z (almost 3 years ago)
- Last Synced: 2025-04-02T09:22:14.251Z (11 months ago)
- Topics: batch, module, processwire
- Language: JavaScript
- Homepage:
- Size: 41 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ProcessModuleToolkit
=======================
Allows automated batch migration, installation, and updating of modules.
* During the import, you can choose which modules from the collection to import.
* Optionally import the module config settings for each module from the source install.
* Batch install multiple modules by listing their class names in a textarea.
* Optionally upgrade all of the imported modules (if they are in the ProcessWire modules directory) to their latest available versions.
* It copies the module files, as well as the config settings, so you can use it to migrate modules that are not available in the PW modules directory, or on Github.
* Full restore feature in case something goes wrong / you change your mind.
##Usage
Go to the Setup Page > Module Toolkit and follow the prompts.
##Support
https://processwire.com/talk/topic/8410-module-toolkit/
## License
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
(See included LICENSE file for full license text.)