I want to setup magento enterprise edition for my site for that i want to go for two environments like one is development& testing environment and another one is live site. But i have only one server hosting with rackspace. Is there any possibility to separate two different environments even i change something in testing that should not affect live site.
|
feedback
|
|
Contact Magento to make sure. However, since it runs on Apache and MySQL, you could probably do a second installation to a different Apache site (or even different httpd instance) and use a second MySQL database. Or you could install your test instance on a home machine, if you're the only one who will be doing testing. | |||||||
feedback
|
|
Host your development environment in a virtual machine on the same server. That way, you can allocate specific resource limits to the virtual machine and changes won't impact the live site as it's a completely separate instance. VMWare server and Virtualbox are free solutions to do this. | |||||||||
feedback
|