如何启用 Fabric Composer Playground 的本地模式?

How to enable local mode of Fabric Composer Playground?

我在 Ubuntu 14 上根据本教程安装了 Fabric Composer Playground。

Installing and running the Fabric Composer Playground

https://fabric-composer.github.io/tutorials/getting-started-playground.html

程序完成后,需要docker个容器运行。

htanaka@ubuntu:~$ docker-compose ps
          Name                       Command                      State                       Ports
-------------------------------------------------------------------------------------------------------------
htanaka_composer_1          pm2-docker composer-        Up                          0.0.0.0:8080->8080/tcp
                            playground
htanaka_membersrvc_1        membersrvc                  Up                          0.0.0.0:7054->7054/tcp
htanaka_vp0_1               sh -c sleep 5; peer node    Up                          0.0.0.0:7050->7050/tcp,
                            start                                                   0.0.0.0:7051->7051/tcp,
                                                                                    0.0.0.0:7052->7052/tcp,
                                                                                    0.0.0.0:7053->7053/tcp

一切正常,我可以打开 "http:localhost:8080" 并查看 playground 页面。但是当我打开连接配置文件页面时,它显示...

Connection Profiles are not available in Web Playground

it is not possible to add Connection Profiles in the Web Playground version of Fabric Composer ...

如何将游乐场切换到本地模式?

我们正在努力为 Composer Playground 添​​加对连接配置文件的支持,希望能够尽快提交代码。

同时您可以使用旧的 Composer-UI 组件。