File tree Expand file tree Collapse file tree
examples/password_manager Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55# Check that `dfx` is installed.
66dfx --version >> /dev/null
77
8+ # Run `dfx` if it is not already running.
9+ dfx ping & > /dev/null || dfx start --background --clean >> /dev/null
10+
811# Deploy the Internet Identity canister and export the environment variable of
912# the canister ID.
1013dfx deps pull && dfx deps init && dfx deps deploy &&
1114 export CANISTER_ID_INTERNET_IDENTITY=rdmx6-jaaaa-aaaaa-aaadq-cai
1215
1316# Deploy the backend canister.
1417pushd ../../backend/rs/canisters/ic_vetkeys_encrypted_maps_canister
15- # Run `dfx` if it is not already running.
16- dfx ping & > /dev/null || dfx start --background --clean >> /dev/null
1718 dfx deploy
1819popd
1920
Original file line number Diff line number Diff line change 1818 ],
1919 "type" : " assets"
2020 }
21- },
22- "networks" : {
23- "local" : {
24- "bind" : " localhost:8000" ,
25- "type" : " ephemeral"
26- }
2721 }
2822 }
You can’t perform that action at this time.
0 commit comments