An open API service indexing awesome lists of open source software.

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

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.)