2023年3月30日 星期四

Redmine 5.0.5 install by docker (on Rocky Linux 9)

install docker
https://blog.yslifes.com/archives/3080

yum install -y yum-utils
yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo
yum install -y docker-ce docker-ce-cli containerd.io docker-compose-plugin
systemctl start docker
systemctl enable docker

#docker image path: /var/lib/docker/containers

install redmine 5
https://github.com/sameersbn/docker-redmine#installation

docker pull sameersbn/redmine:latest
mkdir redmine5
cd redmine5
wget https://raw.githubusercontent.com/sameersbn/docker-redmine/master/docker-compose.yml
docker compose up

config redmine
http://<my-ip>:10083/
default account/passwd: admin/admin

install redmine_extended_watchers plugin

https://github.com/maxrossello/redmine_extended_watchers
download zip and unzip to /srv/docker/redmine/redmine/plugins
cd ~/redmine5
docker compose down
docker compose up -d

config redmine_extended_watchers plugin






沒有留言:

張貼留言