EM2 Dashboard Setup Download and install Play Framework Execute play run in the working directory Go to http://localhost:9000 Database Configuration Add the following environment variables: DATABASE_URL=jdbc:h2:mem:play;MODE=PostgreSQL DATABASE_DRIVER=org.h2.Driver Helpful Links Using the Play CLI Routing Requests Where and what to do with static assets