...
2- Use WinSCP to copy the graphs directory from your laptop to your home directory on prod-msr then SSH to prod-msr and copy that directory to /var/lib/tomcat6/webapps/msr/media/ on prod-msr.geant.net. (sudo cp -r graphs/ /var/lib/tomcat6/webapps/msr/media/)
3- Use MySQL Workbench to import the reports database tables from your laptop onto prod-msr.geant.net. From the Menu bar go to "Server" then "Data Import", locate the database dump on your machine and then click "start import" see below:
4- Lastly, you need to edit Edit the /var/lib/tomcat6/webapps/msr/includes/mainmenu.jsp on prod-msr.geant.net to include the new report in the Previous Reports section of the menu
...