Quick Magento Installation
Russ McKendrick · 1 min read ·
As part of work I have to install Magento with its sample data a lot for proof of concepts, while the installation is simple it can quickly become a chore. Because of this I have started to use n98-magerun. It can be installed using the following commands;
curl -o n98-magerun.phar https://raw.github.com/netz98/n98-magerun/master/n98-magerun.pharchmod +x ./n98-magerun.pharcp ./n98-magerun.phar /usr/local/bin/n98-magerun.phar self-updateOnce installed you can do clean installation by running the following command where you would like Magento to be installed;
n98-magerun.phar installfor more on how to use n98-magerun click here.
Related terms: AgentAgent SkillsAI Coding AssistantApplication Programming InterfaceClaude CodeCodex
More from the archive
More site updates
Russ Mckendrick improves blog speed, adds Gruntfile features for testing and deployment to Amazon S3 with Cloudflare cache flushing.
2 min read

Git + Rebase
Streamline your Git workflow with Russ Mckendrick's tips! Learn how to fork, add remotes, and rebase for maximum efficiency.
2 min read

Comments
