1d2b7622ce
Bumps [junit](https://github.com/junit-team/junit4) from 4.11 to 4.13.1. - [Release notes](https://github.com/junit-team/junit4/releases) - [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.11.md) - [Commits](https://github.com/junit-team/junit4/compare/r4.11...r4.13.1) Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
.externalToolBuilders | ||
.settings | ||
WebContent | ||
src | ||
.classpath | ||
.gitignore | ||
.project | ||
LICENSE | ||
README.md | ||
build.properties.example | ||
cah_cards.sql | ||
constants.go | ||
pom.xml | ||
pyx.sqlite |
README.md
Pretend You're Xyzzy
A Cards Against Humanity clone, server and web client. See WebContent/license.html for full details.
Note: This project is only known to work with Tomcat 7, all other versions are unsupported.
Currently, the only way to build PYX is using Maven via mvn clean package war:war
in the project's directory.
If you're doing mvn clean package war:exploded jetty:run
, you now need to add -Dmaven.buildNumber.doCheck=false -Dmaven.buildNumber.doUpdate=false
to make the buildnumber plugin allow you to run with uncommited changes.
For GeoIP functions to work, download http://geolite.maxmind.com/download/geoip/database/GeoLite2-City.mmdb.gz somewhere, gunzip it, and update the geoip.db value in build.properties to point to it.
Third-Party Usage
A Docker package for this project exists at emcniece/DockerYourXyzzy:
docker run -d -p 8080:8080 emcniece/dockeryourxyzzy:dev