Installing PHP on Windows for FileMaker Server 2023: Step-by-Step Guide

Welcome to our detailed guide on installing PHP on a Windows server for use with FileMaker Server 2023. With the evolving technology and server management strategies, Claris has shifted away from bundling PHP with FileMaker Server installations. This change requires administrators to undertake manual installation and configuration of PHP to enable Custom Web Publishing (CWP)

Read More

Setting Up a 45-Day Free Trial Environment for Claris FileMaker Server the Proper Way

When venturing into database development and management with Claris FileMaker Server, nothing beats the assurance and stability of a properly configured server environment. For newcomers, setting up an official trial version is the best way to learn. Let’s walk through how you can create a fully-supported 45-day test environment, without resorting to any unofficial hacks.

Read More

How to Initialize an Existing Local Project with Git and Push to GitHub

Prerequisites Before you begin, you’ll need the following: Step 1: Set ‘main’ as Your Default Git Branch By default, Git may use ‘master’ as the initial branch name. To use ‘main’ instead, configure your Git settings with the following command: git config –global init.defaultBranch main Step 2: Initialize Your Local Repository Navigate to your project’s

Read More