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

after rebooting server what do I run to start "pretendyourexyzzzy"? #203

Closed nexusofdoom closed 4 years ago

nexusofdoom commented 5 years ago

do I always run this ? mvn clean package war:exploded jetty:run -Dmaven.buildNumber.doCheck=false -Dmaven.buildNumber.doUpdate=false

to get it to start?

devgianlu commented 5 years ago

Yes, this is the easiest way to run it again because Maven will start Jetty for you.

ajanata commented 4 years ago

Unless you want to go through the process of configuring Tomcat and having that run on boot (which is what my servers do), that's probably the best.