This website works better with JavaScript.
Home
Explore
帮助
返回水杉在线
登录水杉在线
登录水杉码园
10195501438
/
Cloud_Computing
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
更新 'README.md'
master
陈越
3 years ago
parent
d82f3cf876
commit
0a5a33a463
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
README.md
+ 2
- 2
README.md
View File
@ -51,9 +51,9 @@
(5)部署代码到服务器
1、上传代码,此命令本地运行
1、上传代码,此命令本地运行
(水杉平台中html为源代码文件夹,先克隆至本地,再上传云主机)
scp -r 代码文件夹路径 root@云主机ip:/var/www/
2、替换html文件夹为代码文件夹
2、替换html文件夹为代码文件夹
(若代码文件夹名称已经为html则跳过此步!)
cd /var/www/
#进入html文件夹同级目录
rm -rf html/
#删除原html文件夹
mv 代码文件夹原名称/ html
#将代码文件夹名称更改为html
Write
Preview
Loading…
Cancel
Save