账号密码
账号密码
1.禅道
http://120.79.243.120:6699/zentao/project-view-1.html
账号:herui 密码:herui2019
2.本地sw地址
http://192.168.105.101:10503/swagger-ui.html#!/
3.服务器上面启动vue项目
cd blog_page
运行在本地 npm run dev
打包 npm run build
4.linux
4.1 防火墙开放某端口
vi etc/sysconfig/iptables 增加一行
service iptables restart
iptables -L -n
4.2查看端口占用情况
netstat -tunlp |
grep
10001
lsof -i:10001
5.vue项目部署到nginx
5.1 打包vue项目
5.2 在nginx.conf中转发到dist目录
5.3 重启nginx,访问
http://192.168.105.101
:7998/index2.html
devDependencies 里面的插件只用于开发环境,不用于生产环境,而 dependencies 是需要发布到生产环境的。
7.好熟悉呀 这个东西不是我在学校花了一个多月弄出来的吗?原来只是一个模板,没想到再次相遇。
https://blog.seoui.com
wordpress
8.
ssh:
192.200.119.130
root/pDUFUTUvaVWpBAmthWXf
- Post Title: 账号密码
- Post Author: HeRui
- Post Link: https://HR2812.cn/2019/06/12/crawl-ydybj-1560251581144/
- Copyright Notice: All articles in this blog are licensed under CC BY-NC-SA 4.0 unless stating additionally.