Ubuntu に FileMaker Server をインストールする 2024

Hitoshi Arakawa | 2024/12/29 Sun 04:21

Ubuntu に Docker で FileMaker Server をインストールしようとしたが、現在のバージョンではうまくいかなかった。

Docker で FileMaker Server を立てる 2024(失敗) | 荒川仁志 公式サイト
https://www.hitoshiarakawa.com/blogs/2024/2024-12-28_installing-filemaker-serveri-with-docker-2024/

そこで Docker を使わない、通常のインストールで Ubuntu に FileMaker Server をインストールすることにした。

環境:
・Proxmox Version 8.3-1
・Ubuntu Server 22.04.2
・FileMaker Server 2024(21.1.1)
・macOS Sequoia 15.0.1(作業マシン)

(1)ディレクトリーの作成、移動。

$ mkdir fminstaller; cd fminstaller

(2)パッケージのインストール。

$ sudo apt update
$ sudo apt install wget
$ sudo apt install unzip

(3)Mac にインストーラー(filemaker-server-21.1.1.40-amd64.deb)がダウンロードしてあるので、Ubuntu に転送する(Terminal で別ウィンドウで開いて作業)。

$ scp -r /{インストーラーのパス}/filemaker-server-21.1.1.40-amd64.deb {Ubuntu のユーザー名}@{Ubuntu の IP アドレス}:/home/{ユーザー名}/fminstaller

(4)3に実行権限を付与する。

$ sudo chmod 735 filemaker-server-21.1.1.40-amd64.deb

(5)インストーラーを実行する。

$ sudo apt install ./filemaker-server-21.1.1.40-amd64.deb

画面に従っていけば、あっけなくインストールが完了した。

インストーラーのことを N: Download is performed unsandboxed as root as file などと表示されているが、これは無視していいらしい。

また You need to add current user to the group fmsadmin and then restart your system for the configuration changes made to FileMaker Server to take effect. と表示されているので現在のユーザーを fmsadmin グループに追加しておこう。

$ sudo usermod -aG fmsadmin {ユーザー名}

Ubuntu を再起動する。

(6)以下の URL にアクセスすると Admin Console に行ける。

http://{サーバーの IP アドレス}/admin-console/

通常インストールがいかに簡単かが分かった。

参考:
FileMaker Server 2023 ubuntu インストール #AWS - Qiita
https://qiita.com/Koji-Takahashi/items/a8c393597c06fefe8971

[Tips] N: Download is performed unsandboxed as root as file - 技術的な何か。
https://level69.net/archives/32604

Linuxでユーザーをグループに追加する #Linux - Qiita
https://qiita.com/orangain/items/056db6ffc16d765a8187

Amazon.co.jp: FileMaker 2023 スーパーリファレンス Windows&macOS&iOS 対応 eBook : 野沢 直樹, 胡 正則: Kindleストア
https://amzn.to/4grQPUa