Name | Modified | Size | Downloads / Week |
---|---|---|---|
SOURCES | 2011-04-19 | ||
BINARIES | 2010-09-01 | ||
DOCUMENTATION | 2010-03-11 | ||
RELEASE-NOTES.TXT | 2011-04-19 | 1.4 kB | |
COMPILE.TXT | 2011-03-15 | 2.0 kB | |
LICENSE.TXT | 2011-03-15 | 668 Bytes | |
NOTICE.TXT | 2011-03-15 | 11.9 kB | |
README.TXT | 2011-03-15 | 1.5 kB | |
jdk1.5.0_07.zip | 2010-03-16 | 37.0 MB | |
apache-tomcat-5.5.23.zip | 2010-03-13 | 5.4 MB | |
Totals: 10 Items | 42.4 MB | 1 |
*********************************************************** This is a guide to run Duckling, please refer to COMPILE.TXT in source bundle if you want to compile Duckling. For more information, please visit http://duckling.sourceforge.net *********************************************************** Prerequisites: ----------------------------------------------------------- MYSQL: You need to install mysql (5.0 and above) first with the root username "root" and password "root" as default. Alternatively, you may create a database "xxx" and with the user "xxx" and password "xxx". The database, user and password should be replaced in the following files: ----------------------------------------------------------- webapps/dct/WEB-INF/conf/vwbconfig.properties webapps/clb/WEB-INF/conf/clbconfig.properties webapps/umt/WEB-INF/conf/umt.properties webapps/dlog/WEB-INF/conf/dlog.properties webapps/vmt/WEB-INF/conf/vmt.properties ----------------------------------------------------------- HOW TO START: ----------------------------------------------------------- 1) Windows: Launch the "apache-tomcat-5.5.23/bin/startup.bat" 2) Linux: #cd apache-tomcat-5.5.23/bin #chmod +x *.sh #./startup.sh HOW TO USE: ----------------------------------------------------------- Open a web brower and visit the url: http://localhost:8080/dct. The username are "user@root.umt" with the password "". The administrator for umt (http://localhost:8080/vmt) is "admin@root.umt" with the password "".