Fides Deploy Development
This guide closely mirrors the advanced deployment guide page with some slight differences to account for running in a development environment.
Deployment Steps
- If you haven't already, make sure to
pip install -e .
andpip install nox
nox -s "build(sample)"
- This will build the relevant images and tag them correctlyfides deploy up --no-pull
- This command will spin up the sample application and seed all relevant data as normal. The--no-pull
flag preventsDocker
from trying to pull remote images and will instead use the ones built with `"build(sample)"- Poke around and test as needed
- Finally, run
fides deploy down
to teardown the application.