Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 420 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 420 Bytes

javaone2013-chess

Chess Demo shown at JavaOne 2013 Technical Keynote

  1. If running unit tests, you MUST start the database server for 'ChessServer' by typing:

    asadmin start-database
  2. Then execute:

    mvn clean install
  3. Finally, deploy your app and point your browser to http://localhost:8080/chess

    asadmin deploy ChessServer/target/ChessServer-1.0.war