mattermost3 Rocky 8.10 /PostgreSQL 15 /Mattermost 10.7.0 ver 설치 /메타모스트 로키 8.10버전 설치 ### 제일 중요한거##1. selinux 예외적용 했는지 semanage fcontext -a -t httpd_sys_content_t "/opt/mattermost(/.*)?"2. firewalld 예외적용 했는지 firewall-cmd --permanent --add-port=8065/tcp#######################메타모스트 설치 하기dnf install wget -y wget https://releases.mattermost.com/10.7.0/mattermost-10.7.0-linux-amd64.tar.gztar -xf mattermost-*-linux-amd64.tar.gzmv mattermost /optmkdir /opt/mattermost/datauseradd .. 2025. 4. 29. mattermost user delete cli (메타모스트 메신저 유저 지우기~이) 하.. 오픈소스 쓰기 힘들다.아래 그림과 같이 유저를 지우것다.# 환경 : rocky linux 8.9ver 로컬 설치 /opt/mattermost/bin/[root@most bin]# ./mmctl delete user amy@ent.com Error: unknown command "delete" for "mmctl" 안된데 ㅠㅠ 다시 찾아봤다. ./mmctl auth login http://localhost:8065 (로컬에서 인증해야 가능함) id/pw 입력 후 credentials for "do": "do@http://localhost:8065" stored 위와 같이 나오면 되는거다.Unable to delete user ' ' error: : 영구 사용자 삭제 기능이 활성화되어 있지 않.. 2024. 5. 17. Mattermost (메타모스트) chat 프로그램 setup - Rocky 8.5 dnf install mysql-server systemctl enable --now mysqld systemctl start mysqld systemctl status mysqld ########################################### mysql_secure_installation # 설정 필요 mysql -u root -p CREATE DATABASE matterdb; CREATE USER 'most'@'localhost' IDENTIFIED BY 'password'; grant all privileges on matterdb.* to most@localhost; flush privileges; exit; dnf install wget -y wget https://release.. 2022. 8. 2. 이전 1 다음