我正在尝试将JFrog工件安装到我的Ubuntu18.04LTS系统中。我跟着这段视频安装了JFrog安装链接 --这是他的第4步,他在安装Artifactory之后给出了以下命令。
1. nohup sh artifactory.sh &
after running the command i got the following output
ignoring input and appending output to 'nohup.out'
2. tail -f nohup.out the output of the given command
INFO: Deployment of web application directory
[/home/Downloads/JFrof/artifactory-oss-6.8.3/tomcat/webapps/ROOT] has finished in [28] ms
Mar 04, 2019 3:49:30 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8081"]
Mar 04, 2019 3:49:30 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8040"]
Mar 04, 2019 3:49:30 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["ajp-nio-8019"]**我发出了正确的命令吗?有人能帮我安装吗?
发布于 2020-04-06 03:09:47
找到折叠路径并运行以下命令
$JFROG_HOME/artifactory/app/bin/artifactoryctl启动
否则找到bin/artifactoryctl
如果您做了cd,您应该看到bin (确保artifactoryctl以前在bin中),然后运行以下命令
bin/artifactoryctl启动
https://stackoverflow.com/questions/54981250
复制相似问题