-
-
Notifications
You must be signed in to change notification settings - Fork 8
Home
Jelle Siderius edited this page Jul 17, 2021
·
36 revisions
This tool downloads clean/stripped Magento databases over SSH, imports and configures it for development purposes. Have a fully configurated production or staging environment on your local machine within minutes. Making life a little bit easier.
Before starting off, please read the notes.
When running this tool, it connects to a server over SSH. It then navigates itself to the Magento root folder and downloads the database, stripped or with full data.
After downloading a database. It can import and configure your Magento environment, making it ready to use within minutes.
- It replaces all website/store URL's to your local domain URL
- It creates a default admin user
- It creates a dummy custom
- It configures ElasticSearch
- Removes SMTP settings
- If Wordpress is synchronized, it will configure the correct URL's for Wordpress [EXPERIMENTAL]
- Currently only tested on macOS
- The import function does only show "yes" when your current directory is a Magento installed directory or if a local project folder is set in the database json file
- Everything is developed/tested with Magerun2 version 4.7.0. Make sure at least this version is installed
- Tool requires
magerun2command to be globally available in shell - Wordpress import is currently experimental
- Overwrites current localhost's Magento database with the staging/production database. Be aware that you might lose project data on your localhost/development environment