Skip to content

Instantly share code, notes, and snippets.

@bkram
Last active July 19, 2025 07:58
Show Gist options
  • Save bkram/788098558312d2fa71c07dc443e03d10 to your computer and use it in GitHub Desktop.
Save bkram/788098558312d2fa71c07dc443e03d10 to your computer and use it in GitHub Desktop.
FM-DX Webserver linux installation
@frazzmatazz
Copy link

frazzmatazz commented Feb 2, 2025

A couple of notes from my install:
My Debian (armbian) system is a fresh install and is missing make etc. It comes in the build-essential package group, with 244MB of packages, not sure if there's a more minimal subset, but this works:
sudo apt-get install build-essential

Also you need to cd fm-dx-webserver before the line npm install

@bkram
Copy link
Author

bkram commented Feb 6, 2025

Yes, I think you findings are correct I will include the fixes in the future.

@bkram
Copy link
Author

bkram commented Feb 10, 2025

Updated the installation procedure

@hmisy
Copy link

hmisy commented Mar 10, 2025

Hi. I want to install FM-DX WebServer on a Debian 12 system. I am a beginner in linux. Can anyone help me with information about installing FM-DX server in docker? Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment