Changes

Jump to: navigation, search

User:Minooz/CanTire/Doc

2,109 bytes added, 17:07, 16 January 2012
Apply the Solution Package to the QA
:: stsadm -o addsolution -filename {WSPFILENAME}
: 5. Deploy the solution
:: First, try deploying through Central Admin
:: stsadm -o deploysolution -name {WSPFILENAME} -url {SITEURL}
: 6. Install the feature
:: stsadm -o activatefeature -id {FEATUREID} -url {SITEURL} -force
=== Apply the Solution Package to the Dev environment===* Log in to the dev server -> ajcpd-mossweb01: This is where we need to delete the existing solution if any and then through the command line, we can add the solution again, redeploy, install the feature....* We can have access to Central Admin from the desktop too -> http://ajcpd-mossweb01:19000/default.aspx, and try to add the solution from here* To be able to see the results on the web site -> http://apps-devcantire.ctc/Pages/category.aspx. And Continuing Education for instance -> http://apps-devcantire.ctc/ContinuingEducation/_layouts/viewlsts.aspx* The steps will be: (e.g. Continuing Education)# Deactivate the feature#: stsadm –o deactivatefeature -name CanTire.ContinuingEducation -url http://apps-devcantire.ctc/# Retract and remove the existing solution through#:Central Admin -> Central Admin à Operations à Solution Management à CanTire.ContinuingEducation.wsp# Copy the new .wsp file and add the solution again#:stsadm –o addsolution –filename ‘PATH\TO\ CanTire.ContinuingEducation.wsp’# Deploy the solution from the Central Admin or type in#:stsadm –o deploysolution –name ‘CanTire.ContinuingEducation.wsp’ –allowgacdeployment –immediate –force#Activate feature#:stsadm –o activatefeature -name CanTire.ContinuingEducation -url http://apps-devcantire.ctc/# IISReset# Run the application on http://apps-devcantire.ctc/ContinuingEducation/_layouts/viewlsts.aspx# To check the email body, go to Application Configuration and change all the email field to yours, also enter your name as the manager in the application form; the result would be sent to you. === Apply the Solution Package to the QA===# Copy the deployment steps document and the .wsp file to a shared folder e.g.: E:\Minoo\ContinuingEducation(\\prdsav1\Everyone\Minoo\ContinuingEducation\)# Ask QA to deploy the solution to QA environment.# The functionality will be verified by Business Client. When they sign off, this job will be finished and moved to the production. === Apply the Solution Package to the Production ===
1
edit

Navigation menu