cd mkdir md cd md unzip ~/Downloads/md.zip
cd cd md mkdir lib
commons-fileupload-1.3.3.jar commons-io-1.4.jar mysql-connector-java-5.1.28.jarAmong these, the mysql JAR file comes from the MySQL Connector site, and the commons-* files from Apache Commons.
You probably don't want to run the build process as root (sudo ant deploy); it makes more sense to use sudo just once, to create the deployment directory /opt/tomcat/webapps/md/ , and then transfer its ownership (using chown) to yourself (i.e. the user who'll be doing the deployment).
You can then build and deploy the application with Apache Ant:
cd ~/md/md ant deploy
Or, to also build and deploy documentation,
cd ~/md/md ant deploy-javadoc
If you build on one host for deployment to another host that runs Tomcat (or a similar web server that supports servlets), run
cd ~/md/md ant distThis will create file
~/md/md.war, which you can then deploy to the remote server using the web-based application manager (https://HOST/manager/html).
Create accounts for the survey coordinators in the Missed Detection web application.