So in addition to the below
https://michaelellerbeck.com/2012/09/13/how-ive-been-qlikviewing-lately-qlikview/
And I also started using subversion for source control
https://michaelellerbeck.com/2013/02/19/source-control-subversion-with-qlikview-11-2/
I also like to make a simple little deploy .bat file. This guy copies over my changes, and then runs an EDX command (setup your reload with an EDX task) This way I can check my changes on the server.
Basically:
xcopy “C:\Working_Qlikview\Financial Statement New.qvw” “\\qlikview\c$\Qlikview\QlikView Storage\Private Data\Source Documents\In Production\Accounting\Stuff.qvw”
@ECHO OFF
ECHO Please Wait While Data Refreshes
\\qlikview\QMSEDX_CommandLine\qmsedx -task=”Distribute Stuff” -qms=http://qlikview:4799/QMS/Service -password=apassword