Skip to content

Releases: keikai/keikai-tutorial

1.0.0-beta.5

27 Nov 10:05
Compare
Choose a tag to compare
1.0.0-beta.5 Pre-release
Pre-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