Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 473 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 473 Bytes

Simple "GATE Server" based on the GATE training Course September 2010

Depends on

Install procedure

  • Edit gate/WEB-INF/build.xml and set the gate.home property to the location of where you saved GATE (usually /home/yourusername/GATE-6.0/ or /Applications/GATE-6.0/).
  • In gate/WEB-INF, run ant.
  • In base directory run ant -emacs
  • browse to http://localhost:8080/gate/
  • http://localhost:8080/stop to shut down the server gracefully