Skip to content

A collaboration server to enable mission preparation for multiplayer missions

License

Notifications You must be signed in to change notification settings

BenchmarkSims/maps-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Docker Image

Build Dev Docker Image

Falcon BMS Collaboration Server (maps website)

A collaboration server to enable mission preparation for multiplayer missions inside Falcon BMS maps website

How to use it

Regular install

Instructions:

  • Install node executable on your machine
  • Download the files from the latest release /source folder
  • Put the content into the folder you wish to run the application
  • Run the following lines to run the server:
    cd my_application _folder
    npm install
    node my_application_folder/index.js PORT
    

The PORT parameter will default to 3000 but you can change it to whatever you need...

Container

  • Supported Linux OS: amd64, arm64, ppc64le

  • ENV variables:

    • MAPS_SERVER_PORT (Default: 3000)
  • Image run: docker pull ghcr.io/benchmarksims/maps-server:latest (other interesting tags: testing)

License

The project presented here is under GNU GPL v3.

We encourage people to contribute to this project instead of creating a fork...