Fides Deploy Development
This guide closely mirrors the quickstart guide 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-pullflag preventsDockerfrom 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 downto teardown the application.