-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkomande.txt
15 lines (10 loc) · 1019 Bytes
/
komande.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
cd tests
python initialize_customer_account.py
python main.py --type all --authentication-url http://127.0.0.1:5001 --jwt-secret JWT_SECRET_KEY --roles-field role --owner-role owner --customer-role customer --courier-role courier --with-authentication --owner-url http://127.0.0.1:5004 --customer-url http://127.0.0.1:5002 --courier-url http://127.0.0.1:5003 --with-blockchain --provider-url http://127.0.0.1:8545 --customer-keys-path keys.json --customer-passphrase iep_project --owner-private-key 0xb64be88dd6b89facf295f4fd0dda082efcbe95a2bb4478f5ee582b7efe88cf60 --courier-private-key 0xbe07088da4ecd73ecb3d9d806cf391dfaef5f15f9ee131265da8af81728a4379
cd "C:\Users\Jana\Documents\infrastruktura za elektronsko poslovanje\projekat\tests"
python run.psl
napraviti projekat venv 3.9
dodati foldere
instalirati sve requirements sa pip install -r authentication/requirements.txt (ili odgovarajuci folder)
napraviti sve image, ne zaboraviti image tag (dockerfile)
pokrenuti deployment (docker compose)