pbft icon indicating copy to clipboard operation
pbft copied to clipboard

Does the python version node still available?

Open WuZifan opened this issue 7 years ago • 2 comments

I want to learn the python version pbft and change your docker-composer.yml, from node: extends: file: code/node_java/docker-compose.yml service: node_java volumes: - /var/run/docker.sock:/var/run/docker.sock environment: NODE_DEBUGGER: "False" NODE_DEBUG: "False" # API_HOST: "http://192.168.0.42" API_HOST: ${API_HOST}

to

node: extends: file: node.docker-compose.yml service: node volumes: - /var/run/docker.sock:/var/run/docker.sock environment: NODE_DEBUGGER: "False" NODE_DEBUG: "False" # API_HOST: "http://192.168.0.42" API_HOST: ${API_HOST}

and when I run docker-compose build, it has something wrong with installing the posrgres-browser like: image

is there any way to solve this problem?

WuZifan avatar Jul 22 '18 15:07 WuZifan

You could just ignore the Postgres browser for now, if you don't need to look at the database.

Also see #7 for issues related to that browser.

luckydonald avatar Aug 10 '19 12:08 luckydonald

The python node was not updated in the end, as we shifted focus to the java one.

So it might not be as feature complete as the java one.

luckydonald avatar Aug 10 '19 12:08 luckydonald