作为一名java程序员自搭服务器

某天 因为某云 给的15天云服务器体验套餐, 抱着实践的心思,就写了个小项目然后自己做运维部署到服务器之上
这里是在搭建环境的时候, 引用的各位大神的博文, 多亏它们才能把环境搭建成功

安装nginx:
https://blog.csdn.net/weixin_43843042/article/details/103660980

nginx命令大全:
https://blog.csdn.net/ruoxiyun/article/details/86980913

安装nodejs:
https://www.cnblogs.com/sirdong/p/11447739.html

安装jdk:
https://blog.csdn.net/qq_42815754/article/details/82968464

安装mysql
https://www.jianshu.com/p/276d59cbc529

安装liunx连接工具 SecureCRT 上传下载插件:
https://www.cnblogs.com/zhengyihan1216/p/6260667.html

安装自己编写的 node+angluar4 前端:
https://blog.csdn.net/yyzzhc999/article/details/78897168
https://blog.csdn.net/free_and_strong/article/details/81838108
总结 ,以博主业余的前端视角来看, 就是把 项目编译出 dist 文件夹
然后放到服务器上配置nginx映射就可以了 没那么复杂

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章