Magento Environment Basics
Quick notes to myself on setting up an environment for Magento work for future reference.
- If you’re on windows, you might as well run ubuntu in a vmware player instance. It’s easy to set up and if you plan to run Magento on a linux server, you might as well start using some linux flavor on your development environment.
- If you’re on osx, you can start with MAMP, but you might end up migrating to your own installs of apache, mysql, and php anyway. I’m currently using MAMP.
- Whether on linux or osx, use netbeans with xdebug configured.
- When developing on a magento site, turn off all caching, and use:Â rm -rf var/cache from your magento folder when checking changes.
- Turn on developer mode.
Comments
2 Responses to “Magento Environment Basics”Trackbacks
Check out what others are saying...[…] post: » Magento Environment Basics Ysiad Posted in […]
[…] Original post: » Magento Environment Basics Ysiad […]