function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
EIE50EIE50 

how to move site from sanbox to production

Hi,

 

Now that we are kind of done with our site on our sandbox. We would want to move it to production now. What are the steps that i need to follow to put my site from sanbox into production? Any documents on it or steps are welcome.

 

Thanks

Best Answer chosen by Admin (Salesforce Developers) 
Nikki_tcsNikki_tcs

The Best way is to use Force.com Ide (Eclipse). The entire metadata can be moved and later you can move your data using data loader or any other tool.

 

Thanks,

Nikki 

All Answers

David VPDavid VP

Since your site should mainly be VisualForce pages, Components, Apex classes and Static Resources, you could easily move those over via Change Sets (search for it in help & training).

 

If your Site also has data that sits in records in custom or standard objects, you can use for example dataloader or the excel connector to migrate that.

 

Hope this helps,

 

David

Nikki_tcsNikki_tcs

The Best way is to use Force.com Ide (Eclipse). The entire metadata can be moved and later you can move your data using data loader or any other tool.

 

Thanks,

Nikki 

This was selected as the best answer