Downloads

Tugboat.GTD - Version 0.9.3-4 [2008-07-02 Released]

Support Browsers:
Firefox2.x, Firefox3.x, Safari3.1, IE7

TypeFileDescription
Tugboat.GTD 0.9.3-4 WAR tugboat.gtd 0.9.3-4.zip Executable files.
Tugboat.GTD+Tomcat 0.9.3-4 tugboat-gtd-tomcat-0.9.3-4.zip Tugboat.GTD + Tomcat + Apache Derby.
Tugboat.GTD 0.9.3-4 Source tugboat-gtd-src-0.9.3-4.zip
tugboat-gtd-src-0.9.3-4.tar.gz
Source files - ZIP/TAR.GZ
Tugboat.GTD on AIR 0.3.1 AIR Client 0.3.1
AIR Client 0.3.1 Source
※ Need Tugboat.GTD 0.9.3-4.

1. Please install AIR Beta3 Runtime your a computer.
* for Mac OSX:AIR Beta3 Runtime
* Now, We developing for AIR Runtime1.1. Please, just wait.

[Top]

Installation

For 'Apache Tomcat + Apache Derby' Edition:
This package included Apache Tomcat6.0.16, WAR file, Derby data files.

1. Please Install JRE-1.5/1.6 or JDK-1.5/1.6. (Sun Java)
2. Please set up JAVA_HOME environment variable in your computer.
3. Please unzip Tugboat-gtd-tomcat-0.9.3-4.zip file.
4. Please launch tugboat-gtd-tomcat-0.9.3-4\start.bat.
5. Start your browser. You access URL http://localhost:8080/.
6. Default login info:
    - Id: 'admin_user'
    - Password: 'admin_user'

For PostgreSQL Edition (PostgreSQL over ver8.1-):

Preparations:
(1)Install JDK-5.x or JDK-6.x your a computer.
  ・setting up 'JAVA_HOME' valiable.
(2)Install Apache-Tomcat 6.x your a computer.
(3)Install PostgreSQL 8.1.x or 8.2.x or 8.3.x your a computer.
  ・setting up 'POSTGRES_HOME' valiable.
  ・launch 'initdb' command. character code is 'UTF-8'.
(4)Install Apache-Ant your a computer.
  ・setting up 'ANT_HOME' valiable.

Installation:
1. change properties.
   file-path: '.../tugboat-gtd/src/main/resources/tugboat_gtd.properties'
   
   ・'tugboat.gtd.search.searchIndexFolder': search index directory.
   ・'tugboat.gtd.serch.sen.home_dir': search engine libry's directory. 
     (tugboat-gtd/src/main/webapp/WEB-INF/sen)

2. setting up database.
   ddl script directory: 'tugboat-gtd/src/main/ddl/postgresql/'
   - for Windows: launch 'createTugboatDatabase.cmd'.
   - for Linux  : launch 'createTugboatDatabase.sh'.

3. generate war-file.
   a. please, open a 'tugboat-gtd/build.propertes'.
   b. please, setting up 'tomcat.home'.
   c. use Apache ANT: 
     - for windows:> ant 
     - for linux  :$ ant
   d. a file has been generated as 'tugboat-gtd/target/tugboat-gtd.war'.  
   e. deploy Tomcat webapp directory.
   f. open your a browser. url is 'http://localhost:8080/'.
   g. admin-url is 'http://localhost:8080/admin.html'.
   * default login user info:
     - Id: 'admin_user'
     - Password: 'admin_user'

[Top]