Linux下搭建maven私服nexus3.x 博客分类: maven
程序员文章站
2024-03-22 22:39:34
...
http://blog.csdn.net/sinat_34017357/article/details/51776641
http://blog.csdn.net/hymer2011/article/details/6300661
1、进入启动目录,启动
cd nexus-2.6.0-05/bin/
./nexus start
2、这时候提示:
****************************************
WARNING – NOT RECOMMENDED TO RUN AS ROOT
****************************************
If you insist running as root, then set the environment variable RUN_AS_USER=root before running this script.
大概意思就是要在环境配置export RUN_AS_USER=root,临时配置
在命令行下输入:
export RUN_AS_USER=root
然后执行,就不会再提示了
./nexus start
3、也可以在系统里面永久配置
vi /etc/profile 加入export RUN_AS_USER=root
http://blog.csdn.net/cuker919/article/details/12052565
http://blog.csdn.net/hymer2011/article/details/6300661
1、进入启动目录,启动
cd nexus-2.6.0-05/bin/
./nexus start
2、这时候提示:
****************************************
WARNING – NOT RECOMMENDED TO RUN AS ROOT
****************************************
If you insist running as root, then set the environment variable RUN_AS_USER=root before running this script.
大概意思就是要在环境配置export RUN_AS_USER=root,临时配置
在命令行下输入:
export RUN_AS_USER=root
然后执行,就不会再提示了
./nexus start
3、也可以在系统里面永久配置
vi /etc/profile 加入export RUN_AS_USER=root
http://blog.csdn.net/cuker919/article/details/12052565
推荐阅读
-
Linux下搭建maven私服nexus3.x 博客分类: maven
-
maven3 下载配置 博客分类: maven maven3下载配置
-
使用maven编译,且使用lib下的Jar包 博客分类: maven
-
win7下eclipsea配置maven插件,Myeclipse 配置 博客分类: eclips 配置 eclipsemaven配置
-
Mac系统下如何安装Nexus(使用Nexus搭建Maven私服)
-
Linux Maven 安装与配置 博客分类: 服务器操作系统之Linux linuxmaven
-
Debian 6 下搭建nginx 1.3 博客分类: php开源软件linux nginxopensslpcrezlib
-
linux操作系统下 Jenkins+SVN+Maven+Tomcat 自动集成环境搭建 博客分类: java编程
-
Linux下C++连接操作MySQL数据库环境搭建 博客分类: c/c++LinuxMySQL c/c++LinuxMySQLgccboost
-
Linux下ZooKeeper集群搭建 博客分类: zookeeperLinux zookeeperlinux