CentOS7-2009 安装 JFrog,使用 yum 方式
系统防火墙、selinux 关闭,使用root用户
1、从jfrog 拉取软件信息至本地仓库
wget -O /etc/yum.repos.d/frog-artifactory.repo https://bintray.com/jfrog/artifactory-rpms/rpm
2、使用 yum 安装
yum -y install jfrog-artifactory-oss
3、jfrog 安装目录为 /opt/jfrog/
/opt/jfrog/artifactory/app/bin/bin 文件说明:
artifactoryctl 是控制jfrog启动、关闭的脚本
artifactoryctl start 表示开启jfrog服务
artifactoryctl stop 表示关闭jfrog服务
installService.sh 表示把jfrog加入到系统服务,并开机启动
uninstallService.sh 表示把jfrog服务从系统服务中删除
4、确认服务启动后,访问:http://xxx.xxx.xxx.xxx:8082
默认账户密码为:admin/password
参考文章:https://www.ilanni.com/?p=14689