ajanata / PretendYoureXyzzy

A web clone of the card game Cards Against Humanity.
https://pretendyoure.xyz/zy
BSD 2-Clause "Simplified" License
1.22k stars 397 forks source link

Wiki Missing Information: Needs information on Invocation. #134

Closed Leopere closed 9 years ago

Leopere commented 9 years ago

https://github.com/ajanata/PretendYoureXyzzy/wiki/Quickstart-Guide This gets me a successful ROOT.jar but does not show me what the invocation would look like. For example "java -jar ROOT.jar" does nothing.

NightDevel commented 9 years ago

If you do mvn clean package war:exploded jetty:run, visit localhost:8080

if you do mvn clean package war:war, you'll get a .war to deploy to a tomcat instance.

Leopere commented 9 years ago

Ah so the command that worked was.

mvn clean package war:war