JBoss官方新的地址:https://developers.redhat.com/products/eap/download 可以看到已经移到红帽上了,所以没有账号的先注册一下 下载之后发现是个jar包,我们就进行安装一下 非常简单 一直下一步就行 安装之后进入目录,运行bin目录下的standa ...
分类:
其他好文 时间:
2020-07-06 19:36:14
阅读次数:
98
后端部署 SpringBoot项目 相关博客:https://blog.csdn.net/weixin_39723544/article/details/82012827 打包项目 类型 jar包 运行: 执行命令: java -jar xx.jar 优点 运行方便,适合运行在服务器的脚本项目 wa ...
分类:
其他好文 时间:
2020-07-06 16:23:39
阅读次数:
50
1.安装Nginx 1)使用Nginx官方的yum源 [root@localhost ~]# vim /etc/yum.repos.d/nginx.repo [nginx] name=nginx repo baseurl=http://nginx.org/packages/centos/7/$bas ...
分类:
Web程序 时间:
2020-07-06 16:18:11
阅读次数:
81
1.安装wget yum install -y wget 2.完事前都做备份 mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup 3.下载阿里云镜像文件 wget -O /etc/yum.repo ...
分类:
其他好文 时间:
2020-07-06 16:17:29
阅读次数:
228
本次操作在Ubuntu18系统下操作,如在Centos系统下安装,命令可能会有区别,但是原理相同 前置条件:已经安装好docker,配置好yum源并且运行。 1.获取Mysql镜像并启动: root@test:/etc/apt# docker pull mysql:5.7 ## -d,--detac ...
分类:
其他好文 时间:
2020-07-06 15:55:24
阅读次数:
68
springboot应用docker部署调用phantomjs出现permission denied修复方法 ...
分类:
编程语言 时间:
2020-07-06 15:47:31
阅读次数:
69
CentOS 查询系统配置 # 查看 CPU grep "model name" /proc/cpuinfo | cut -f2 -d: # 查看内存 grep MemTotal /proc/meminfo | cut -f2 -d: 查询系统内核 uname -a 系统升级 使用 yum-cron ...
分类:
其他好文 时间:
2020-07-06 11:09:33
阅读次数:
90
今天记录一下Harbor的简单部署,因为刚开始接触docker,有很多都不了解,只是照本宣科,请大家多多指教 我的环境是Vmware虚拟机,centos 7.6的操作系统 安装docker环境 因centos自带yum源没有docker,所以增加一个docker的yum源 yum-config-ma... ...
分类:
其他好文 时间:
2020-07-06 10:59:59
阅读次数:
97
centos6中防火墙是iptables,centos7中防火墙是firewalld 在centos7中用service iptables status查看防火墙状态会报错 Redirecting to /bin/systemctl status iptables.service Unit ipta ...
分类:
其他好文 时间:
2020-07-06 10:48:36
阅读次数:
94
3、卸载低版本git# yum remove git14、依赖库安装# yum install curl-devel expat-devel gettext-devel openssl-devel zlib-devel# yum install gcc perl-ExtUtils-MakeMaker ...
分类:
其他好文 时间:
2020-07-06 01:29:17
阅读次数:
111