Framework Installation guide - aaronmed/play-framework-vacations GitHub Wiki

Framework Installation

Require: Follow the steps for the Database Installation guide

  1. Download the version 1.4.5 of Play Framework from here: Play Framework

  2. You need to have at least Java 8 installed

  3. Now you have different options


  1. Go to the command line, access the project folder and run

play run


  1. Preparing the project to be executed from Eclipse

play eclipsify

  1. Now you have to open the project on Eclipse and run the rental-vacational.launch

Finally, enter to the file application.conf that is on "conf" folder

Change this:

`db.default=mysql://root@localhost/db_vacations`

To this:

`db.default=mysql://user:passwrd@localhost/database_name`

After all, in localhost:9000/home you will have deployed the project