1 Quickstart Guide
Andy Janata edited this page 2015-02-15 18:14:36 -08:00

This guide assumes you have a moderate understanding of how to use a command-line environment, and how to forward ports on your router if you wish to make your server available over the Internet (which you almost certainly do, unless you're all on the same network in which case why don't you just use a physical set of Cards Against Humanity?).

Prerequisites:

Unzip the source code into some directory. Open a command prompt in that directory. Copy build.properties.example to build.properties; the defaults work for a quick-and-dirty server. Run mvn clean package war:exploded jetty:run. Open http://localhost:8080/game.jsp. You're done.

I'm not presently able to help with situation-specific setup.