From source (advanced)
Use this page if you are a contributor, developer, or someone who specifically needs to run FUME Community from a local source checkout.
Recommended for most readers
If you just want to run FUME Community on your machine, use the Docker setup guide. It uses the published Docker image and avoids a local source build.
Build and run FUME Community directly from the GitHub repo.
Community
Prerequisites
- Node.js version as specified in
fume-community/.nvmrc - A local checkout of the repository
Run
From the repo root:
npm install
cp .env.example .env
npm start
The server listens on http://localhost:42420.
Configure
- Edit
fume-community/.env. - Settings inventory: Community runtime settings
Logs
- Console output