在linux中搭建自己的个人网站
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
首先在你的虚拟机中配置ip地址(hostonly模式下)
在命令行中输入
[root@localhost/]# vim /etc/sysconfig/network-scripts/ifcfg-eth0
安装jdk和tomcat(省略,可以参考这篇博文)
http://blog.csdn.net/gyming/article/details/36060843
安装完成后检验如下
[root@localhost bin]# vim /etc/profile
jdk
tomcat
完成这些之后一定要做一件事情(开放其8080端口)
参考博文http://blog.csdn.net/qq_26941173/article/details/51730641
查看你的地址
在你的浏览器外部输入
出现tomcat官网的主页说明成功了。
现在开始进入正题
把你的javaweb项目打包成jar文件
之后进入到conf/server.xml配置文件中
之后再你的浏览器中输入
效果如下
GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献5条内容
所有评论(0)