If you are running macOS and using Carbon Copy Cloner or similar to make clones of the OS drive, you need to do the following to point OttoFMS to the proper drive so that it will run properly. Do these steps after completing the base install of OttoFMS.
- Launch Terminal
- Change to the Otto config directory by typing ‘cd /Applications/OttoFMS/config’ and press Return.
- Create the file by typing
sudo nano .env
and press Return. - Enter your Administrator password then press Return. GNU nano, a text editor, will appear in Terminal.
- Type in the environment variable as
FMS_SERVER_PATH=/Volumes/Macintosh HD/Library/FileMaker Server/
. or the path to FileMaker Server on your root drive. - Press CTRL-X to exit nano.
- Press
Y
to confirm that you want to save the buffer. - Press return to confirm the filename.
- Retart Otto via the command line to load the new settings.
Thought I would post in case anyone else runs into this issue.