Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
duckling-2.1-r2-src.zip | 2011-04-19 | 86.2 MB | |
duckling-2.0-r3-src.zip | 2010-05-08 | 58.6 MB | |
duckling-2.0-r2-src.zip | 2010-04-14 | 58.6 MB | |
duckling-2.0-src.zip | 2010-03-17 | 59.4 MB | |
Totals: 4 Items | 262.8 MB | 0 |
*********************************************************** 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 "".