SPAR
Item
SPAR value
Commands
cp .env.example .env
make setup && make infra-up # common
cd ../openg2p-workspace/spar/core/mapper-partner-api
virtualenv venv --python=python3 && source venv/bin/activate
pip install -r ../test-requirements.txt greenlet
pip install -e ../models -e ../mapper-core -e .
set -a && source ../../../openg2p-developer/generated/spar/mapper-partner-api.env && set +a
python main.py migrate
cd ../../../openg2p-developer
make spar-runLast updated
Was this helpful?