OS
Ubuntu 20.04 이하로 지원
Installation
- Log into the Linux based device
- Run the following commands in the terminal
# update software repositories
sudo apt update
# install available software updates
sudo apt upgrade -y
# create a working directory and change to it
mkdir ./zulip && cd ./zulip
# download zulip
wget https://www.zulip.org/dist/releases/zulip-server-latest.tar.gz
# extract the tar.gz
tar -xf zulip-server-latest.tar.gz
# run the zulip installer, replace hostname and email values
sudo -s ./zulip-server-*/scripts/setup/install --self-signed --hostname=debian.i12bretro.local --email=i12bretro@i12bretro.local - After the installation completes, copy the URL provided
- Open a web browser and paste the copied URL
- Enter an email address > Click Create organization
- Enter an Organization name, Full name and a password > Click Sign up
- Welcome to Zulip
https://i12bretro.github.io/tutorials/0585.html
CERTBOT
80,443 포트오픈시키자
'기타정보' 카테고리의 다른 글
[정보] mailhog 메일 테스트용 SMTP 서 (0) | 2024.01.09 |
---|---|
[정보] 이메일 테스트 리눅스 명령어 (0) | 2024.01.09 |
[정보] leantime .env 파일(naver smtp) (0) | 2024.01.09 |
[정보] 네트워크 라우팅 설정 (0) | 2024.01.07 |
[정보] nodejs 20 버전 ubnutu에 설치하기 (0) | 2023.11.30 |