marsli

Results 14 issues of marsli

进入webase-front目录,下载cdn中最新的webase-front.zip安装包,解压,用最新安装包的static目录替换已有的static目录,移除static目录 如,通过一键部署的webase-front ``` cd webase-deploy/webase-front wget https://osp-1257653870.cos.ap-guangzhou.myqcloud.com/WeBASE/releases/download/v1.5.4/webase-front.zip unzip -d new webase-front.zip rm -r static/ cp -r new/webase-front/static/ . ``` 替换后,需要重启webase-front服务 ``` cd webase-front bash stop.sh && bash start.sh ```

下载cdn中最新的v1.5.4 webase-web.zip安装包,解压,用最新安装包的webase-web替换已有的webase-web 以一键部署的webase-web为例 ``` cd webase-deploy rm webase-web.zip wget https://osp-1257653870.cos.ap-guangzhou.myqcloud.com/WeBASE/releases/download/v1.5.4/webase-web.zip rm -r webase-web unzip webase-web.zip ``` 无需重启,刷新webase-web浏览器页面即可

good first issue

I install cli 0.15.22 in my laptop, but I dont know how to start it or run it as a provider to provide service. I want to earn some rewards...