Find your content:

Search form

You are here

Deploy to different environments using Eclipse

 
Share

I am new to deploying from one org to another, Can someone refer some good documentation on how to deploy using Eclipse.

Also, any steps / pointers would be great..


Attribution to: Roshan

Possible Suggestion/Solution #1

Roshan,

Please checkout following links. They may be helpful for you.

https://stackoverflow.com/questions/577346/salesforce-how-to-deploy-between-environments-sandboxes-live-etc

http://gokubi.com/archives/tips-for-working-with-forcecom-ide


Attribution to: Prasanna

Possible Suggestion/Solution #2

This page describes how to deploy with Eclipse or the Force.com IDE: http://wiki.developerforce.com/page/Deploy_Force.com_Applications_Faster

And this page describes the development life cycle: http://www.salesforce.com/us/developer/docs/dev_lifecycle/salesforce_development_lifecycle.pdf

Another resource if you want to deploy metadata via the Force.com Migration Tool: http://www.salesforce.com/us/developer/docs/daas/index.htm


Attribution to: Andree Wille

Possible Suggestion/Solution #3

In addition to the above a not well known feature is, that in a eclipse project you can select multiple files using CTRL, then right click on one of the selected resources and select "Force.com/Deploy to server..." in the context menu. That way you will deploy the subselection only, and will not be bothered with a huge list of classes/pages/etc that you have to search for the right files.

hth


Attribution to: iwerstler

Possible Suggestion/Solution #4

My favorite is MavensMate-Atom https://github.com/joeferraro/MavensMate-Atom


Attribution to: baseballkyle

Possible Suggestion/Solution #5

I cannot tell of any step-by-step user's guide on the subject. But I will recommend to read carefully the Salesforce documentation like:

  • Force.com IDE in the technical library, at the end of the page there are links that lead you to forums and Frequently Asked Questions that might help.
  • Other good place is the Metadata API Developer Guide. You need to understand what you can do with the Metadata API (at the end the IDE plugin use it).
  • Last but not least, be sure to follow the guidelines in Development Lifecycle Guide / Deploying to Production.

I created a tool deployPKG that simplifies the work using the Metadata API. Check out this post : Deploy to Production in 4 Steps


Attribution to: ovillasmil
This content is remixed from stackoverflow or stackexchange. Please visit https://salesforce.stackexchange.com/questions/645

My Block Status

My Block Content