美文网首页
搭建 cyber-dojo: TDD PlayGround

搭建 cyber-dojo: TDD PlayGround

作者: Shaman | 来源:发表于2019-08-20 11:44 被阅读0次

Linux 安装 cyber-dojo

  1. 安装 Docker
  2. setup directory permissions
    cyber-dojo saves the practice sessions to /cyber-dojo
    You need to set the correct permissions for this directory.
    The user-id for the saver service is 19663, and its group-id is 65533.
    In a terminal, type:
$ sudo mkdir /cyber-dojo
$ sudo chown 19663:65533 /cyber-dojo
  1. 下载 cyber-dojo binary
$ curl -O https://raw.githubusercontent.com/cyber-dojo/commander/master/cyber-dojo
$ chmod 700 cyber-dojo

添加 Golang 语言支持

$ ./cyber-dojo up --languages=cyberdojo/languages-start-points-all

参考文档

相关文章

网友评论

      本文标题:搭建 cyber-dojo: TDD PlayGround

      本文链接:https://www.haomeiwen.com/subject/izgusctx.html