摘要:
1、windows上安装了python 用pycharm建立django工程,必须要连接本地的python,也就是windows上的pyhton,不能连接linux上的pyhton,否则报错:please choose a local interpreter 2、pycharm中导入本地python,请参照:https://www.cnblogs.com/effortsing/p/1038... 阅读全文
摘要:
进入首页-》系统管理-》全局工具配置 配置jdk 查找jdk安装路径 如果是容器版jenkins,就登进容器里面查看jdk路径 [root@test2 ~]# echo $JAVA_HOME /docker-java-home 填写路径 新增JDK-》去掉自动安装对勾-》填写JAVA_HOME-》保存,如下图所示: 配置git(也可以在jenkins界面选择自动安装) 查找... 阅读全文
摘要:
1、停止jenkins sh /usr/local/tomcat/bin/shutdown.sh 2、找到config.xml [root@test3 hello]# find / -name config.xml /root/.jenkins/jobs/test/config.xml /root/.jenkins/config.xml /root/.jenkins/users/jenk... 阅读全文
摘要:
使用架构: 2台机器安装 GlusterFS 组成一个 Distributed Replicated Volumes集群 192.168.0.92 服务端 192.168.0.93 服务端 192.168.0.91 客户端 环境配置请参照:https://www.cnblogs.com/effortsing/p/10367025.html #关掉selinux、防火墙 2台... 阅读全文
摘要:
实验架构: 192.168.0.92 服务端 192.168.0.93 客户端 1、服务端配置: 安装NFS和rpc 安装nfs服务 yum install -y rpc-bind nfs-utils 安装rpc服务 yum install -y rpcbind 启动服务和设置开启启动 systemctl start rpcbind systemctl e... 阅读全文