Phala-Network / runtime-bridge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

not fixed

sidealice opened this issue · comments

commented

Please do it yourself:
A Phala full node is not included in the setup, you need to deploy it in another place.

Apply sysctl configuration as in system folder on the machine running liftcycle and fetch.
Run docker-compose run --no-deps --use-aliases --entrypoint "pnpm db_init" fetch to initialize database.
Edit the YAML file to fit the credentials and Phala node endpoint.
search -p for Phala node endpoint.
Run docker-compose up -d redis to start Redis.
Run docker-compose up -d fetch to start the block fetcher.
When the fetcher reached the network height, run docker-compose up -d trade to start the trader.
Finally run docker-compose up -d lifecycle to start the lifecycle manager, all saved worker should start automatically, to check states, use runtime-bridge-monitor or build your own UI using Redis RPC.

commented

Follow your guideline, you will find the problem.