Skip to content

This is a module that facilitates real-time interactions for the players of the "The Resistance: Avalon" game on the "www.avalon.fun" platform.

License

Notifications You must be signed in to change notification settings

AlexLomm/avalon-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To deploy on Linux

Install node.js and the projects dependencies.

  1. Go to the project's root directory:

    cd %/path/to/this/project%
  2. Copy your public.pem and private.pem keys into the ./config/jwt/ folder.

  3. Copy the service file and edit it:

    cp linux-service/avalon-nodejs.service.dist linux-service/avalon-nodejs.service
    nano config/avalon-nodejs.service
  4. Enable the new service and start it:

    mv linux-service/avalon-nodejs.service /lib/systemd/system/avalon-nodejs.service
    systemctl enable avalon-nodejs.service
    service avalon-nodejs start

About

This is a module that facilitates real-time interactions for the players of the "The Resistance: Avalon" game on the "www.avalon.fun" platform.

Resources

License

Stars

Watchers

Forks

Packages

No packages published