From bf3a4dff20feead2a87e5833988344fcc7970611 Mon Sep 17 00:00:00 2001 From: Robert Orr Date: Fri, 30 May 2025 10:08:48 -0700 Subject: running mattermost server outside of docker. The config.json file needs to be copied to /var/lib/mattermost/config with perms of 640 and owned by mattermost:mattermost. It is understood that this may need to be re-arranged to fit in with the rest of a system; and that the actual production deployment process is not yet defined. Change-Id: Ied3c80541fdc3b72bc7fdfa558114afd5d66d4c3 --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 9365465..c4d7ee0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ result *.swp .direnv +.DS_Store -- cgit 1.4.1