-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathREADME
More file actions
25 lines (17 loc) · 1.03 KB
/
Copy pathREADME
File metadata and controls
25 lines (17 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
This is sample application for Play Framework 2.0 (Java version)
================================================================
Current description can be always found at
https://github.com/biesior/Play-20-Sample-FullCalendar-Java/wiki
Running/starting sample
================================================================
I assume that you have downloaded and installed Play 2.0
http://www.playframework.org/documentation/2.0/Installing
All you need to do is cd to cloned folder and run application in dev mode:
bash#: play run
as by default sample uses in mem H2 DB it will ask you for applying evolutions
(it will recreate all structure with no events after each app re-run!)
To switch to more stable DB ie. MySQL edit /conf/application.conf and uncoment
mysql config (lines #27 - #30) and of course set proper values for db name
(must exist, currently 'play-fullcalendar-sample'), user and password.
There is configured mysql-connector in apps dependencies, you can remove it
if you do not want to use MySQL DB in /project/Build.scala