About Site Profile Exporter
Enables exporting of ProcessWire site profiles for sharing or distribution with others.
Category 1 | Process Modules Process modules are apps that run in the ProcessWire admin. |
---|---|
Category 2 | Import/Export Modules that work with importing or exporting data. |
Release State | Stable Should be safe for use in production environments. * |
Author | ![]() |
Module Version | 3.0.0 |
Class Name | ProcessExportProfile |
Compatibility | 2.5, 2.6, 2.7, 3.0 |
Date Added | July 24, 2012 |
Last Updated | February 7, 2017 |
Recommended By | New recommendations may take up to 1 day to appear. |
Instructions
This module's files should be placed in /site/modules/ProcessExportProfile/
How to install or uninstall modules
README
Profile Exporter for ProcessWire 2.5+
This module exports an installable site profile of your site. It essentially enablesyou take any site and create files that the ProcessWire installer will recognize when installing a new copy of ProcessWire. This is the tool that is used to export all of the ProcessWire core site profiles.
About site profiles
Site profiles exported by this tool include the following:
- The site database (but no caches and users)
- Files associated with pages (/site/assets/files/)
- Configuration file (/site/config.php), but no DB connection info
- Template files and related assets (/site/templates/*)
- Installed site modules (/site/modules/), except for this one
- System files in /site/ (ready.php, init.php, finished.php)
Site profiles do not include users or files not associated with pages (i.e. cachefiles, log files, etc.). Essentially, a site profile is meant to be a version of a site you can share with others, that contains no confidential data like user or password information.
How to use
Usage instructions are provided directly in the module when using it. Afterinstalling, go to Setup > Export Site Profile and it will guide you through the rest.
Requirements
This version of the profile exporter requires ProcessWire 2.5 or newer. If youneed a profile exporter for an earlier version of ProcessWire, grab the legacy branch of this module.
Copyright 2017 by Ryan Cramer
Comments
Peter Verkooijen 2 years ago ↑0↓0
Does this work in Processwire 3+?
It should. I exported the recent PW3 "Regular" profile using this module.
Peter Verkooijen 2 years ago ↑0↓0
It looks like it works, but I also vaguely remember seeing something about this becoming a core feature/module?
Post a Comment
Your e-mail is kept confidential and not included with your comment. Website is optional.
- Admin Helpers
- Authentication
- Core Modules
- Development Tools
- Email/WireMail
- Field Types
- Import/Export
- Input Fields
- Language Modules
- Language Packs
- Logs/Monitoring
- Markup Generation
- Photo/Video/Audio
- Premium Modules
- Process Modules
- Proof of Concept
- SEO/Accessibility
- Site Profiles
- Social, Feeds, Services
- Text Formatters
- Other Modules
- Users and Access
Disclaimer
*Use modules at your own risk. There are no guarantees or warranties. It is recommended that you backup your site and database before installing new modules.