ajanata / PretendYoureXyzzy

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

1) The only thing being an admin really gives you is the ability to chat. I have disabled that on my own servers for a specific reason and if I give one person the ability to chat I have to give everyone the ability to chat. I will not be doing that again. #217

Closed stan754 closed 5 years ago

stan754 commented 5 years ago

1) The only thing being an admin really gives you is the ability to chat. I have disabled that on my own servers for a specific reason and if I give one person the ability to chat I have to give everyone the ability to chat. I will not be doing that again. 2) This repository is for dealing with issues with the code, not support for the servers I run. Locking this conversation.

Originally posted by @ajanata in https://github.com/ajanata/PretendYoureXyzzy/pull/216#issuecomment-526284022

I know but how do i host my own server

devgianlu commented 5 years ago

Install Docker then run docker run -d -p 8080:8080 emcniece/dockeryourxyzzy:dev. The server is ready, visit localhost:8080 in your browser.