This document provides instructions for deploying a Play Framework application on an Amazon EC2 virtual server. It describes installing the Java Development Kit (JDK), setting up Typesafe Activator, and creating and deploying a Play application. Specifically, it outlines adding the Java PPA, installing Oracle JDK8, downloading and extracting Activator, adding the Activator bin path to bashrc, generating a new Play project, and starting the application with lowered heap memory settings due to the limited RAM of the EC2 instance.