#4 楼 @lihuazhang
#5 楼 @0x88
#6 楼 @anikikun
我是想把界面上一些不用的功能删掉。
修改
stf/res/app/control-panes
中的文件
但是使用
npm install
速度超慢,然后试着用淘宝的 cnmp(npm.taobao.org)
npm install -g cnpm --registry=https://registry.npm.taobao.org
中途会提示类似这种错误:
Error run sh -c bower install && not-in-install
具体内容记不清了,因为现在我搞了 ***,正试着用
npm install
结果到这步一直过不去,连接超时
bower validate 4.2.11 against https://github.com/Olical/EventEmitter.git#~4.2.11
bower ECMDERR Failed to execute "git ls-remote --tags --heads git://github.com/JanStevens/angular-growl-2.git", exit code of #128 fatal: unable to connect to github.com: github.com[0: 192.30.252.121]: errno=连接超时
Additional error details:
fatal: unable to connect to github.com:
github.com[0: 192.30.252.121]: errno=连接超时
npm WARN engineStrict Per-package engineStrict (found in this package's package.json)
npm WARN engineStrict won't be used in npm 3+. Use the config setting `engine-strict` instead.
你好,请问 openstf 修改了模板,需要重新生成。应该怎么生成呢,我看官网给的解释是要运行 gulp clean,但是我运行了提示 No gulpfile found
你好,请问 openstf 修改了模板,需要重新生成。应该怎么生成呢,我看官网给的解释是要运行 gulp clean,但是我运行了提示 No gulpfile found
你好,我部署在内网服务器上,然后用路由器做了 7100 端口映射,把 7100 端口转发到内网 ip
然后使用:stf local --public-ip 外网 IP
在浏览器输入:http://外网 ip:7100
登陆进去一直显示连接失败
你好,能写一篇 stf 部署在服务器的教程吗?