FM BetterForms Docs
BF Editorfmbetterforms.com
Engineering Reference Docs
Engineering Reference Docs
  • BF Streaming Proxy
  • Updating the Helper File
  • Connection Trouble Shooting Guide
  • Software Testing - Overview
    • Types of Testing
    • UX/UI Checklist
      • Pages
        • Login πŸ”‘
        • Pricing πŸ’΅
        • 404 πŸ€·β€β™‚οΈ
        • Contact Us ☎️
        • Sign Up πŸ‘‹
        • FAQ ❓
        • Blog Post πŸ—ž
        • Careers πŸ’Ό
        • Team πŸ‘«
        • Cart πŸ›’
        • Press πŸ“Έ
        • Search results πŸ”
      • Elements
        • Avatar 😁
        • Badge πŸ“›
        • Button πŸ–²οΈ
        • Card πŸƒ
        • Table πŸ“
        • Icon 🌠
        • Text Field ⌨️
        • Toggle πŸŽ›οΈ
        • Loading ⏳
        • Modal πŸŽ‰
        • Tooltip πŸ› 
        • Search πŸ•΅οΈβ€β™€οΈ
        • Navigation 🧭
        • Radio πŸ“»
        • Checkbox β˜‘οΈ
        • Tabs πŸ—‚
        • Toast 🍞
      • Flows
        • Submitting a form πŸ“¨
        • Making a payment πŸ’³
        • Contacting support πŸ†˜
        • Deleting account πŸ—‘
        • Tracking progress πŸ“ˆ
        • Resetting password 🀫
        • Showing input error 🚨
        • Entering a promo code 🏷️
        • Saving changes πŸ’Ύ
        • Canceling subscription πŸ›‘
      • Topics
        • Responsiveness 🎚
        • Typography πŸ”€
        • Dark mode πŸŒ‘
        • Accessibility 🚹
        • Colors 🎨
        • UX Writing ✏️
      • Brand
        • Logo πŸ’ 
        • Social Media πŸ”‰
        • Typography πŸ” 
    • FM BetterForms - Quality Assurance
    • JavaScript Libraries
  • Rollbacks and Version Control
  • BF Server Proxy
  • Base code End of Life - 0.8.78-0.8111
  • Setting up Auth0
    • Introduction
    • Getting started
      • Creating a tenant
      • Creating Application
      • Additional customizations
        • Allowed Callback URLs
    • Creating a Database
      • Choosing different login options
        • Social Connections
        • Username and password (Auth0)
        • Creating new BF Users
        • Using Auth0 in an iFrame
        • Configuring FM BetterForms
        • Additional Notes
  • Create an S3 Bucket on AWS
  • ApexCharts - Getting started
  • BF Enterprise Documentation
    • Overview
      • Features
      • Overview Diagram
    • Requirements
    • Env File
    • Setting up the Server
      • Installation
      • Loading image to a local repository
      • Starting server
      • Restarting Policies
      • Scaling up
    • Hardware Recommendations
    • FM Credentials - Helper file
    • How it works
      • Development
      • Downloading environment data
  • BetterForms Error Pages API
    • Introduction
    • Dynamic Error Page
    • Static Error Page
    • Custom error pages
    • Custom error handlers
    • Error Code List
  • BF Streaming API
  • Creating a PWA
    • Introduction
    • Getting Started
      • Making it installable
      • Browser Support
      • Sending Push Notifications
      • Sending a Push Notification from the API Endpoint
      • Adding DOM Header Insertion to be Available for Offline Use
Powered by GitBook
On this page

Was this helpful?

  1. BF Enterprise Documentation

Requirements

PreviousOverview DiagramNextEnv File

Last updated 11 months ago

Was this helpful?

BF Enterprise runs out of a docker image and new BF Enterprise Helper file, therefore the requirements are:

  • Docker Instance (Min 1);

  • ;

  • BF Enterprise Helper FileMaker File (will be provided);

  • BF App migrated to the latest BF Editor (Environments version)

  • FileMaker 19+.

Optional (not included with BF Enterprise docker image):

  • Redis database for caching and increased performance/availability

  • Redis database for messages (Sync between different servers, if more than one is being used);

  • Redis database for OAuth if OAuth authentication is needed

Creating Redis server from Docker images

After installing Docker, as described , a Redis database could be installed on the server as well.

Link to Redis’ official docs on how to run Redis Stack on Docker:

As a development environment, this Redis Stack instance can be deployed on localhost, and the env var REDIS_HOST will be host.docker.internal and a password won’t be needed.

Env settings file
next page
https://redis.io/docs/stack/get-started/install/docker/