fix setup
This commit is contained in:
parent
1af240ee3d
commit
bb5be80a71
13
setup_all.sh
Normal file → Executable file
13
setup_all.sh
Normal file → Executable file
|
|
@ -3,9 +3,16 @@ npm i --verbose
|
|||
npm run build
|
||||
cd server
|
||||
npm i --verbose
|
||||
./external_providers/dequienes/setup_venv.sh
|
||||
./external_providers/equifax/setup_venv.sh
|
||||
./external_providers/sheriff_v2/setup_venv.sh
|
||||
cd external_providers/dequienes
|
||||
./setup_venv.sh
|
||||
cd ..
|
||||
cd equifax
|
||||
./setup_venv.sh
|
||||
cd ..
|
||||
cd sheriff_v2
|
||||
./setup_venv.sh
|
||||
cd ..
|
||||
|
||||
|
||||
pm2 restart all
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user