Framework Installation guide - aaronmed/play-framework-vacations GitHub Wiki
Framework Installation
Require: Follow the steps for the Database Installation guide
-
Download the version 1.4.5 of Play Framework from here: Play Framework
-
You need to have at least Java 8 installed
-
Now you have different options
- Go to the command line, access the project folder and run
play run
- Preparing the project to be executed from Eclipse
play eclipsify
- 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