openethereum / parity-deploy

Parity deployment script.
Apache License 2.0
81 stars 52 forks source link

No UI #31

Closed keorn closed 6 years ago

keorn commented 7 years ago

./parity-deploy.sh --config aura (or --release nightly), nothing on 8180

daverod24 commented 7 years ago

the same happens to me

I made some changes to open the UI inside the containers:

install ntpdate

sudo ntpdate -s us.pool.ntp.org then in the authority.toml enter the ui

[ui]
force = true
disable = false
port = 8180
interface = "0.0.0.0"

and later

/parity/parity --chain /parity/spec.json --config /parity/authority.toml -d /parity/data/ signer new-token

and sometimes he takes it but now he has not caught me again

ddorgan commented 7 years ago

You did have an up to date repo right? So you can reproduce using: git clone git@github.com:paritytech/parity-deploy.git ; cd parity-deploy ; ./parity-deploy.sh --config aura Then run curl: curl -s http://localhost:8180 | grep parity you don't get output: ???

I can't seem to.

ddorgan commented 7 years ago

Any update on this Peter?

melnikaite commented 6 years ago

I have no UI as well running git clone git@github.com:paritytech/parity-deploy.git; cd parity-deploy; ./parity-deploy.sh --config dev; docker-compose up and curl -s http://localhost:8180 returns nothing.

The problem is that docker-compose.yml doesn't contain a list of exposed ports. Even after exposing 8180 it suggest me to run parity signer new-token because token from output logs doesn't work.