aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/buglabs-apps/com.buglabs.app.mysqlbugdemo.bb
blob: 5e4d7165a0e42e488f2d649c9a1bc59677972583 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
require bug-app.inc

DESCRIPTION = "This is a simple app  that interact with a   MySQL DB;  the  app storages  Button Event into a database and provides a servlet  to query the events. \
* Read *The How To* \
* You need to create the sample database before using the app.  You can use the *bugdemo.sql* script included in the app. \
* To access the query servlet just type in your browser http://[BUG_IP]/mysqlDemo\
\
Question, suggestion, and comments are welcome. "
HOMEPAGE = "http://buglabs.net/applications/mysqlBugDemo"

DEPENDS += "com.buglabs.osgi.http com.buglabs.osgi service-tracker com.sun.javax.servlet com.buglabs.common "

PV = "2"

SRC_LINK = "http://buglabs.net/program_version/download/1027"

APIVERSION = ""