docpad run并不像https://docpad.org/docs/install和https://docpad.org/docs/start上指出的那样运行,它一直要求我同意ToS,并且它不创建任何文件或运行服务器。
$ 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,但并没有发生太多事情。)
发布于 2015-02-17 07:00:55
即使我不支持代理,proxy workaround在这里建议的对我也是有效的:
您可以通过自己填写~/.docpad.cson或~/Dropbox/.docpad.cson (如果您已安装Dropbox )文件来手动同意服务条款:
{
name: "Your name"
email: "Your email"
username: "Your username"
subscribed: true
subscribeTryAgain: null
tos: true
identified: true
}https://stackoverflow.com/questions/28551752
复制相似问题