floriankramer / penandpaper

A web application for playing pen and paper games over the internet.
Apache License 2.0
0 stars 1 forks source link
penandpaper webapp

penandpaper

CI-server CI-client

A web application for playing pen and paper games over the internet.

Installation

Ubuntu

These instructions are taken from the github actions workflow and as such have been tested on ubuntu 18.04. First we need to install dependencies. In a terminal enter

Open a terminal at the location you want to install the software. Then run

The build directory now contains a penandpaper executable that can be started. Visit https://localhost:8082/auth?key=<key>. The key is printed out to stdout and prevent random people from connecting to the service. If you are using a self signed certificate make sure to visit https://localhost:8081 once in your browser and accept the certificate. Otherwise the web socket connection won't be made.