我正在尝试将JFrog工件安装到我的Ubuntu 18.04 LTS系统中。 我按照此视频进行了安装,JFrog Installation link 在此视频的第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"]**
我能给出正确的命令吗?有人可以帮我安装它吗?
答案 0 :(得分:0)
找到以下路径并运行
$ JFROG_HOME / artifactory / app / bin / artifactoryctl start
否则找到bin / artifactoryctl
如果您执行cd,则应该看到bin(确保bin之前已经存在artifactoryctl)并运行以下命令
bin / artifactoryctl start