зеркало из https://github.com/mozilla/fxa.git
fix(install): generate oauth server keys mozilla/fxa-local-dev#147)
This commit is contained in:
Родитель
1733a920bd
Коммит
21a2c812b1
|
@ -34,7 +34,7 @@ wait
|
|||
|
||||
cd fxa-content-server; npm i --production; npm i; cp server/config/local.json-dist server/config/local.json; cd ..
|
||||
|
||||
cd fxa-auth-server; npm i; node ./scripts/gen_keys.js; node ./scripts/gen_vapid_keys.js ; cd ..
|
||||
cd fxa-auth-server; npm i; node ./scripts/gen_keys.js; node ./scripts/gen_vapid_keys.js; node ./fxa-oauth-server/scripts/gen_keys; cd ..
|
||||
|
||||
cd fxa-auth-db-mysql; npm i; cd ..
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче