This repo has been developed by the DevOps Lan&Wi-Fi to automate site creation on juniper mist.
- Docker
- IDE that integrates with docker (We use IntelliJ in this example)
- Run
make build
- Integrate built docker container with IDE. here is the example for intelliJ
- mark src directory & test directory within the IDE. here
- To see options run
make help
- If you update requirements.txt, you will need to rebuild the docker container.