-
Notifications
You must be signed in to change notification settings - Fork 4
Installation Document
Mintra Thirasirisin edited this page Mar 24, 2015
·
1 revision
- Java framework : Play framework
- Java integrated development environment (IDE) : IntelliJ IDEA 14
- SQL database engine : sqlite
- Install intelliJ (Ultimate Edition) => https://www.jetbrains.com/idea/download/
- Run intelliJ
- At startup, the program will ask you to download plugins
- Download Scala plugin
- Click open new project button
- Browse to TeamMalee folder and click OK
- Wait a little bit, the program will setting up a project by using SBT (Scala Build Tool)
- Run the application by Play 2 framework (already integrated to intelliJ at the first place)
- Access to http://localhost:9000