Skip to content

JMS55/chessmatch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0af9e8f · Dec 13, 2020

History

52 Commits
Dec 13, 2020
Nov 15, 2020
Nov 16, 2020
Dec 13, 2020
Oct 27, 2020
Oct 27, 2020
Oct 27, 2020
Nov 9, 2020
Nov 18, 2020
Nov 15, 2020
Dec 13, 2020
Dec 13, 2020
Dec 13, 2020

Repository files navigation

Play chess with others

Screenshot


Deploy to a Server:

  1. Setup a DNS record to point to your server's public IP address
  2. Setup a firewall to only allow SSH/HTTP/HTTPS inbound connections
  3. Install elixir v1.10+, erlang, node 14+, and caddy
  4. git clone https://github.com/JMS55/chessmatch && cd chessmatch
  5. Replace "chessmatch.cf" with your domain in /install/Caddyfile and /config/prod.exs
  6. cd install && bash install.sh
  7. reboot