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但在那里发生的事情并不多。)
答案 0 :(得分:0)
即使我不在代理服务器后面,proxy workaround建议在这里为我工作:
通过填写~/.docpad.cson
或~/Dropbox/.docpad.cson
(如果您已安装Dropbox)文件,手动同意TOS:
{
name: "Your name"
email: "Your email"
username: "Your username"
subscribed: true
subscribeTryAgain: null
tos: true
identified: true
}