summary refs log tree commit diff
path: root/.gitignore
diff options
context:
space:
mode:
authorRobert Orr <robert@coffeezombie.com>2025-05-30 10:08:48 -0700
committerRobert <robert@coffeezombie.com>2025-06-05 15:25:23 -0800
commitbf3a4dff20feead2a87e5833988344fcc7970611 (patch)
tree355e3df9b0e22ede8e31890facfb111669c433bd /.gitignore
parent8fa86294cfb2798bdf844a629a5694e582c72542 (diff)
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
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 9365465..c4d7ee0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 result
 *.swp
 .direnv
+.DS_Store