EXE
Windows users may prefer the pre-packaged Windows delivery package for Enterprise and Designer.
Community does not ship as an EXE. For most Community installs, use Docker. Use From source (advanced) only if you need a local source checkout for development or contributor work.
Enterprise and Designer
Prerequisites
- Windows machine
- One Outburn-delivered Windows package for Enterprise and Designer
- A valid Enterprise license file (
*.lic)
Run
Use one shared folder for the Windows install so the server, Designer, .env, and license file all stay together.
- Place the files from the Outburn-delivered Windows package in a single folder.
- Put your Enterprise license file (
*.lic) in that same folder. One.licfile can be used by both the server and Designer. - Configure runtime settings:
- For a simple folder-local setup, create or edit
.envin that same folder. - If you already manage settings at the machine or service level, set the same values as Windows environment variables instead.
- For a simple folder-local setup, create or edit
- Run
fume-server.exefrom that folder. - If you want the browser UI, run
fume-designer.exefrom that same folder. - Open the server and Designer in your browser.
Starter .env example:
# Use .env when you want the Windows package to carry its settings with it.
# If you already manage Windows environment variables centrally, set the same values there instead.
FUME_SERVER_URL=http://localhost:42420
# Optional: only set this if you want a non-default Designer port.
# FUME_DESIGNER_PORT=3000
# Optional: only set this if you want a non-default server port.
# SERVER_PORT=42420
Shared configuration
- The same
.envfile or Windows environment variables can coordinate both the server and Designer. - The same
.licfile can be used by both applications when it is placed in the working folder. FUME_SERVER_URLmust match the address the browser can actually reach.- If the browser will connect from another machine, do not leave
FUME_SERVER_URLonlocalhost.
What success looks like
- The server responds on
http://localhost:42420by default. - The Designer opens on
http://localhost:3000by default. - Designer uses the same server address that you configured in
.envor in Windows environment variables.
Configure
- Settings inventory: Enterprise runtime settings
- Settings inventory: Designer runtime settings
- Setting details: FUME_LICENSE
- Setting details: FUME_SERVER_URL
Logs
- Console output from both applications while they are running
- Server log files under
./logs/relative to the working directory