cancel
Showing results for 
Search instead for 
Did you mean: 

Magento .1.9.1.1 how to do devel version of sho

Magento .1.9.1.1 how to do devel version of sho

Hello,

I need helpSmiley Happy

 

1. I would like to make devel version of my shop where i have plan to update and edit new theme. After job will be finish move it to live version. How to make devel version?

 

2. Disable google indexation for devel version of my shop during we will be working there. How to do it?

 

Many thanks! Kamil 

 

1 REPLY 1

Re: Magento .1.9.1.1 how to do devel version of sho

You should be working in a local development environment and then deploying the changes to production once ready, not creating a development theme and trying to make it only accessible to you in production.

 

For this, you'll want to use a version control system like Git. There are many hosted versions around like bitbucket, github and gitlab.  This will help you keep track of your changes. Once you're ready you can the deploy the changes to live, e.g. with deployhq.com

----
If you've found one of my answers useful, please give "Kudos" or "Accept as Solution" as appropriate. Thanks!