Skip to content

1.0.0-beta.5

Pre-release
Pre-release
Compare
Choose a tag to compare
@hawkchen hawkchen released this 27 Nov 10:05
· 95 commits to master since this release

Steps to run:

  1. extract the zip.
    there are 2 files:
  • tutorial.war
  • jetty-runner-9.3.0.v20150612.jar
  1. start keikai server
  2. start tutorial project with the command below
    java -classpath jetty-runner-9.3.0.v20150612.jar org.eclipse.jetty.runner.Runner --path tutorial tutorial.war
  3. visit http://localhost:8080/tutorial/ with Chrome