1
0
mirror of https://github.com/trezor/trezor-wallet synced 2025-03-20 18:16:10 +00:00

Run all the things properly

This commit is contained in:
Vladimir Volek 2019-01-14 13:40:38 +01:00
parent 50852186c8
commit 701789a334

View File

@ -5,10 +5,10 @@ cd "$(dirname "$0")"
cd ..
# run bridge
cd /trezor-bridge/ && ./extracted/usr/bin/trezord -e 21324 -u=false
cd /trezor-bridge/ && ./extracted/usr/bin/trezord -e 21324 -u=false &
# run emulator
cd /trezor-emulator/docker/emulator && ./run.sh &
cd /trezor-emulator/trezor-core && ./emu.sh &
# run wallet
cd /trezor-wallet && yarn run server:stable