首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >如何超越DocPad ToS?

如何超越DocPad ToS?
EN

Stack Overflow用户
提问于 2015-02-17 06:53:10
回答 1查看 73关注 0票数 1

docpad run并不像https://docpad.org/docs/installhttps://docpad.org/docs/start上指出的那样运行,它一直要求我同意ToS,并且它不创建任何文件或运行服务器。

代码语言:javascript
复制
$ docpad run
info: Welcome to DocPad v6.70.1 (global installation: /usr/local/lib/node_modules/docpad)
notice: If everyone who saw this message donated $1/week, maintaining DocPad would become sustainable: http://docpad.org/donate
info: Contribute: http://docpad.org/docs/contribute
info: Plugins:
info: Environment: development
Before we continue, have you read and agree to DocPad's Terms of Service (http://bevry.me/tos) and Privacy Policy (http://bevry.me/privacy)? [Y/n] Y
Fantastic. We like informed people!
$ docpad run
info: Welcome to DocPad v6.70.1 (global installation: /usr/local/lib/node_modules/docpad)
notice: If everyone who saw this message donated $1/week, maintaining DocPad would become sustainable: http://docpad.org/donate
info: Contribute: http://docpad.org/docs/contribute
info: Plugins:
info: Environment: development
Before we continue, have you read and agree to DocPad's Terms of Service (http://bevry.me/tos) and Privacy Policy (http://bevry.me/privacy)? [Y/n] Y
Fantastic. We like informed people!
$ ls -la
total 0
drwxr-xr-x  2 guaka  staff   68 Feb 13 03:04 .
drwxr-xr-x  3 guaka  staff  102 Feb 13 03:04 ..
$

继续接受ToS让我觉得有点无聊,我怎么才能开始建网站呢?

(也发布了这个in the DocPad issue queue,但并没有发生太多事情。)

EN

回答 1

Stack Overflow用户

发布于 2015-02-17 07:00:55

即使我不支持代理,proxy workaround在这里建议的对我也是有效的:

您可以通过自己填写~/.docpad.cson~/Dropbox/.docpad.cson (如果您已安装Dropbox )文件来手动同意服务条款:

代码语言:javascript
复制
{
  name: "Your name"
  email: "Your email"
  username: "Your username"
  subscribed: true
  subscribeTryAgain: null
  tos: true
  identified: true
}
票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/28551752

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档