Monday, August 8, 2011

Deploying custom solutions such as timer jobs to production

  1.  Copy the solution files over to the production environment
  2. Run powershell as an Administrator
  3. Run the following commands
    • Install-SPSolution –Identity Custom_TimerJob.wsp -local -GACDeployment
    • enable-spfeature -identity "feature id"
  4. Restart the Windows Service “SharePoint Timer Service”

No comments:

Post a Comment